From 782b718c25432616223199bf2d996d51fe626220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:53:40 +0200 Subject: [PATCH] Bump dashmap from 5.5.1 to 5.5.3 (#3262) Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.5.1 to 5.5.3. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v5.5.1...v.5.5.3) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- boa_engine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff1cc0bcce..f3dc91ca21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1129,9 +1129,9 @@ dependencies = [ [[package]] name = "dashmap" -version = "5.5.1" +version = "5.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edd72493923899c6f10c641bdbdeddc7183d6396641d99c1a0d1597f37f92e28" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", "hashbrown 0.14.0", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index e66d703d08..30bd248da8 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.48" -dashmap = "5.5.1" +dashmap = "5.5.3" num_enum = "0.7.0" pollster = "0.3.0" thin-vec = "0.2.12"