Skip to content

Commit 05b56b9

Browse files
Update env_logger requirement from 0.7.1 to 0.8.2
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.7.1...v0.8.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f41fa13 commit 05b56b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foundationdb-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ categories = ["database"]
2020
license = "MIT/Apache-2.0"
2121

2222
[dependencies]
23-
env_logger = "0.7.1"
23+
env_logger = "0.8.2"
2424
foundationdb = { version = "*", path = "../foundationdb" }
2525
futures = "0.3.0"
2626
log = "0.4.8"

foundationdb-bindingtester/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fdb-6_1 = ["foundationdb/fdb-6_1"]
3030
fdb-6_2 = ["foundationdb/fdb-6_2"]
3131

3232
[dependencies]
33-
env_logger = "0.7.1"
33+
env_logger = "0.8.2"
3434
foundationdb = { path = "../foundationdb", features = ["uuid", "num-bigint"], default-features = false }
3535
foundationdb-sys = { version = "0.5.1", path = "../foundationdb-sys", default-features = false }
3636
futures = "0.3.0"

0 commit comments

Comments
 (0)