chore(deps): update rust crate json5 to v1

This commit is contained in:
renovate[bot]
2025-12-05 03:58:32 +00:00
committed by GitHub
parent 546b296405
commit cf6183e68d
3 changed files with 5 additions and 6 deletions

7
Cargo.lock generated
View File

@@ -3990,13 +3990,12 @@ dependencies = [
[[package]]
name = "json5"
version = "0.4.1"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
checksum = "0dadca0807203e4dad79bc9229663ea382d7e809eeb2213496a1ae4aff0069d6"
dependencies = [
"pest",
"pest_derive",
"serde",
"ucd-trie",
]
[[package]]

View File

@@ -51,7 +51,7 @@ tauri-bundler = { version = "2.7.4", default-features = false, path = "../tauri-
colored = "2"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
json5 = "0.4"
json5 = "1.0"
notify = "8"
notify-debouncer-full = "0.6"
shared_child = "1"

View File

@@ -33,7 +33,7 @@ aes-gcm = { version = "0.10", optional = true }
getrandom = { version = "0.3", optional = true, features = ["std"] }
serialize-to-javascript = { version = "0.1.2", optional = true }
ctor = "0.2"
json5 = { version = "0.4", optional = true }
json5 = { version = "1.0", optional = true }
toml = { version = "0.9", features = ["parse"] }
json-patch = "3.0"
# Our code requires at least 0.3.1