From d09348ffee170bc571a14a413d22094ee147d13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 01:17:37 +0200 Subject: [PATCH] Bump cached from 0.25.1 to 0.26.2 (#366) Bumps [cached](https://github.com/jaemk/cached) from 0.25.1 to 0.26.2. - [Release notes](https://github.com/jaemk/cached/releases) - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) --- updated-dependencies: - dependency-name: cached 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 | 19 +++++++++++++++---- lychee-lib/Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b46735b..90750b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,6 +187,16 @@ dependencies = [ "winapi", ] +[[package]] +name = "async-rwlock" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "261803dcc39ba9e72760ba6e16d0199b1eef9fc44e81bffabbebb9f5aea3906c" +dependencies = [ + "async-mutex", + "event-listener", +] + [[package]] name = "async-smtp" version = "0.4.0" @@ -421,11 +431,12 @@ checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" [[package]] name = "cached" -version = "0.25.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14d3b04f85a6ef9fe543b2564ec8630bdf3363aa9bf664a1bfc85033e7350aaf" +checksum = "c2bc2fd249a24a9cdd4276f3a3e0461713271ab63b0e9e656e200e8e21c8c927" dependencies = [ "async-mutex", + "async-rwlock", "async-trait", "cached_proc_macro", "cached_proc_macro_types", @@ -436,9 +447,9 @@ dependencies = [ [[package]] name = "cached_proc_macro" -version = "0.6.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4230b8d9f5db741004bfaef172c5b2dbf0eb94f105204cc6147a220080daaa85" +checksum = "ac3531903b39df48a378a7ed515baee7c1fff32488489c7d0725eb1749b22a91" dependencies = [ "cached_proc_macro_types", "darling", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 3c0a725..6f3900c 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -43,7 +43,7 @@ url = { version = "2.2.2", features = ["serde"] } log = "0.4.14" path-clean = "0.1.0" percent-encoding = "2.1.0" -cached = "0.25.1" +cached = "0.26.2" once_cell = "1.8.0" [dev-dependencies]