We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23906cf + a8ad4ae commit 3b1e83dCopy full SHA for 3b1e83d
Cargo.toml
@@ -25,7 +25,7 @@ path = "src/bin/validate.rs" # Path to the source file
25
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
26
27
[dependencies]
28
-oci-spec = { version = "0.6.6", features = ["runtime"] }
+oci-spec = { version = "0.8.1", features = ["runtime"] }
29
anyhow = "1.0"
30
clap = { version = "4.5.4", features = ["derive"] }
31
serde_json = "1.0"
0 commit comments