Skip to content

Commit 3aee5ab

Browse files
build(deps): update env_logger requirement from 0.10 to 0.11
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.10.0...v0.11.5) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c35028a commit 3aee5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neqo-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace = true
1818
[dependencies]
1919
# Sync with https://searchfox.org/mozilla-central/source/Cargo.lock 2024-02-08
2020
enum-map = { version = "2.7", default-features = false }
21-
env_logger = { version = "0.10", default-features = false }
21+
env_logger = { version = "0.11", default-features = false }
2222
hex = { version = "0.4", default-features = false, features = ["alloc"], optional = true }
2323
log = { workspace = true }
2424
qlog = { workspace = true }

0 commit comments

Comments
 (0)