Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 0e1e2a4 commit 7e45821
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 @@ -16,7 +16,7 @@ async-trait = "0.1"
base64 = "0.22"
directories = "5.0"
lazy_static = "1.4"
oci-client = { version = "0.12", default-features = false, features = [
oci-client = { version = "0.13", default-features = false, features = [
"rustls-tls",
] }
path-slash = "0.2"
Expand Down

0 comments on commit 7e45821

Please sign in to comment.