From 6fd063f5f105a16631253d1114fb00cf18ee9a97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 15:14:20 +0000 Subject: [PATCH] [Renovate] deps: 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 1c087d7..d99ccb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.75" -dashmap = "5.5.3" +dashmap = "6.0.0" dotenv = "0.15.0" tracing = "0.1.37" serde = { version = "1.0", features = ["derive"] }