From 7402c8b77064b65af8a0ba358aa0534fbf7465f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 14:09:39 +0100 Subject: [PATCH] Bump dashmap from 5.1.0 to 5.2.0 (#554) Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v5.1.0...v5.2.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 | 4 ++-- lychee-bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adca18d..ef39bbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -856,9 +856,9 @@ dependencies = [ [[package]] name = "dashmap" -version = "5.1.0" +version = "5.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0834a35a3fce649144119e18da2a4d8ed12ef3862f47183fd46f625d072d96c" +checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c" dependencies = [ "cfg-if", "num_cpus", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 8f27138..64d1070 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -42,7 +42,7 @@ toml = "0.5.8" futures = "0.3.21" tokio-stream = "0.1.8" once_cell = "1.10.0" -dashmap = { version = "5.1.0", features = ["serde"] } +dashmap = { version = "5.2.0", features = ["serde"] } csv = "1.1.6" humantime = "2.1.0" secrecy = { version = "0.8.0", features = ["serde"] }