From 1ba82921f217be1047ec9b2eda599a828dd7fe89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:31:48 +0000 Subject: [PATCH] Bump dashmap from 6.0.1 to 6.1.0 Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- sdk/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e08a7a976..8f5720355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,9 +1164,9 @@ dependencies = [ [[package]] name = "dashmap" -version = "6.0.1" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28" +checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" dependencies = [ "cfg-if", "crossbeam-utils", @@ -2296,7 +2296,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 35a7af7b0..9eeb636fd 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -29,7 +29,7 @@ chrono = { version = "0.4.38" } clap = { version = "4.5.17", features = ["derive"] } comfy-table = { version = "7.1.1", optional = true } crc32fast = "1.4.2" -dashmap = "6.0.1" +dashmap = "6.1.0" derive_more = { version = "1.0.0", features = ["full"] } dirs = "5.0.1" fast-async-mutex = { version = "0.6.7", optional = true } diff --git a/server/Cargo.toml b/server/Cargo.toml index 391832121..a37290d51 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -23,7 +23,7 @@ blake3 = "1.5.4" bytes = "1.6.0" clap = { version = "4.5.17", features = ["derive"] } console-subscriber = { version = "0.4.0", optional = true } -dashmap = "6.0.1" +dashmap = "6.1.0" derive_more = "1.0.0" figlet-rs = "0.1.5" figment = { version = "0.10.18", features = ["json", "toml", "env"] }