Skip to content

Commit

Permalink
update deps and version for release v6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rink1969 committed Jul 12, 2023
1 parent f57e79b commit 9a5fc34
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
[package]
name = "consensus"
version = "6.7.0"
version = "6.7.1"
authors = ["Rivtower Technologies <contact@rivtower.com>"]
edition = "2021"

[dependencies]
clap = { version = "4.2", features = ["cargo"] }
clap = { version = "4.3", features = ["cargo"] }
tonic = "0.9"
toml = "0.7"
rand = "0.8"
# `release_max_level_trace` enables configuring log level at runtime.
slog = { version = "2.7.0", features = ["release_max_level_trace"] }
sloggers = "2.1.1"
slog = { version = "2.7", features = ["release_max_level_trace"] }
sloggers = "2.1"
log = "0.4"
hex = "0.4"
raft = { git = "https://github.com/cita-cloud/raft-rs", version = "0.6.0", default-features = false, features = ["prost-codec"] }
prost = "0.11"
tokio = { version = "1.27", features = ["fs", "io-util", "rt", "macros"] }
tokio = { version = "1.29", features = ["fs", "io-util", "rt", "macros"] }
serde = "1.0"
bytes = "1.4"
tower = "0.4.13"
tower = "0.4"
flume = "0.10"

cloud-util = { package = "cloud-util", git = "https://github.com/cita-cloud/cloud-common-rs.git" }
cita_cloud_proto = { package = "cita_cloud_proto", git = "https://github.com/cita-cloud/cloud-common-rs.git" }

[dev-dependencies]
tempfile = "3.5"
tempfile = "3.6"

0 comments on commit 9a5fc34

Please sign in to comment.