diff --git a/Cargo.toml b/Cargo.toml index 3c67d93..1bf54f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } @@ -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"