diff --git a/Cargo.toml b/Cargo.toml index 00fac9c..b98cc58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ oci-spec = { version = "0.8.1", features = ["runtime"] } anyhow = "1.0" clap = { version = "4.5.4", features = ["derive"] } serde_json = "1.0" -jsonschema = "0.33.0" +jsonschema = "0.37.4" once_cell = "1.8.0" notify = "8.0.0" serde = "1.0.131"