Skip to content

Commit

Permalink
Bump env_logger from 0.10.2 to 0.11.3
Browse files Browse the repository at this point in the history
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.3.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.10.2...v0.11.3)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent c9f9bc4 commit 6af90b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 48 deletions.
49 changes: 5 additions & 44 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 antenna_forwarding_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Justin Kilpatrick <[email protected]>"]
edition = "2021"

[dependencies]
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"
oping = "0.3"
sodiumoxide = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
ipnetwork = "0.20"
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"
docopt = "1.1"
actix-async = { package = "actix", version = "0.13" }
Expand Down
2 changes: 1 addition & 1 deletion rita_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde_json = "1.0"
arrayvec = { version = "0.7", features = ["serde"] }
hex-literal = "0.3"
openssl-probe = "0.1"
env_logger = "0.10"
env_logger = "0.11"
lazy_static = "1.4"
phonenumber = "0.3"
r2d2 = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion test_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "tester"
path = "src/main.rs"

[dependencies]
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"
docopt = "1.1"
ctrlc = {version = "3.2.1", features = ["termination"]}
Expand Down

0 comments on commit 6af90b2

Please sign in to comment.