Skip to content

Commit

Permalink
build(deps): update oci-distribution requirement from 0.9.4 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [oci-distribution](https://github.com/krustlet/oci-distribution) to permit the latest version.
- [Release notes](https://github.com/krustlet/oci-distribution/releases)
- [Commits](oras-project/rust-oci-client@v0.9.4...v0.10.0)

---
updated-dependencies:
- dependency-name: oci-distribution
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 9c90873 commit 2588269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1"
base64 = "0.21"
directories = "5.0"
lazy_static = "1.4"
oci-distribution = { version = "0.9.4", default-features = false, features = [
oci-distribution = { version = "0.10.0", default-features = false, features = [
"rustls-tls",
] }
path-slash = "0.2"
Expand Down

0 comments on commit 2588269

Please sign in to comment.