diff --git a/Cargo.lock b/Cargo.lock index a5ca631..a3216e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1354,9 +1354,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.26.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", "getrandom 0.4.1", diff --git a/Cargo.toml b/Cargo.toml index c78ad42..6309e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ chrono = { version = "0.4.44", features = ["serde"], optional = true } clap = { version = "4.5.60", features = ["derive"], optional = true } flate2 = { version = "1.1.9", optional = true } tar = { version = "0.4.44", optional = true } -tempfile = { version = "3.26.0", optional = true } +tempfile = { version = "3.27.0", optional = true } toml = { version = "1.0.3", features = ["parse"] } [[bin]]