diff --git a/Cargo.lock b/Cargo.lock index 620324cd..9881baa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2817,9 +2817,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand 2.0.1", diff --git a/Cargo.toml b/Cargo.toml index 83b8f7e5..da77e166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ self_update = { version = "0.36", features = [ ] } [dev-dependencies] -tempfile = "3.6" +tempfile = "3.10" httpmock = "0.6" assert_cmd = "2.0" predicates = "3.0"