diff --git a/Cargo.lock b/Cargo.lock index 091b70f1..9dee838a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1591,9 +1591,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.2", diff --git a/Cargo.toml b/Cargo.toml index 84cf3807..3d3f3889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,5 @@ time = { version = "0.3.47", features = ["local-offset"] } [dev-dependencies] insta = { version = "1.46.3", features = ["yaml", "filters"] } -tempfile = "3.25.0" +tempfile = "3.27.0" tmp-path = "0.1.2"