Skip to content

Commit

Permalink
build(deps): bump cacache from 11.7.1 to 12.0.0 (#3690)
Browse files Browse the repository at this point in the history
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](zkat/cacache-rs@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>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 075f4d6 commit 6cacd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 6cacd7e

Please sign in to comment.