Skip to content

Commit 3c442af

Browse files
Update env_logger requirement from 0.9 to 0.10 (#282)
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09fe230 commit 3c442af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ thiserror = "1.0"
6363
[dev-dependencies]
6464
criterion = "0.4"
6565
ctor = "0.1"
66-
env_logger = "0.9"
66+
env_logger = "0.10"
6767
kvproto = { git = "https://github.com/pingcap/kvproto.git", default-features = false, features = ["protobuf-codec"] }
6868
raft = { git = "https://github.com/tikv/raft-rs", branch = "master", default-features = false, features = ["protobuf-codec"] }
6969
rand = "0.8"

ctl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ license = "Apache-2.0"
1010

1111
[dependencies]
1212
clap = { version = "3.1", features = ["derive", "cargo"] }
13-
env_logger = "0.9"
13+
env_logger = "0.10"
1414
raft-engine = { path = "..", version = "0.3.0", features = ["scripting", "internals"] }

0 commit comments

Comments
 (0)