chore(deps): update rust crate jsonschema to 0.33 (#14074)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-25 09:25:53 +08:00
committed by GitHub
parent 662b39adb3
commit 11800a0071
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"