diff --git a/Cargo.lock b/Cargo.lock index b92088f6d1d..30d9c8eaa98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1803,7 +1803,7 @@ dependencies = [ [[package]] name = "home" -version = "0.5.6" +version = "0.5.7" dependencies = [ "windows-sys 0.48.0", ] diff --git a/crates/home/Cargo.toml b/crates/home/Cargo.toml index 1692b111d3b..03bd555a281 100644 --- a/crates/home/Cargo.toml +++ b/crates/home/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "home" -version = "0.5.6" # also update `html_root_url` in `src/lib.rs` +version = "0.5.7" # also update `html_root_url` in `src/lib.rs` authors = ["Brian Anderson "] documentation = "https://docs.rs/home" edition.workspace = true