diff --git a/Cargo.lock b/Cargo.lock index 9d9c9d9..4ff4c10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1497,9 +1497,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", diff --git a/Cargo.toml b/Cargo.toml index f8d1e38..01395b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ bytes = "1.6" anyhow = "1.0.82" [dev-dependencies] -tempfile = "3.10" +tempfile = "3.10.1" pretty_assertions = "1.4"