Skip to content

Commit a8ad4ae

Browse files
build(deps): update oci-spec requirement from 0.6.6 to 0.8.1
Updates the requirements on [oci-spec](https://github.com/youki-dev/oci-spec-rs) to permit the latest version. - [Release notes](https://github.com/youki-dev/oci-spec-rs/releases) - [Changelog](https://github.com/youki-dev/oci-spec-rs/blob/main/release.md) - [Commits](youki-dev/oci-spec-rs@v0.6.6...v0.8.1) --- updated-dependencies: - dependency-name: oci-spec dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2528787 commit a8ad4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ path = "src/bin/validate.rs" # Path to the source file
2525
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2626

2727
[dependencies]
28-
oci-spec = { version = "0.6.6", features = ["runtime"] }
28+
oci-spec = { version = "0.8.1", features = ["runtime"] }
2929
anyhow = "1.0"
3030
clap = { version = "4.5.4", features = ["derive"] }
3131
serde_json = "1.0"

0 commit comments

Comments
 (0)