Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rink1969 committed Nov 7, 2024
1 parent c4f63da commit b8ca3c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b8ca3c1

Please sign in to comment.