From c8840d768b9fbd2c8a73e7135d40e421d52a5814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:17:49 +0000 Subject: [PATCH] Bump local-ip-address from 0.6.1 to 0.6.3 Bumps [local-ip-address](https://github.com/EstebanBorai/local-ip-address) from 0.6.1 to 0.6.3. - [Release notes](https://github.com/EstebanBorai/local-ip-address/releases) - [Changelog](https://github.com/EstebanBorai/local-ip-address/blob/main/CHANGELOG.md) - [Commits](https://github.com/EstebanBorai/local-ip-address/commits) --- updated-dependencies: - dependency-name: local-ip-address dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 ++++++++++++--- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f9637e..ebffdd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2962,14 +2962,14 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "local-ip-address" -version = "0.6.1" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "136ef34e18462b17bf39a7826f8f3bbc223341f8e83822beb8b77db9a3d49696" +checksum = "3669cf5561f8d27e8fc84cc15e58350e70f557d4d65f70e3154e54cd2f8e1782" dependencies = [ "libc", "neli", "thiserror 1.0.63", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -6541,6 +6541,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-targets" version = "0.42.2" diff --git a/Cargo.toml b/Cargo.toml index 64f6988..812611b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ indicatif = "0.17.9" inquire = "0.7.5" itertools = "0.13.0" jod-thread = "0.1.2" -local-ip-address = "0.6.1" +local-ip-address = "0.6.3" native-dialog = "0.7.0" notify-rust = "4.11.1" open = "5.1.4"