This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new e56b50803a chore(deps): bump cacache from 12.0.0 to 13.0.0 in /core 
(#4215)
e56b50803a is described below

commit e56b50803ab32ff1a5f8dc4d05e9b7aff011822f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 23 16:58:04 2024 +0800

    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] <[email protected]>
    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 63b0469936..58be62910d 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 3796268c93..dbfc4cd309 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 }

Reply via email to