From d2f85e7dc3d0c5fea3cc8d5e8dbd14f4ded6ddf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:15:10 +0000 Subject: [PATCH] Update Rust crate dashmap to v6 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c54754..c1fa763 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,11 +492,12 @@ dependencies = [ [[package]] name = "dashmap" -version = "5.5.3" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +checksum = "23fadfd577acfd4485fb258011b0fd080882ea83359b6fd41304900b94ccf487" dependencies = [ "cfg-if", + "crossbeam-utils", "hashbrown", "lock_api", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 38267f6..61796b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ crossbeam-queue = "0.3.11" reqwest = { version = "0.12.4", features = ["gzip", "blocking"] } scraper = "0.19.0" threadpool = "1.8" -dashmap = "5.5.3" \ No newline at end of file +dashmap = "6.0.0" \ No newline at end of file