diff --git a/Cargo.toml b/Cargo.toml index d955413df..ca60a07aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ prost-derive = { version = "0.11.8", path = "prost-derive", optional = true } [dev-dependencies] criterion = { version = "0.4", default-features = false } -env_logger = { version = "0.8", default-features = false } +env_logger = { version = "0.10", default-features = false } log = "0.4" proptest = "1" rand = "0.8" diff --git a/conformance/Cargo.toml b/conformance/Cargo.toml index acbc92976..5333b64fa 100644 --- a/conformance/Cargo.toml +++ b/conformance/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] bytes = "1" -env_logger = { version = "0.8", default-features = false } +env_logger = { version = "0.10", default-features = false } prost = { path = ".." } protobuf = { path = "../protobuf" } tests = { path = "../tests" } diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index 25e7d0704..a3c64b5d9 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -42,4 +42,4 @@ pulldown-cmark = { version = "0.9.1", optional = true, default-features = false pulldown-cmark-to-cmark = { version = "10.0.1", optional = true } [dev-dependencies] -env_logger = { version = "0.8", default-features = false } +env_logger = { version = "0.10", default-features = false } diff --git a/tests-2015/Cargo.toml b/tests-2015/Cargo.toml index 5c181c012..cdb48cabf 100644 --- a/tests-2015/Cargo.toml +++ b/tests-2015/Cargo.toml @@ -34,6 +34,6 @@ tempfile = "3" [build-dependencies] cfg-if = "1" -env_logger = { version = "0.8", default-features = false } +env_logger = { version = "0.10", default-features = false } prost-build = { path = "../prost-build" } protobuf = { path = "../protobuf" } diff --git a/tests-no-std/Cargo.toml b/tests-no-std/Cargo.toml index 8d846a3ed..fac52bed2 100644 --- a/tests-no-std/Cargo.toml +++ b/tests-no-std/Cargo.toml @@ -35,6 +35,6 @@ tempfile = "3" [build-dependencies] cfg-if = "1" -env_logger = { version = "0.8", default-features = false } +env_logger = { version = "0.10", default-features = false } prost-build = { path = "../prost-build" } protobuf = { path = "../protobuf" } diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 4f165a7a4..edc2fa86e 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -29,6 +29,6 @@ tempfile = "3" [build-dependencies] cfg-if = "1" -env_logger = { version = "0.8", default-features = false } +env_logger = { version = "0.10", default-features = false } prost-build = { path = "../prost-build" } protobuf = { path = "../protobuf" }