Skip to content

Commit

Permalink
*: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdroychan committed Oct 14, 2024
1 parent 0778282 commit efbaa46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
ahash = "0.8.11"
bincode = "1.3.3"
chashmap = { version = "2.2.2", optional = true }
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
contrie = { version = "0.1.4", optional = true }
core_affinity = "0.8.1"
ctrlc = "3.4.5"
Expand All @@ -37,13 +37,13 @@ parking_lot = "0.12.3"
quanta = "0.12.3"
rand = "0.8.5"
rocksdb = { version = "0.22.0", optional = true }
scc = { version = "2.1.17", optional = true }
scc = { version = "2.2.1", optional = true }
serde = { version = "1.0.210", features = ["derive"] }
toml = "0.8.19"
zipf = "7.0.1"

[dev-dependencies]
tempfile = "3.12.0"
tempfile = "3.13.0"

[features]
chashmap = ["dep:chashmap"]
Expand Down

0 comments on commit efbaa46

Please sign in to comment.