Skip to content

Commit

Permalink
build(deps): bump the dependencies group across 1 directory with 14 u…
Browse files Browse the repository at this point in the history
…pdates (#13)
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 27f043f commit 73f50ac
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 112 deletions.
105 changes: 48 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions crates/epkv-epaxos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.89"
asc = { version = "0.1.1", features = ["serde"] }
anyhow = "1.0.93"
asc = { version = "0.2.0", features = ["serde"] }
dashmap = "6.1.0"
epkv-utils = { path = "../epkv-utils" }
fnv = "1.0.7"
futures-util = "0.3.30"
futures-util = "0.3.31"
numeric_cast = "0.2.1"
once_cell = "1.20.1"
once_cell = "1.20.2"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
rand = "0.8.5"
scopeguard = "1.2.0"
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
serde = { version = "1.0.215", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full"] }
tracing = "0.1.41"
16 changes: 8 additions & 8 deletions crates/epkv-eval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.89", features = ["backtrace"] }
asc = "0.1.1"
bytes = "1.7.2"
anyhow = { version = "1.0.93", features = ["backtrace"] }
asc = "0.2.0"
bytes = "1.9.0"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.18", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
crossbeam-queue = "0.3.11"
epkv-protocol = { path = "../epkv-protocol" }
epkv-server = { path = "../epkv-server" }
epkv-utils = { path = "../epkv-utils" }
futures-util = "0.3.30"
futures-util = "0.3.31"
numeric_cast = "0.2.1"
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
simdutf8 = "0.1.5"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
wgp = "0.2.0"
12 changes: 6 additions & 6 deletions crates/epkv-monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.93"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.18", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-protocol = { path = "../epkv-protocol" }
epkv-utils = { path = "../epkv-utils" }
parking_lot = "0.12.3"
serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_json = "1.0.128"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_json = "1.0.133"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
toml = "0.8.19"
tracing = "0.1.40"
tracing = "0.1.41"
wgp = "0.2.0"
12 changes: 6 additions & 6 deletions crates/epkv-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.89"
bytes = { version = "1.7.2", features = ["serde"] }
anyhow = "1.0.93"
bytes = { version = "1.9.0", features = ["serde"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-rocks = { path = "../epkv-rocks" }
epkv-utils = { path = "../epkv-utils" }
fnv = "1.0.7"
futures-util = { version = "0.3.30", features = ["sink"] }
futures-util = { version = "0.3.31", features = ["sink"] }
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
scopeguard = "1.2.0"
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
serde = { version = "1.0.215", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full"] }
tracing = "0.1.41"
wgp = "0.2.0"
Loading

0 comments on commit 73f50ac

Please sign in to comment.