Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 7 updates (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent d8717d3 commit 64f535e
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 34 deletions.
41 changes: 21 additions & 20 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/epkv-epaxos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
asc = { version = "0.1.1", features = ["serde"] }
dashmap = "5.5.3"
dashmap = "6.0.1"
epkv-utils = { path = "../epkv-utils" }
fnv = "1.0.7"
futures-util = "0.3.30"
Expand Down
4 changes: 2 additions & 2 deletions crates/epkv-eval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyhow = { version = "1.0.86", features = ["backtrace"] }
asc = "0.1.1"
bytes = "1.6.0"
camino = { version = "1.1.7", features = ["serde1"] }
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.8", features = ["derive"] }
crossbeam-queue = "0.3.11"
epkv-protocol = { path = "../epkv-protocol" }
epkv-server = { path = "../epkv-server" }
Expand All @@ -17,7 +17,7 @@ futures-util = "0.3.30"
numeric_cast = "0.2.1"
rand = "0.8.5"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.119"
simdutf8 = "0.1.4"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.38.0", features = ["full"] }
Expand Down
6 changes: 3 additions & 3 deletions crates/epkv-monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
camino = { version = "1.1.7", features = ["serde1"] }
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.8", 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.203", features = ["derive", "rc"] }
serde_json = "1.0.117"
serde_json = "1.0.119"
tikv-jemallocator = "0.5.4"
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.13"
toml = "0.8.14"
tracing = "0.1.40"
wgp = "0.2.0"
2 changes: 1 addition & 1 deletion crates/epkv-rocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.86", features = ["backtrace"] }
asc = "0.1.1"
bytemuck = { version = "1.16.0", features = ["derive"] }
bytemuck = { version = "1.16.1", features = ["derive"] }
bytes = { version = "1.6.0", features = ["serde"] }
camino = { version = "1.1.7", features = ["serde"] }
epkv-epaxos = { path = "../epkv-epaxos" }
Expand Down
4 changes: 2 additions & 2 deletions crates/epkv-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyhow = "1.0.86"
asc = "0.1.1"
bytes = "1.6.0"
camino = { version = "1.1.7", features = ["serde1"] }
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.8", features = ["derive"] }
epkv-epaxos = { path = "../epkv-epaxos" }
epkv-protocol = { path = "../epkv-protocol" }
epkv-rocks = { path = "../epkv-rocks" }
Expand All @@ -20,6 +20,6 @@ parking_lot = "0.12.3"
serde = { version = "1.0.203", features = ["derive", "rc"] }
tikv-jemallocator = "0.5.4"
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.13"
toml = "0.8.14"
tracing = "0.1.40"
wgp = "0.2.0"
10 changes: 5 additions & 5 deletions crates/epkv-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ edition = "2021"
anyhow = "1.0.86"
asc = "0.1.1"
bincode = "1.3.3"
bytemuck = { version = "1.16.0", features = ["derive"] }
bytemuck = { version = "1.16.1", features = ["derive"] }
bytes = { version = "1.6.0", features = ["serde"] }
camino = "1.1.7"
futures-util = { version = "0.3.30", features = ["sink"] }
numeric_cast = "0.2.1"
once_cell = "1.17.1"
ordered-vecmap = { version = "0.2.0", features = ["serde"] }
parking_lot = "0.12.3"
roaring = "0.10.4"
roaring = "0.10.5"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.119"
simdutf8 = "0.1.4"
tokio = { version = "1.38.0", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
toml = "0.8.13"
toml = "0.8.14"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
triomphe = { version = "0.1.12", default-features = false, features = ["std", "serde"] }
triomphe = { version = "0.1.13", default-features = false, features = ["std", "serde"] }

0 comments on commit 64f535e

Please sign in to comment.