diff --git a/Cargo.lock b/Cargo.lock index 2e924f4..2146b82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2631,9 +2631,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.7.1" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" +checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 47aa212..17e3af0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,5 +44,5 @@ vergen = { version = "8.2.4", default-features = false, features = ["git", "gito [dev-dependencies] awc = "3.1.1" ructe = "0.17.0" -tempfile = "3.7.1" +tempfile = "3.8.0" tokio = "1.32.0"