From 9a244ba4c28377458a0ebb039f20093b09969399 Mon Sep 17 00:00:00 2001 From: Gnome! Date: Mon, 9 Sep 2024 19:12:40 +0100 Subject: [PATCH] Update to DashMap 6 (#253) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c61a4e..8fa7af0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ byteorder = { optional = true, version = "1" } bytes = { optional = true, version = "1" } chacha20poly1305 = { optional = true, version = "0.10.1" } crypto_secretbox = { optional = true, features = ["std"], version = "0.1" } -dashmap = { optional = true, version = "5" } +dashmap = { optional = true, version = "6.1.0" } derivative = "2" discortp = { default-features = false, features = [ "discord",