diff --git a/Cargo.lock b/Cargo.lock index b564d12..f206c94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 1704cca..deb7660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"