Skip to content

Commit 9e586fb

Browse files
committed
Auto merge of #12037 - ehuss:update-home, r=weihanglo
Update home dependency This updates the `home` dependency to 0.5.5 (published today). The only notable difference is the switch from winapi to windows-sys.
2 parents 7c86025 + a4f01c0 commit 9e586fb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gix-features-for-configuration-only = { version = "0.28.0", package = "gix-featu
4747
glob = "0.3.0"
4848
hex = "0.4"
4949
hmac = "0.12.1"
50-
home = "0.5"
50+
home = "0.5.5"
5151
http-auth = { version = "0.1.6", default-features = false }
5252
humantime = "2.0.0"
5353
ignore = "0.4.7"

crates/home/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## 0.5.5 - 2023-04-25
88
- The `home` crate has migrated to the <https://github.com/rust-lang/cargo/> repository.
99
[#11359](https://github.com/rust-lang/cargo/pull/11359)
1010
- Replaced the winapi dependency with windows-sys.

0 commit comments

Comments
 (0)