From 3abf25b37fba88481a98d76fcfe59fcc2b58c340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:46:38 +0000 Subject: [PATCH] Update dashmap requirement from 5 to 6 Updates the requirements on [dashmap](https://github.com/xacrimon/dashmap) to permit the latest version. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c562ff..2e87de0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ regex = { version = "1.5.5", optional = true } urlencoding = "2.1.3" state = { version = "0.6" , features = [ "tls" ] } -dashmap = "5" +dashmap = "6" [dependencies.libsqlite3-sys] version = "0.27.0"