From 364bdaf52b8ad33c1e3ad7c4a86b847cd62c822a Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Fri, 9 Aug 2024 12:40:32 +0100 Subject: [PATCH] Updated dependencies. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1782903..eaef0df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ codecov = { repository = "orium/dirty-debug", branch = "main", service = "github fatal-warnings = [] [dependencies] -dashmap = "5.5.0" +dashmap = "6.0.1" [dev-dependencies] rand = "0.8.5"