chore(deps): update rust crate jsonschema to 0.30 (#13249)

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

10
Cargo.lock generated
View File

@ -4108,9 +4108,9 @@ dependencies = [
[[package]]
name = "jsonschema"
version = "0.29.0"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c59cb1733c34377b6067a0419befd7f25073c5249ec3b0614a482bf499e1df5"
checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
dependencies = [
"ahash 0.8.11",
"base64 0.22.1",
@ -4121,9 +4121,11 @@ dependencies = [
"idna",
"itoa 1.0.14",
"num-cmp",
"num-traits",
"once_cell",
"percent-encoding",
"referencing",
"regex",
"regex-syntax",
"reqwest 0.12.12",
"serde",
@ -6657,9 +6659,9 @@ dependencies = [
[[package]]
name = "referencing"
version = "0.29.0"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce52678d53e5ee37e4af0a9036ca834d0cd34b33c82457c6b06a24f8d783344"
checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
dependencies = [
"ahash 0.8.11",
"fluent-uri",

View File

@ -71,7 +71,7 @@ tauri-utils-v1 = { version = "1", package = "tauri-utils", features = [
"config-toml",
] }
toml = "0.8"
jsonschema = "0.29"
jsonschema = "0.30"
handlebars = "6"
include_dir = "0.7"
minisign = "=0.7.3"