Bump home from 0.5.4 to 0.5.5 (#1003)

Bumps [home](https://github.com/rust-lang/cargo) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/rust-lang/cargo/releases)
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cargo/compare/home-0.5.4...home-0.5.5)

---
updated-dependencies:
- dependency-name: home
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-26 13:28:27 +10:00 committed by GitHub
parent 02fe3d4f27
commit bb68d67df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View file

@ -959,11 +959,11 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]] [[package]]
name = "home" name = "home"
version = "0.5.4" version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [ dependencies = [
"winapi", "windows-sys 0.48.0",
] ]
[[package]] [[package]]

View file

@ -14,7 +14,7 @@ beef = { version = "0.5.2", features = ["impl_serde"] }
binstalk-types = { version = "0.3.0", path = "../binstalk-types" } binstalk-types = { version = "0.3.0", path = "../binstalk-types" }
compact_str = { version = "0.7.0", features = ["serde"] } compact_str = { version = "0.7.0", features = ["serde"] }
fs-lock = { version = "0.1.0", path = "../fs-lock" } fs-lock = { version = "0.1.0", path = "../fs-lock" }
home = "0.5.4" home = "0.5.5"
miette = "5.8.0" miette = "5.8.0"
semver = { version = "1.0.17", features = ["serde"] } semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.160", features = ["derive"] } serde = { version = "1.0.160", features = ["derive"] }

View file

@ -18,7 +18,7 @@ command-group = { version = "2.1.0", features = ["with-tokio"] }
compact_str = { version = "0.7.0", features = ["serde"] } compact_str = { version = "0.7.0", features = ["serde"] }
detect-targets = { version = "0.1.7", path = "../detect-targets" } detect-targets = { version = "0.1.7", path = "../detect-targets" }
either = "1.8.1" either = "1.8.1"
home = "0.5.4" home = "0.5.5"
itertools = "0.10.5" itertools = "0.10.5"
jobslot = { version = "0.2.11", features = ["tokio"] } jobslot = { version = "0.2.11", features = ["tokio"] }
leon = { version = "1.0.0", path = "../leon" } leon = { version = "1.0.0", path = "../leon" }