From 4752e06744b20e84690221fc5131376d71a4716b Mon Sep 17 00:00:00 2001 From: Chen Chen Date: Mon, 13 Jan 2025 14:12:36 -0500 Subject: [PATCH] *: bump dependencies --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d30785d..6e22a7a 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.21", features = ["derive"] } +clap = { version = "4.5.26", 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" +env_logger = "0.11.6" 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.15" +inventory = "0.3.17" log = "0.4.22" -mio = { version = "1.0.2", features = ["net", "os-poll"] } -papaya = { version = "0.1.4", optional = true } +mio = { version = "1.0.3", features = ["net", "os-poll"] } +papaya = { version = "0.1.7", optional = true } parking_lot = "0.12.3" -quanta = "0.12.3" +quanta = "0.12.5" rand = "0.8.5" rocksdb = { version = "0.22.0", optional = true } -scc = { version = "2.2.5", optional = true } -serde = { version = "1.0.215", features = ["derive"] } +scc = { version = "2.3.0", optional = true } +serde = { version = "1.0.217", features = ["derive"] } toml = "0.8.19" zipf = "7.0.1" [dev-dependencies] -tempfile = "3.14.0" +tempfile = "3.15.0" [features] chashmap = ["dep:chashmap"]