chore(deps) Update Tauri Codegen (dev) (#11999)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-19 16:22:59 +01:00
committed by GitHub
parent f1167143cd
commit 7d38ee987e

26
Cargo.lock generated
View File

@@ -6647,9 +6647,9 @@ dependencies = [
[[package]]
name = "png"
version = "0.17.14"
version = "0.17.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0"
checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
dependencies = [
"bitflags 1.3.2",
"crc32fast",
@@ -9042,7 +9042,7 @@ dependencies = [
"tauri-runtime",
"tauri-runtime-wry",
"tauri-utils 2.1.0",
"thiserror 2.0.4",
"thiserror 2.0.8",
"tokio",
"tracing",
"tray-icon",
@@ -9110,7 +9110,7 @@ dependencies = [
"tauri-macos-sign",
"tauri-utils 2.1.0",
"tempfile",
"thiserror 2.0.4",
"thiserror 2.0.8",
"time",
"ureq",
"url",
@@ -9230,7 +9230,7 @@ dependencies = [
"sha2",
"syn 2.0.90",
"tauri-utils 2.1.0",
"thiserror 2.0.4",
"thiserror 2.0.8",
"time",
"url",
"uuid",
@@ -9369,7 +9369,7 @@ dependencies = [
"serde",
"tauri",
"tauri-plugin 2.0.3",
"thiserror 2.0.4",
"thiserror 2.0.8",
]
[[package]]
@@ -9384,7 +9384,7 @@ dependencies = [
"serde",
"serde_json",
"tauri-utils 2.1.0",
"thiserror 2.0.4",
"thiserror 2.0.8",
"url",
"windows",
]
@@ -9536,7 +9536,7 @@ dependencies = [
"serial_test",
"serialize-to-javascript",
"swift-rs",
"thiserror 2.0.4",
"thiserror 2.0.8",
"toml 0.8.19",
"url",
"urlpattern",
@@ -9637,11 +9637,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.4"
version = "2.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490"
checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a"
dependencies = [
"thiserror-impl 2.0.4",
"thiserror-impl 2.0.8",
]
[[package]]
@@ -9657,9 +9657,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.4"
version = "2.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061"
checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943"
dependencies = [
"proc-macro2",
"quote",