From de86024ebfca6b50f894a26dd4c62e17d98d1c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:29:37 +0000 Subject: [PATCH] chore(deps): bump local-ip-address from 0.5.4 to 0.6.1 Bumps [local-ip-address](https://github.com/EstebanBorai/local-ip-address) from 0.5.4 to 0.6.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/commits) --- updated-dependencies: - dependency-name: local-ip-address dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4333aeb..1109e0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,9 +308,9 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "local-ip-address" -version = "0.5.4" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "885efb07efcd6ae1c6af70be7565544121424fa9e5b1c3e4b58bbbf141a58cef" +checksum = "136ef34e18462b17bf39a7826f8f3bbc223341f8e83822beb8b77db9a3d49696" dependencies = [ "libc", "neli", diff --git a/Cargo.toml b/Cargo.toml index 513baea..d140d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" clap = { version = "4.5.4", features = ["derive"] } home = "0.5.9" ico = "0.3.0" -local-ip-address = "0.5.4" +local-ip-address = "0.6.1" minreq = "2.11.0" pelite = "0.10.0" urlencoding = "2.1.3"