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"] }