Skip to content

Commit

Permalink
*: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdroychan committed Feb 5, 2025
1 parent 9e91d78 commit 4fd8f81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.26", features = ["derive"] }
clap = { version = "4.5.28", features = ["derive"] }
contrie = { version = "0.1.4", optional = true }
core_affinity = "0.8.1"
ctrlc = "3.4.5"
Expand All @@ -29,21 +29,21 @@ figment = { version = "0.10.19", features = ["toml", "env"] }
flurry = { version = "0.5.2", optional = true }
hashbrown = "0.14.5"
hdrhistogram = "7.5.4"
inventory = "0.3.17"
inventory = "0.3.19"
log = "0.4.25"
mio = { version = "1.0.3", features = ["net", "os-poll"] }
papaya = { version = "0.1.8", optional = true }
parking_lot = "0.12.3"
quanta = "0.12.5"
rand = "0.8.5"
rocksdb = { version = "0.22.0", optional = true }
scc = { version = "2.3.0", optional = true }
scc = { version = "2.3.2", optional = true }
serde = { version = "1.0.217", features = ["derive"] }
toml = "0.8.19"
toml = "0.8.20"
zipf = "7.0.1"

[dev-dependencies]
tempfile = "3.15.0"
tempfile = "3.16.0"

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

0 comments on commit 4fd8f81

Please sign in to comment.