|
@@ -1280,6 +1280,17 @@ dependencies = [
|
|
|
"brotli-decompressor",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "brotli"
|
|
|
+version = "7.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
|
|
+dependencies = [
|
|
|
+ "alloc-no-stdlib",
|
|
|
+ "alloc-stdlib",
|
|
|
+ "brotli-decompressor",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "brotli-decompressor"
|
|
|
version = "4.0.1"
|
|
@@ -4337,7 +4348,19 @@ version = "2.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5b1fb8864823fad91877e6caea0baca82e49e8db50f8e5c9f9a453e27d3330fc"
|
|
|
dependencies = [
|
|
|
- "jsonptr",
|
|
|
+ "jsonptr 0.4.7",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "json-patch"
|
|
|
+version = "3.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08"
|
|
|
+dependencies = [
|
|
|
+ "jsonptr 0.6.3",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"thiserror",
|
|
@@ -4365,6 +4388,16 @@ dependencies = [
|
|
|
"serde_json",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "jsonptr"
|
|
|
+version = "0.6.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "jsonrpsee"
|
|
|
version = "0.24.5"
|
|
@@ -8851,7 +8884,7 @@ dependencies = [
|
|
|
"dirs",
|
|
|
"glob",
|
|
|
"heck 0.5.0",
|
|
|
- "json-patch 2.0.0",
|
|
|
+ "json-patch 3.0.1",
|
|
|
"quote",
|
|
|
"schemars",
|
|
|
"semver",
|
|
@@ -9003,7 +9036,7 @@ name = "tauri-codegen"
|
|
|
version = "2.0.1"
|
|
|
dependencies = [
|
|
|
"base64 0.22.1",
|
|
|
- "brotli",
|
|
|
+ "brotli 6.0.0",
|
|
|
"ico",
|
|
|
"json-patch 2.0.0",
|
|
|
"plist",
|
|
@@ -9296,7 +9329,7 @@ name = "tauri-utils"
|
|
|
version = "2.0.1"
|
|
|
dependencies = [
|
|
|
"aes-gcm",
|
|
|
- "brotli",
|
|
|
+ "brotli 7.0.0",
|
|
|
"cargo_metadata",
|
|
|
"ctor",
|
|
|
"dunce",
|