diff --git a/Cargo.lock b/Cargo.lock index d5f4851..8d181df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,9 +378,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.3.4", diff --git a/Cargo.toml b/Cargo.toml index 947a0a4..bffb815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ serde = { version = "1.0", features = ["derive"] } toml = "1.0" dirs = "6.0" anyhow = "1.0" -tempfile = "3.26" +tempfile = "3.27" shellexpand = "3.1" [dev-dependencies] -tempfile = "3.26" +tempfile = "3.27"