Skip to content

Commit

Permalink
chore(deps): Bump oci-client from 0.13.0 to 0.14.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.13.0 to 0.14.0.
- [Release notes](https://github.com/oras-project/rust-oci-client/releases)
- [Commits](oras-project/rust-oci-client@v0.13.0...v0.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 962d4c2 commit bb264db
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
36 changes: 31 additions & 5 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.13", default-features = false, optional = true }
oci-client = { version = "0.14", 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 bb264db

Please sign in to comment.