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/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 6cacd7e73 build(deps): bump cacache from 11.7.1 to 12.0.0 (#3690)
6cacd7e73 is described below

commit 6cacd7e73b28209185103edadc87f6d0ac10ab55
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 1 10:08:14 2023 +0800

    build(deps): bump cacache from 11.7.1 to 12.0.0 (#3690)
    
    Bumps [cacache](https://github.com/zkat/cacache-rs) from 11.7.1 to 12.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/v11.7.1...v12.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>
---
 Cargo.lock      | 4 ++--
 core/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d927cbe13..f7dba386d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1301,9 +1301,9 @@ dependencies = [
 
 [[package]]
 name = "cacache"
-version = "11.7.1"
+version = "12.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e58a06fb14213c5dd9eef8c612a24a3121f91293be7ea7960d48f3ba73bdc715"
+checksum = "142316461ed3a3dfcba10417317472da5bfd0461e4d276bf7c07b330766d9490"
 dependencies = [
  "digest",
  "either",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 98a10c66f..a293781e3 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -227,7 +227,7 @@ base64 = "0.21"
 bb8 = { version = "0.8", optional = true }
 bb8-postgres = { version = "0.8.1", optional = true }
 bytes = "1.4"
-cacache = { version = "11.6", default-features = false, features = [
+cacache = { version = "12.0", default-features = false, features = [
   "tokio-runtime",
   "mmap",
 ], optional = true }

Reply via email to