From dc90d0668d6e594a5b99178d71c2da4567483aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 20:43:28 +0200 Subject: [PATCH] Bump dashmap from 5.4.0 to 5.5.0 (#3132) Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- boa_engine/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 263e409bc2..9469d3ee8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1124,12 +1124,12 @@ dependencies = [ [[package]] name = "dashmap" -version = "5.4.0" +version = "5.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" +checksum = "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d" dependencies = [ "cfg-if", - "hashbrown 0.12.3", + "hashbrown 0.14.0", "lock_api", "once_cell", "parking_lot_core 0.9.8", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index 9fe2422613..8fa6521708 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -71,7 +71,7 @@ tap = "1.0.1" sptr = "0.3.2" static_assertions = "1.1.0" thiserror = "1.0.43" -dashmap = "5.4.0" +dashmap = "5.5.0" num_enum = "0.6.1" pollster = "0.3.0" thin-vec = "0.2.12"