diff --git a/Cargo.lock b/Cargo.lock index 089a39b44..1dcd17693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4112,9 +4112,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24690c68dfcdde5980d676b0f1820981841016b1f29eecb4c42ad48ab4118681" +checksum = "d46662859bc5f60a145b75f4632fbadc84e829e45df6c5de74cfc8e05acb96b5" dependencies = [ "ahash 0.8.11", "base64 0.22.1", @@ -6715,9 +6715,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3d769362109497b240e66462606bc28af68116436c8669bac17069533b908e" +checksum = "9e9c261f7ce75418b3beadfb3f0eb1299fe8eb9640deba45ffa2cb783098697d" dependencies = [ "ahash 0.8.11", "fluent-uri", diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index 190ce9faf..25cfef8cd 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -66,7 +66,7 @@ tauri-utils = { version = "2.7.0", path = "../tauri-utils", features = [ "html-manipulation", ] } toml = "0.9" -jsonschema = "0.32" +jsonschema = "0.33" handlebars = "6" include_dir = "0.7" minisign = "=0.7.3"