diff --git a/Cargo.lock b/Cargo.lock index e2728009..f82ad848 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -523,12 +523,12 @@ dependencies = [ [[package]] name = "dashmap" -version = "5.4.0" +version = "5.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" +checksum = "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d" dependencies = [ "cfg-if", - "hashbrown 0.12.3", + "hashbrown 0.14.0", "lock_api", "once_cell", "parking_lot_core 0.9.8", diff --git a/Cargo.toml b/Cargo.toml index 551bfa8b..986ce5a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ chrono = "0.4.26" serde_json = "1.0" serde = "1.0.171" emojis = "0.6.0" -dashmap = "5.4.0" +dashmap = "5.5.0" regex = "1.9.1" lazy_static = "1.4.0" humantime = "2.1.0"