diff --git a/Cargo.lock b/Cargo.lock index 729ff19..1566aa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,9 +473,9 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" [[package]] name = "cached" -version = "0.42.0" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5877db5d1af7fae60d06b5db9430b68056a69b3582a0be8e3691e87654aeb6" +checksum = "bc2fafddf188d13788e7099295a59b99e99b2148ab2195cae454e754cc099925" dependencies = [ "async-trait", "async_once", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index a9d92e7..3e5494d 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -43,7 +43,7 @@ path-clean = "1.0.1" percent-encoding = "2.2.0" async-stream = "0.3.5" jwalk = "0.8.1" -cached = "0.42.0" +cached = "0.43.0" once_cell = "1.17.1" thiserror = "1.0.40" futures = "0.3.27"