Skip to content

Commit

Permalink
chore(deps): Bump oci-client from 0.12.1 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [oci-client](https://github.com/oras-project/rust-oci-client) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/oras-project/rust-oci-client/releases)
- [Commits](oras-project/rust-oci-client@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: oci-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 2322b0f commit 9e5aab5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 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 image-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy_static = { workspace = true, optional = true }
log = "0.4.22"
loopdev = { git = "https://github.com/mdaffin/loopdev", rev = "c9f91e8f0326ce8a3364ac911e81eb32328a5f27" }
nix = { workspace = true, optional = true, features = ["mount", "fs"] }
oci-client = { version = "0.12", default-features = false, optional = true }
oci-client = { version = "0.13", default-features = false, optional = true }
oci-spec = "0.7.0"
ocicrypt-rs = { path = "../ocicrypt-rs", default-features = false, features = [
"async-io",
Expand Down

0 comments on commit 9e5aab5

Please sign in to comment.