Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 9 updates (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 73f50ac commit 5a4de8a
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 56 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

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

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
asc = { version = "0.2.0", features = ["serde"] }
dashmap = "6.1.0"
epkv-utils = { path = "../epkv-utils" }
Expand All @@ -17,6 +17,6 @@ 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.215", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full"] }
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
12 changes: 6 additions & 6 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.93", features = ["backtrace"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
asc = "0.2.0"
bytes = "1.9.0"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.21", features = ["derive"] }
crossbeam-queue = "0.3.11"
clap = { version = "4.5.23", features = ["derive"] }
crossbeam-queue = "0.3.12"
epkv-protocol = { path = "../epkv-protocol" }
epkv-server = { path = "../epkv-server" }
epkv-utils = { path = "../epkv-utils" }
futures-util = "0.3.31"
numeric_cast = "0.2.1"
rand = "0.8.5"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
simdutf8 = "0.1.5"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
wgp = "0.2.0"
10 changes: 5 additions & 5 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.93"
anyhow = "1.0.95"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", 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.215", features = ["derive", "rc"] }
serde_json = "1.0.133"
serde = { version = "1.0.217", features = ["derive", "rc"] }
serde_json = "1.0.134"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"
tracing = "0.1.41"
wgp = "0.2.0"
6 changes: 3 additions & 3 deletions crates/epkv-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
bytes = { version = "1.9.0", features = ["serde"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-rocks = { path = "../epkv-rocks" }
Expand All @@ -13,7 +13,7 @@ fnv = "1.0.7"
futures-util = { version = "0.3.31", features = ["sink"] }
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
scopeguard = "1.2.0"
serde = { version = "1.0.215", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full"] }
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
wgp = "0.2.0"
8 changes: 4 additions & 4 deletions crates/epkv-rocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.93", features = ["backtrace"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
asc = "0.2.0"
bytemuck = { version = "1.20.0", features = ["derive"] }
bytemuck = { version = "1.21.0", features = ["derive"] }
bytes = { version = "1.9.0", features = ["serde"] }
camino = { version = "1.1.9", features = ["serde"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-utils = { path = "../epkv-utils" }
numeric_cast = "0.2.1"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
serde = { version = "1.0.215", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full"] }
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"

[dependencies.rocksdb]
Expand Down
8 changes: 4 additions & 4 deletions crates/epkv-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
asc = "0.2.0"
bytes = "1.9.0"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-protocol = { path = "../epkv-protocol" }
epkv-rocks = { path = "../epkv-rocks" }
Expand All @@ -17,9 +17,9 @@ futures-util = { version = "0.3.31", features = ["sink"] }
numeric_cast = "0.2.1"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde = { version = "1.0.217", features = ["derive", "rc"] }
tikv-jemallocator = "0.5.4"
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"
tracing = "0.1.41"
wgp = "0.2.0"
14 changes: 7 additions & 7 deletions crates/epkv-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ version = "0.1.0-dev"
edition = "2021"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
asc = "0.2.0"
bincode = "1.3.3"
bytemuck = { version = "1.20.0", features = ["derive"] }
bytemuck = { version = "1.21.0", features = ["derive"] }
bytes = { version = "1.9.0", features = ["serde"] }
camino = "1.1.9"
futures-util = { version = "0.3.31", features = ["sink"] }
numeric_cast = "0.2.1"
once_cell = "1.20.2"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
roaring = "0.10.7"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
roaring = "0.10.9"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
simdutf8 = "0.1.5"
tokio = { version = "1.41.1", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["codec"] }
tokio = { version = "1.42.0", features = ["full"] }
tokio-util = { version = "0.7.13", features = ["codec"] }
toml = "0.8.19"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
Expand Down

0 comments on commit 5a4de8a

Please sign in to comment.