commit | 9bcd696f0e35c1b56baf9896135610800530ea2f | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Apr 09 13:10:23 2024 +0000 |
committer | GitHub <noreply@github.com> | Tue Apr 09 13:10:23 2024 +0000 |
tree | b479f9eab4bd1144e723311af6102c525ad7c0fa | |
parent | 68da6647846db35bbde29853f6dc76e8e0ccb14f [diff] |
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](https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.11.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 065150d..cc43c9d 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml
@@ -12,7 +12,7 @@ opt-level = 3 [dependencies] -env_logger = "0.10" +env_logger = "0.11" quiche = { path = "../quiche", features = ["fuzzing"] } lazy_static = "1" libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }