diff --git a/Cargo.lock b/Cargo.lock index a8951c4c0e6c..1c7a4c50c3bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3973,16 +3973,16 @@ dependencies = [ [[package]] name = "image" -version = "0.25.2" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10" +checksum = "bc144d44a31d753b02ce64093d532f55ff8dc4ebf2ffb8a63c0dda691385acae" dependencies = [ "bytemuck", "byteorder-lite", "color_quant", "exr", "gif", - "image-webp", + "image-webp 0.2.0", "num-traits", "png", "qoi", @@ -4004,6 +4004,16 @@ dependencies = [ "quick-error 2.0.1", ] +[[package]] +name = "image-webp" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f" +dependencies = [ + "byteorder-lite", + "quick-error 2.0.1", +] + [[package]] name = "imagesize" version = "0.13.0" @@ -7203,7 +7213,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7314563c59c7ce31c18e23ad3dd092c37b928a0fa4e1c0a1a6504351ab411d1" dependencies = [ "gif", - "image-webp", + "image-webp 0.1.3", "log", "pico-args 0.5.0", "rgb", @@ -8974,7 +8984,7 @@ dependencies = [ "include_dir", "insta", "itertools 0.13.0", - "json-patch 2.0.0", + "json-patch 3.0.1", "jsonrpsee", "jsonrpsee-client-transport", "jsonrpsee-core", @@ -9042,7 +9052,7 @@ dependencies = [ "base64 0.22.1", "brotli", "ico", - "json-patch 2.0.0", + "json-patch 3.0.1", "plist", "png", "proc-macro2", @@ -9341,7 +9351,7 @@ dependencies = [ "glob", "html5ever", "infer 0.16.0", - "json-patch 2.0.0", + "json-patch 3.0.1", "json5", "kuchikiki", "log", diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index 6978da6a2227..464ec7dcdb20 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -56,7 +56,7 @@ notify-debouncer-mini = "0.4" shared_child = "1.0" duct = "0.13" toml_edit = { version = "0.22", features = ["serde"] } -json-patch = "2.0" +json-patch = "3.0" tauri-utils = { version = "2.0.2", path = "../tauri-utils", features = [ "isolation", "schema",