Skip to content

Commit

Permalink
build(deps): update to env_logger 0.11
Browse files Browse the repository at this point in the history
`env_logger` is only used as dev-dependencies or in private crates
  • Loading branch information
caspermeijn committed Mar 8, 2024
1 parent a8e8c9d commit 8a4f251
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ prost-derive = { version = "0.12.3", path = "prost-derive", optional = true }

[dev-dependencies]
criterion = { version = "0.4", default-features = false }
env_logger = { version = "0.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
log = "0.4"
proptest = "1"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion conformance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"

[dependencies]
bytes = "1"
env_logger = { version = "0.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
prost = { path = ".." }
protobuf = { path = "../protobuf" }
tests = { path = "../tests" }
2 changes: 1 addition & 1 deletion prost-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,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.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
2 changes: 1 addition & 1 deletion tests-2015/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ tempfile = "3"

[build-dependencies]
cfg-if = "1"
env_logger = { version = "0.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
prost-build = { path = "../prost-build" }
protobuf = { path = "../protobuf" }
2 changes: 1 addition & 1 deletion tests-no-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ tempfile = "3"

[build-dependencies]
cfg-if = "1"
env_logger = { version = "0.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
prost-build = { path = "../prost-build" }
protobuf = { path = "../protobuf" }
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ tempfile = "3"

[build-dependencies]
cfg-if = "1"
env_logger = { version = "0.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
prost-build = { path = "../prost-build" }
protobuf = { path = "../protobuf" }

0 comments on commit 8a4f251

Please sign in to comment.