diff --git a/Cargo.toml b/Cargo.toml index a784908..e54659b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,14 +16,14 @@ log = "0.4" hex = "0.4" raft = { git = "https://github.com/JLerxky/raft-rs", default-features = false, features = ["prost-codec"] } prost = "0.13" -tokio = { version = "1.38", features = ["fs", "io-util", "rt", "macros"] } +tokio = { version = "1.41", features = ["fs", "io-util", "rt", "macros"] } serde = "1.0" -bytes = "1.6" -tower = "0.4" +bytes = "1.8" +tower = "0.5" flume = "0.11" cloud-util = { package = "cloud-util", git = "https://github.com/cita-cloud/cloud-common-rs" } cita_cloud_proto = { package = "cita_cloud_proto", git = "https://github.com/cita-cloud/cloud-common-rs" } [dev-dependencies] -tempfile = "3.10" +tempfile = "3.13"