Skip to content

Commit

Permalink
Auto merge of #12037 - ehuss:update-home, r=weihanglo
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Apr 25, 2023
2 parents 7c86025 + a4f01c0 commit 9e586fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gix-features-for-configuration-only = { version = "0.28.0", package = "gix-featu
glob = "0.3.0"
hex = "0.4"
hmac = "0.12.1"
home = "0.5"
home = "0.5.5"
http-auth = { version = "0.1.6", default-features = false }
humantime = "2.0.0"
ignore = "0.4.7"
Expand Down
2 changes: 1 addition & 1 deletion crates/home/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

0 comments on commit 9e586fb

Please sign in to comment.