Skip to content

Commit

Permalink
*: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdroychan committed Nov 24, 2024
1 parent 8b71d1d commit 29170bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@ rustdoc-args = ["--cfg", "docsrs"]
ahash = "0.8.11"
bincode = "1.3.3"
chashmap = { version = "2.2.2", optional = true }
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
contrie = { version = "0.1.4", optional = true }
core_affinity = "0.8.1"
ctrlc = "3.4.5"
dashmap = { version = "6.1.0", features = ["inline"], optional = true }
env_logger = "0.11.5"
figment = { version = "0.10.19", features = ["toml", "env"] }
flurry = { version = "0.5.1", optional = true }
flurry = { version = "0.5.2", optional = true }
hashbrown = "0.14.5"
hdrhistogram = "7.5.4"
inventory = "0.3.15"
log = "0.4.22"
mio = { version = "1.0.2", features = ["net", "os-poll"] }
papaya = { version = "0.1.3", optional = true }
papaya = { version = "0.1.4", optional = true }
parking_lot = "0.12.3"
quanta = "0.12.3"
rand = "0.8.5"
rocksdb = { version = "0.22.0", optional = true }
scc = { version = "2.2.1", optional = true }
serde = { version = "1.0.210", features = ["derive"] }
scc = { version = "2.2.5", optional = true }
serde = { version = "1.0.215", features = ["derive"] }
toml = "0.8.19"
zipf = "7.0.1"

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

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

0 comments on commit 29170bf

Please sign in to comment.