Update Rust crate tempfile to 3.10.1 #39

Merged
kemitix merged 1 commit from renovate/tempfile-3.x into main 2024-05-02 17:44:51 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit d6781051b4 - Show all commits

4
Cargo.lock generated
View file

@ -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",

View file

@ -14,5 +14,5 @@ bytes = "1.6"
anyhow = "1.0.82"
[dev-dependencies]
tempfile = "3.10"
tempfile = "3.10.1"
pretty_assertions = "1.4"