1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 02:50:47 +00:00

build(deps): update rust crate home to 0.5.4

This commit is contained in:
renovate[bot] 2022-10-11 21:09:07 +00:00
parent b80a2b8d5c
commit 7f580b3a3e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1470,9 +1470,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "home"
version = "0.5.3"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
dependencies = [
"winapi",
]

View File

@ -85,7 +85,7 @@ yaml-rust = "0.4.5"
process_control = { version = "4.0.0", features = ["crossbeam-channel"] }
guess_host_triple = "0.1.3"
home = "0.5.3"
home = "0.5.4"
shell-words = "1.1.0"
[dependencies.schemars]