From cc458b755c42aea92a5f8c2bf708e5961f5f8f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:17:24 +0000 Subject: [PATCH] Bump dashmap from 5.5.0 to 5.5.3 Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.5.0 to 5.5.3. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v5.5.0...v.5.5.3) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 072a64f1..c5be2eec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -382,9 +382,9 @@ dependencies = [ [[package]] name = "dashmap" -version = "5.5.0" +version = "5.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", "hashbrown 0.14.0", diff --git a/Cargo.toml b/Cargo.toml index b39ad6bd..70c77cac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3.28" log = "0.4.19" sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] } dotenv = "0.15.0" -dashmap = "5.5.0" +dashmap = "5.5.3" once_cell = "1.18.0" miette = { version = "5.10.0", features = ["fancy"] } smallvec = { version = "1.11.0", features = ["serde"] }