From 969e7acff478543f3b47f0e5f6ac4b287fc0b394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:12:24 +0000 Subject: [PATCH] Bump local-ip-address from 0.5.6 to 0.6.2 Bumps [local-ip-address](https://github.com/EstebanBorai/local-ip-address) from 0.5.6 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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- tools/benchbot/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5712ea..a2ffa91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1176,9 +1176,9 @@ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "local-ip-address" -version = "0.5.6" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66357e687a569abca487dc399a9c9ac19beb3f13991ed49f00c144e02cbd42ab" +checksum = "b435d7dd476416a905f9634dff8c330cee8d3168fdd1fbd472a17d1a75c00c3e" dependencies = [ "libc", "neli", diff --git a/tools/benchbot/Cargo.toml b/tools/benchbot/Cargo.toml index b4449ba..e50e505 100644 --- a/tools/benchbot/Cargo.toml +++ b/tools/benchbot/Cargo.toml @@ -21,7 +21,7 @@ auth.workspace = true game.workspace = true pretty-hex = "0.3" -local-ip-address = "0.5" +local-ip-address = "0.6" [dependencies.tracing-subscriber]