From f27ea9a3a56802d7d3a8cdce310645f05b9cb953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:51:35 +0000 Subject: [PATCH] Update dashmap requirement from ^5.5 to ^6.0 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.5.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 2ba8464..02be782 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ default = ["futures", "native_tls"] version = "^1.5" [dependencies.dashmap] -version = "^5.5" +version = "^6.0" [dependencies.reqwest] version = "^0.12"