build(deps): bump tempfile from 3.10.0 to 3.10.1 (#634)

This commit is contained in:
dependabot[bot] 2024-02-28 20:41:25 +00:00 committed by GitHub
parent 90b60b0556
commit ab8fa28e30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1308,9 +1308,9 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.10.0" version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"fastrand", "fastrand",

View File

@ -29,7 +29,7 @@ same-file = "1.0.6"
sevenz-rust = { version = "0.5.4", features = ["compress"] } sevenz-rust = { version = "0.5.4", features = ["compress"] }
snap = "1.1.1" snap = "1.1.1"
tar = "0.4.40" tar = "0.4.40"
tempfile = "3.10.0" tempfile = "3.10.1"
time = { version = "0.3.34", default-features = false } time = { version = "0.3.34", default-features = false }
unrar = { version = "0.5.2", optional = true } unrar = { version = "0.5.2", optional = true }
xz2 = "0.1.7" xz2 = "0.1.7"