diff --git a/Cargo.toml b/Cargo.toml index 4f6f4846..4b847e2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ thiserror = "1.0" [dev-dependencies] criterion = "0.4" ctor = "0.2" -env_logger = "0.10" +env_logger = "0.11" kvproto = { git = "https://github.com/pingcap/kvproto.git", default-features = false, features = ["protobuf-codec"] } raft = { git = "https://github.com/tikv/raft-rs", branch = "master", default-features = false, features = ["protobuf-codec"] } rand = "0.8" diff --git a/ctl/Cargo.toml b/ctl/Cargo.toml index 5bf23c8b..82b8f03b 100644 --- a/ctl/Cargo.toml +++ b/ctl/Cargo.toml @@ -10,5 +10,5 @@ license = "Apache-2.0" [dependencies] clap = { version = "3.1", features = ["derive", "cargo"] } -env_logger = "0.10" +env_logger = "0.11" raft-engine = { path = "..", version = "0.4.1", features = ["scripting", "internals"] }