Skip to content

Commit 3b1e83d

Browse files
authored
Merge pull request #49 from cncf-tags/dependabot/cargo/oci-spec-0.8.1
build(deps): update oci-spec requirement from 0.6.6 to 0.8.1
2 parents 23906cf + a8ad4ae commit 3b1e83d

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)