Skip to content

Commit

Permalink
Update oci-distribution requirement from 0.10.0 to 0.11.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.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 5490922 commit dc7b58f
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 @@ -20,7 +20,7 @@ json_comments = "0.2.1"
k8s-openapi = { version = "0.21.0", default-features = false, features = ["schemars", "v1_28"] }
kube = { version = "0.88.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
notify = "6.0.1"
oci-distribution = { version = "0.10.0", default-features = false, features = ["rustls-tls", "test-registry"] }
oci-distribution = { version = "0.11.0", default-features = false, features = ["rustls-tls", "test-registry"] }
schemars = "0.8.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.89"
Expand Down

0 comments on commit dc7b58f

Please sign in to comment.