diff --git a/Cargo.lock b/Cargo.lock index 510d7a487..ab6ac1b11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,9 +1245,9 @@ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" [[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.3.1", diff --git a/Cargo.toml b/Cargo.toml index 56589c127..ab4d19379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ regex = "1.12.3" serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0" sha2 = "0.10.9" -tempfile = "3.26.0" +tempfile = "3.27.0" unicode-segmentation = "1.13.2" yaml-rust2 = "0.11.0"