update static_vcruntime

This commit is contained in:
2025-12-08 18:30:40 +00:00
parent 2611dbfd3e
commit 89eec435ff
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -2045,9 +2045,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "static_vcruntime"
version = "2.0.0"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "954e3e877803def9dc46075bf4060147c55cd70db97873077232eae0269dc89b"
checksum = "ff7589a1859b09232522bb9edf076ca7fcf14ded96685d3fa629db73023ffbb7"
[[package]]
name = "strict-num"
+1 -1
View File
@@ -38,5 +38,5 @@ windows = { version = "0.62.0", features = [
winreg = "0.55.0"
[build-dependencies]
static_vcruntime = "2.0.0"
static_vcruntime = "3.0.0"
tauri-winres = "0.3.5"