diff --git a/Cargo.lock b/Cargo.lock index 547f4eb..dea4fe3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,15 +435,15 @@ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" [[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", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f75b5ea..a209f93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ thiserror = "2.0.15" [dev-dependencies] insta = { version = "1.43.1", features = ["yaml"] } -tempfile = "3.20.0" +tempfile = "3.21.0"