Skip to content

Commit df034d6

Browse files
dependabot[bot]ghedo
authored andcommitted
build(deps): update env_logger requirement from 0.10 to 0.11 in /fuzz
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.8) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c06e6b commit df034d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ buffer-pool = { version = "0.1.0", path = "./buffer-pool" }
3636
crossbeam = { version = "0.8.1", default-features = false }
3737
dashmap = { version = "6" }
3838
datagram-socket = { version = "0.5.0", path = "./datagram-socket" }
39-
env_logger = "0.10"
39+
env_logger = "0.11"
4040
foundations = { version = ">=4,<6", default-features = false }
4141
futures = { version = "0.3" }
4242
futures-util = { version = "0.3", default-features = false }

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cargo-fuzz = true
1212
opt-level = 3
1313

1414
[dependencies]
15-
env_logger = "0.10"
15+
env_logger = "0.11"
1616
libfuzzer-sys = "0.4"
1717
quiche = { path = "../quiche", features = ["fuzzing"] }
1818

0 commit comments

Comments
 (0)