From a18dde22e4aeb09f7c2dad0635d1339f7ef9b108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:10:55 +0000 Subject: [PATCH] chore(deps): bump local-ip-address from 0.6.1 to 0.6.2 Bumps [local-ip-address](https://github.com/EstebanBorai/local-ip-address) from 0.6.1 to 0.6.2. - [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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae780dd5..ed580126 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2106,9 +2106,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "local-ip-address" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "136ef34e18462b17bf39a7826f8f3bbc223341f8e83822beb8b77db9a3d49696" +checksum = "b435d7dd476416a905f9634dff8c330cee8d3168fdd1fbd472a17d1a75c00c3e" dependencies = [ "libc", "neli",