From 4fd8f81b4398ba19a0575d707a5a5b1bdd90f068 Mon Sep 17 00:00:00 2001 From: Chen Chen Date: Wed, 5 Feb 2025 12:38:52 -0500 Subject: [PATCH] *: bump dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e011399..83df811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"] ahash = "0.8.11" bincode = "1.3.3" chashmap = { version = "2.2.2", optional = true } -clap = { version = "4.5.26", features = ["derive"] } +clap = { version = "4.5.28", features = ["derive"] } contrie = { version = "0.1.4", optional = true } core_affinity = "0.8.1" ctrlc = "3.4.5" @@ -29,7 +29,7 @@ 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.17" +inventory = "0.3.19" log = "0.4.25" mio = { version = "1.0.3", features = ["net", "os-poll"] } papaya = { version = "0.1.8", optional = true } @@ -37,13 +37,13 @@ parking_lot = "0.12.3" quanta = "0.12.5" rand = "0.8.5" rocksdb = { version = "0.22.0", optional = true } -scc = { version = "2.3.0", optional = true } +scc = { version = "2.3.2", optional = true } serde = { version = "1.0.217", features = ["derive"] } -toml = "0.8.19" +toml = "0.8.20" zipf = "7.0.1" [dev-dependencies] -tempfile = "3.15.0" +tempfile = "3.16.0" [features] chashmap = ["dep:chashmap"]