From 84eff209ffa9bfb42bd6ed70e49aaa76704eae52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 21:50:20 +0100 Subject: [PATCH] Bump cached from 0.29.0 to 0.30.0 (#472) Bumps [cached](https://github.com/jaemk/cached) from 0.29.0 to 0.30.0. - [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 | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5526c9f..c354e03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,9 +435,9 @@ checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" [[package]] name = "cached" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "159fb7ae0e3580b5f22f4dbdaf162cd8dfb9542a79e4cdd47436b3f01d2f62f1" +checksum = "af4dfac631a8e77b2f327f7852bb6172771f5279c4512efe79fad6067b37be3d" dependencies = [ "async-mutex", "async-rwlock", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 48ea16a..18a7388 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -45,7 +45,7 @@ path-clean = "0.1.0" percent-encoding = "2.1.0" async-stream = "0.3.2" jwalk = "0.6.0" -cached = "0.29.0" +cached = "0.30.0" once_cell = "1.9.0" thiserror = "1.0.30" futures = "0.3.19"