diff --git a/Cargo.lock b/Cargo.lock index c7f5d0043a..4a708a8d88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6187,15 +6187,15 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.20.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" dependencies = [ "fastrand", "getrandom 0.3.3", "once_cell", "rustix 1.0.8", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0bbee837a0..a5428c9ec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ strum = { version = "0.27.1", features = ["derive"] } syn = "2.0.101" syntect = "5.2.0" sysinfo = "0.33.1" -tempfile = "3.18.0" +tempfile = "3.22.0" thiserror = "2.0.12" time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset", "macros", "serde"] } tokio = { version = "1.45.0", features = ["full"] }