From e396efff7971f3f5d306459ff8a1f7785f391072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:41:52 +0000 Subject: [PATCH] Bump dashmap from 6.1.0 to 6.2.1 Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.1.0 to 6.2.1. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight-js/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2397f43..748a2d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -738,9 +738,9 @@ checksum = "378f0974ae2468eaf63aa036dbe9c926b0dc7ea64c156f2ea618bc2f75b934f0" [[package]] name = "dashmap" -version = "6.1.0" +version = "6.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" +checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" dependencies = [ "cfg-if", "crossbeam-utils", diff --git a/src/hyperlight-js/Cargo.toml b/src/hyperlight-js/Cargo.toml index 3afcb69..bf44113 100644 --- a/src/hyperlight-js/Cargo.toml +++ b/src/hyperlight-js/Cargo.toml @@ -46,7 +46,7 @@ criterion = { version = "0.8.2", features = ["html_reports"] } crossbeam = { version = "0.8", features = ["std"] } crossbeam-queue = { version = "0.3", features = ["std"] } crossterm = "0.29.0" -dashmap = "6.1.0" +dashmap = "6.2.1" env_logger = "0.11" lazy_static = "1.4.0" metrics-exporter-prometheus = "0.18"