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

View file

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