1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-21 02:19:01 +00:00

build(deps): update rust crate tempfile to 3.10.1

This commit is contained in:
renovate[bot] 2024-02-26 23:17:05 +00:00 committed by GitHub
parent 6a96e84a15
commit c3e078cbf3
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

@ -2990,9 +2990,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",

View File

@ -125,7 +125,7 @@ winres = "0.1.12"
[dev-dependencies]
mockall = "0.12"
tempfile = "3.10.0"
tempfile = "3.10.1"
[profile.release]
codegen-units = 1