chore(deps): update rust crate tauri-winres to 0.2 (dev) (#12341)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-10 20:19:48 +01:00 committed by GitHub
parent cfe1af2848
commit f8e50e8e5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -9563,12 +9563,12 @@ dependencies = [
[[package]]
name = "tauri-winres"
version = "0.1.1"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb"
checksum = "ff389a3b73a46a4537e17dfce42061c4f0c31be9fbb4f87e49150b94e3e26377"
dependencies = [
"embed-resource",
"toml 0.7.8",
"toml 0.8.19",
]
[[package]]

View File

@ -39,7 +39,7 @@ serde_json = "1"
heck = "0.5"
json-patch = "3"
walkdir = "2"
tauri-winres = "0.1"
tauri-winres = "0.2"
semver = "1"
dirs = "5"
glob = "0.3"