Skip to content

Commit

Permalink
*: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdroychan committed Sep 8, 2024
1 parent 905e0d1 commit c0726a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ rustdoc-args = ["--cfg", "docsrs"]
ahash = "0.8.11"
bincode = "1.3.3"
chashmap = { version = "2.2.2", optional = true }
clap = { version = "4.5.15", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
contrie = { version = "0.1.4", optional = true }
core_affinity = "0.8.1"
ctrlc = "3.4.5"
dashmap = { version = "6.0.1", features = ["inline"], optional = true }
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 }
Expand All @@ -37,8 +37,8 @@ parking_lot = "0.12.3"
quanta = "0.12.3"
rand = "0.8.5"
rocksdb = { version = "0.22.0", optional = true }
scc = { version = "2.1.14", optional = true }
serde = { version = "1.0.207", features = ["derive"] }
scc = { version = "2.1.17", optional = true }
serde = { version = "1.0.210", features = ["derive"] }
toml = "0.8.19"
zipf = "7.0.1"

Expand Down

0 comments on commit c0726a7

Please sign in to comment.