Skip to content

Commit

Permalink
chore: Update to env_logger 0.10 (tokio-rs#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Aug 11, 2023
1 parent 4d55103 commit f6cd226
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 @@ -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"
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.8", default-features = false }
env_logger = { version = "0.10", 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 @@ -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 }
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.8", default-features = false }
env_logger = { version = "0.10", 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.8", default-features = false }
env_logger = { version = "0.10", 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.8", default-features = false }
env_logger = { version = "0.10", default-features = false }
prost-build = { path = "../prost-build" }
protobuf = { path = "../protobuf" }

0 comments on commit f6cd226

Please sign in to comment.