diff --git a/Cargo.toml b/Cargo.toml index 70006096..664e945b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ wasmparser = "0.62.0" parallel = ['rayon', 'id-arena/rayon'] [dev-dependencies] -env_logger = "0.7.0" +env_logger = "0.8.1" criterion = "0.3.0" [workspace] diff --git a/crates/fuzz-utils/Cargo.toml b/crates/fuzz-utils/Cargo.toml index 54b8ab68..0cb6f915 100644 --- a/crates/fuzz-utils/Cargo.toml +++ b/crates/fuzz-utils/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = "1.0" -env_logger = "0.7.0" +env_logger = "0.8.1" rand = { version = "0.7.0", features = ['small_rng'] } tempfile = "3.1.0" wasmparser = "0.61" diff --git a/crates/tests/Cargo.toml b/crates/tests/Cargo.toml index 1b108bf9..36b878c9 100644 --- a/crates/tests/Cargo.toml +++ b/crates/tests/Cargo.toml @@ -10,7 +10,7 @@ walkdir = "2.2.9" [dev-dependencies] anyhow = "1.0" -env_logger = "0.7.0" +env_logger = "0.8.1" serde = { version = "1.0.99", features = ['derive'] } serde_json = { version = "1.0.40", features = ['preserve_order'] } tempfile = "3.1.0"