From 13e177d1dced94e7d567d80d054eabf49a02dc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:32:01 +0000 Subject: [PATCH] build(deps): 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 ++-- bins/lalrgen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12c4bf80..f85984c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,9 +657,9 @@ dependencies = [ [[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/bins/lalrgen/Cargo.toml b/bins/lalrgen/Cargo.toml index d2788643..7c812d2f 100644 --- a/bins/lalrgen/Cargo.toml +++ b/bins/lalrgen/Cargo.toml @@ -13,7 +13,7 @@ version.workspace = true anyhow = "1.0.102" base = { path = "../../libs/base" } clap = { version = "4.6.1", features = ["derive", "env"] } -dashmap = "6.1.0" +dashmap = "6.2.1" humantime = "2.3.0" im = "15.1.0" indexmap = "2.13.1"