1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-28 17:48:25 +00:00

build(deps): update rust crate tempfile to 3.15.0

This commit is contained in:
renovate[bot] 2025-01-03 00:09:15 +00:00 committed by GitHub
parent 3cdb2af2a3
commit 7faee3680c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -3144,12 +3144,13 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.14.0"
version = "3.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
dependencies = [
"cfg-if",
"fastrand",
"getrandom",
"once_cell",
"rustix",
"windows-sys 0.59.0",

View File

@ -123,7 +123,7 @@ winres = "0.1.12"
[dev-dependencies]
mockall = "0.13.1"
tempfile = "3.14.0"
tempfile = "3.15.0"
[profile.release]
codegen-units = 1