diff --git a/Cargo.toml b/Cargo.toml index a398774..8fcc881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ oci-spec = { version = "0.6.6", features = ["runtime"] } anyhow = "1.0" clap = { version = "4.5.4", features = ["derive"] } serde_json = "1.0" -jsonschema = "0.28.3" +jsonschema = "0.29.0" once_cell = "1.8.0" notify = "6.1.1" serde = "1.0.131"