From 5c4d591d6a10e2d2d477208f7053be7303f7b017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:38:58 +0800 Subject: [PATCH] chore(deps): Bump home from 0.5.9 to 0.5.11 (#909) Bumps [home](https://github.com/rust-lang/cargo) from 0.5.9 to 0.5.11. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/compare/home-0.5.9...home-0.5.11) --- updated-dependencies: - dependency-name: home dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- dragonfly-client-config/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95a67cdbe8f..d3c87eef781 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1596,11 +1596,11 @@ dependencies = [ [[package]] name = "home" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/dragonfly-client-config/Cargo.toml b/dragonfly-client-config/Cargo.toml index 58f9a25160a..73ea27aa856 100644 --- a/dragonfly-client-config/Cargo.toml +++ b/dragonfly-client-config/Cargo.toml @@ -26,7 +26,7 @@ bytesize-serde.workspace = true tonic.workspace = true rustls-pki-types.workspace = true rcgen.workspace = true -home = "0.5.4" +home = "0.5.11" local-ip-address = "0.6.3" hostname = "^0.4" humantime-serde = "1.1.1"