Skip to content

Commit

Permalink
chore(deps): bump cacache from 12.0.0 to 13.0.0 in /core (#4215)
Browse files Browse the repository at this point in the history
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](zkat/cacache-rs@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>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 2f85fa3 commit e56b508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/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 @@ -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 }
Expand Down

0 comments on commit e56b508

Please sign in to comment.