diff --git a/Cargo.lock b/Cargo.lock index cbeeec9..7589f7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1577,9 +1577,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.19.1" +version = "3.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" +checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" dependencies = [ "fastrand", "getrandom 0.3.2", diff --git a/Cargo.toml b/Cargo.toml index 5ee274a..e17ec52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ flate2 = "1.1.1" indicatif = "0.17.11" reqwest = { version = "0.12.15", features = ["blocking", "rustls-tls"] } tar = "0.4.44" -tempfile = "3.19.1" +tempfile = "3.20.0" tokio = { version = "1.44.2", features = ["full"] } toml_edit = "0.22.24" tracing = "0.1.41"