diff --git a/Cargo.lock b/Cargo.lock index 6e26f5c4..2e2583cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1914,9 +1914,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 0f78c83f..cc38cd3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ x-api = { path = "x-api" } [dev-dependencies] assert_cmd = "2.1.2" predicates = "3.1.4" -tempfile = "3.26.0" +tempfile = "3.27.0" [package.metadata.release] publish = false