diff --git a/Cargo.lock b/Cargo.lock index 56095d2..294f0bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -954,9 +954,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.16.0" +version = "3.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" +checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 6c81b71..b578bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ toml = "0.8.20" shell-words = "1.1.0" [dev-dependencies] -tempfile = "3.16.0" +tempfile = "3.17.1" [profile.release] strip = true # Automatically strip symbols from the binary.