From e56b50803ab32ff1a5f8dc4d05e9b7aff011822f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:58:04 +0800 Subject: [PATCH] chore(deps): bump cacache from 12.0.0 to 13.0.0 in /core (#4215) Bumps [cacache](https://github.com/zkat/cacache-rs) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/zkat/cacache-rs/releases) - [Changelog](https://github.com/zkat/cacache-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/zkat/cacache-rs/compare/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: cacache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Cargo.lock b/core/Cargo.lock index 63b0469936f1..58be62910d4a 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -1185,9 +1185,9 @@ dependencies = [ [[package]] name = "cacache" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "142316461ed3a3dfcba10417317472da5bfd0461e4d276bf7c07b330766d9490" +checksum = "a61ff12b19d89c752c213316b87fdb4a587f073d219b893cc56974b8c9f39bf7" dependencies = [ "digest", "either", diff --git a/core/Cargo.toml b/core/Cargo.toml index 3796268c9369..dbfc4cd309e7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -287,7 +287,7 @@ atomic_lib = { version = "0.34.5", optional = true } bb8-postgres = { version = "0.8.1", optional = true } tokio-postgres = { version = "0.7.8", optional = true } # for services-cacache -cacache = { version = "12.0", default-features = false, features = [ +cacache = { version = "13.0", default-features = false, features = [ "tokio-runtime", "mmap", ], optional = true }