diff --git a/Cargo.lock b/Cargo.lock index 844e8d823..b606573c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1262,9 +1262,9 @@ checksum = "375205113d84a1c5eeed67beaa0ce08e41be1a9d5acc3425ad2381fddd9d819b" [[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 7c70f3dcb..451b6c86f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ smallvec = "1.15" symbolic-common = "12.16" symbolic-demangle = { version = "12.17", default-features = false } tabled = "0.20" -tempfile = "3.26" +tempfile = "3.27" tera = "1.20" uuid = { version = "1.21", features = ["v4"] } walkdir = "2.5"