From b8ca3c118049935d8b093dbb46439d401fde7194 Mon Sep 17 00:00:00 2001 From: rink1969 Date: Thu, 7 Nov 2024 18:07:59 +0800 Subject: [PATCH] upgrade deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"