Skip to content

Commit

Permalink
Merge pull request #559 from wcampbell0x2a/dependabot/cargo/env_logge…
Browse files Browse the repository at this point in the history
…r-0.11.3

build(deps): bump env_logger from 0.10.2 to 0.11.3
  • Loading branch information
wcampbell0x2a authored Jun 6, 2024
2 parents c43e5a6 + 6f9a991 commit 5dc5fcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Dependencies
- Bump `deku` from 0.16.0 to 0.17.0 ([#524](https://github.com/wcampbell0x2a/backhand/pull/524))
- Bump `env_logger` from 0.10.2 to 0.11.3 ([#559](https://github.com/wcampbell0x2a/backhand/pull/559))

### Dependencies
- Bump `libc` from 0.2.153 to 0.2.154 ([#546](https://github.com/wcampbell0x2a/backhand/pull/546))
Expand Down
28 changes: 5 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backhand-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test-assets = { git = "https://github.com/wcampbell0x2a/test-assets", branch =
test-log = { version = "0.2.15", features = ["trace"] }
tracing = "0.1.40"
libdeflater = "1.20.0"
env_logger = "0.10.2"
env_logger = "0.11.3"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
nix = { version = "0.28.0", default-features = false, features = ["fs"] }

Expand Down

0 comments on commit 5dc5fcd

Please sign in to comment.