diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 26e0a3b1f..a6a512b48 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -7790,9 +7790,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.20.0" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" dependencies = [ "fastrand", "getrandom 0.3.3", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 482855394..1bf7ac558 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -178,7 +178,7 @@ tauri-plugin-shell = "2.3.0" tauri-runtime = "2.7.1" tauri-specta = { version = "=2.0.0-rc.21", features = ["derive", "typescript"] } tauri-utils = "2.2.0" -tempfile = "3.20.0" +tempfile = "3.21.0" test-case = "3.3.1" test-strategy = "0.4.3" thiserror = "2.0.16"