From 29170bfb0bc620d35fa74b905b9767699173ec08 Mon Sep 17 00:00:00 2001 From: Chen Chen Date: Sun, 24 Nov 2024 13:01:40 -0600 Subject: [PATCH] *: bump dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 415543f..d30785d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]