diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 3ab05ea1a6..14cc83dd46 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -5219,15 +5219,15 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.8.1" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" +checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" dependencies = [ "cfg-if", "fastrand 2.0.1", "redox_syscall", "rustix 0.38.28", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index fedd456e17..fb5ac67189 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -56,7 +56,7 @@ semver = "1.0" zip = "0.6.6" zip-extensions = "0.6.2" gunzip = { version = "0.1.0", git = "https://github.com/TechHara/gunzip.git" } -tempfile = "3.8.1" +tempfile = "3.9.0" glob = "0.3.1" async-trait = "0.1.74" dyn-clone = "1.0.16"