From 328f69023c8a264c589523bf47b9b8e77148e796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 07:06:35 +0000 Subject: [PATCH] Bump local-ip-address from 0.5.0 to 0.5.1 Bumps [local-ip-address](https://github.com/EstebanBorai/local-ip-address) from 0.5.0 to 0.5.1. - [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/compare/v0.5.0...v0.5.1) --- 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 ce5fdb9..ee13d67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4024,9 +4024,9 @@ dependencies = [ [[package]] name = "local-ip-address" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4634952cc2a7ff596934d4dd40b5e37d02e95c0cca8278d396f424cd555fadf1" +checksum = "faa9d02443a1741e9f51dafdfcbffb3863b2a89c457d762b40337d6c5153ef81" dependencies = [ "libc", "neli",