diff --git a/Cargo.lock b/Cargo.lock index 407c0f444f0c..5dbfc6686f48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index 89d2ead0cf24..904f40347c65 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -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" diff --git a/crates/tauri-utils/Cargo.toml b/crates/tauri-utils/Cargo.toml index 25debb2db02d..321c042a515e 100644 --- a/crates/tauri-utils/Cargo.toml +++ b/crates/tauri-utils/Cargo.toml @@ -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