chore(deps): update rust crate jsonschema to 0.32 (#13915)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-07-30 09:26:04 +08:00 committed by GitHub
parent bc6b125b24
commit a32a4ce3be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -4110,9 +4110,9 @@ dependencies = [
[[package]]
name = "jsonschema"
version = "0.31.0"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb1de698f287416adf20d0925832b20f2b14026110d9ff6d4e1fad43d42d5d0"
checksum = "6dbce926db3fae74d35e37f059a7b8eb1f30f5781c97ea1ae239a49c337dbb08"
dependencies = [
"ahash 0.8.11",
"base64 0.22.1",
@ -6714,9 +6714,9 @@ dependencies = [
[[package]]
name = "referencing"
version = "0.31.0"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e53649e498ada7d1dae579c08ad8dc043278980409fd42daeb0f6665005593fb"
checksum = "e0c7a0ce4e6f443ac9fb6774a8e4c317f9122dcada54e9ca91e12cdbbae1cd1d"
dependencies = [
"ahash 0.8.11",
"fluent-uri",

View File

@ -66,7 +66,7 @@ tauri-utils = { version = "2.6.0", path = "../tauri-utils", features = [
"html-manipulation",
] }
toml = "0.8"
jsonschema = "0.31"
jsonschema = "0.32"
handlebars = "6"
include_dir = "0.7"
minisign = "=0.7.3"