diff --git a/Cargo.lock b/Cargo.lock index c7020d0..f01fa5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,9 +373,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", diff --git a/Cargo.toml b/Cargo.toml index b70ea1f..3b7ecd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ anyhow = "1.0.102" byteorder = "1.5.0" regex = "1.12.3" path-clean = "1.0.1" -tempfile = "3.26.0" +tempfile = "3.27.0" ahash = "0.8.12" lazy_static = "1.5.0"