diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 1587c2f34..da8fd7e01 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -7767,9 +7767,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.21.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" dependencies = [ "fastrand", "getrandom 0.3.3", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 6af4ea327..7b64636b5 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -178,7 +178,7 @@ tauri-plugin-shell = "2.3.1" tauri-runtime = "2.7.1" tauri-specta = { version = "=2.0.0-rc.21", features = ["derive", "typescript"] } tauri-utils = "2.2.0" -tempfile = "3.21.0" +tempfile = "3.22.0" test-case = "3.3.1" test-strategy = "0.4.3" thiserror = "2.0.16"