Skip to content

Commit

Permalink
chore(deps): Bump oci-spec from 0.7.0 to 0.7.1
Browse files Browse the repository at this point in the history
Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/containers/oci-spec-rs/releases)
- [Changelog](https://github.com/youki-dev/oci-spec-rs/blob/main/release.md)
- [Commits](youki-dev/oci-spec-rs@v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: oci-spec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 10fbc7a commit 8524af3
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 37 deletions.
92 changes: 56 additions & 36 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 @@ -33,7 +33,7 @@ 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.14", default-features = false, optional = true }
oci-spec = "0.7.0"
oci-spec = "0.7.1"
ocicrypt-rs = { path = "../ocicrypt-rs", default-features = false, features = [
"async-io",
], optional = true }
Expand Down

0 comments on commit 8524af3

Please sign in to comment.