Skip to content

Commit

Permalink
Update env_logger requirement from 0.9 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
- [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.9.0...v0.11.2)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent c523748 commit b167e23
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pingora-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ httparse = { workspace = true }
[dev-dependencies]
tokio-test = "0.4"
tokio = { workspace = true, features = ["fs"] }
env_logger = "0.9"
env_logger = "0.11"
dhat = "0"
futures = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion pingora-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ zstd = "0"

[dev-dependencies]
matches = "0.1"
env_logger = "0.9"
env_logger = "0.11"
reqwest = { version = "0.11", features = ["rustls"], default-features = false }
hyperlocal = "0.8"
hyper = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion pingora-ketama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crc32fast = "1.3"
criterion = "0.4"
csv = "1.2"
dhat = "0.3"
env_logger = "0.9"
env_logger = "0.11"
log = { workspace = true }
rand = "0.8"

Expand Down
2 changes: 1 addition & 1 deletion pingora-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ reqwest = { version = "0.11", features = [
"rustls",
], default-features = false }
tokio-test = "0.4"
env_logger = "0.9"
env_logger = "0.11"
hyperlocal = "0.8"
hyper = "0.14"
tokio-tungstenite = "0.20.1"
Expand Down
2 changes: 1 addition & 1 deletion pingora/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pingora-cache = { version = "0.1.0", path = "../pingora-cache", optional = true
structopt = "0.3"
tokio = { workspace = true, features = ["rt-multi-thread", "signal"] }
matches = "0.1"
env_logger = "0.9"
env_logger = "0.11"
reqwest = { version = "0.11", features = ["rustls"], default-features = false }
hyperlocal = "0.8"
hyper = "0.14"
Expand Down

0 comments on commit b167e23

Please sign in to comment.