From 3c9cdea4a530cbf1127ffaa6d83369935801c8a4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Mar 2025 01:27:28 +0000 Subject: [PATCH] Update Rust crate dashmap to v6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d252f7..5d82279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" url = "2.5.1" anyhow = "1.0.86" -dashmap = "5.5.3" +dashmap = "6.0.0" async-trait = "0.1.80" uuid = "1.8.0" chrono = "0.4.38" -- 2.49.1