From de03af2fc1e1e41df8465edcbf68c5ffad78b8de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 08:19:45 +0000 Subject: [PATCH] Update local-ip-address requirement from 0.5.3 to 0.6.1 Updates the requirements on [local-ip-address](https://github.com/EstebanBorai/local-ip-address) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f43650d..8db5bce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ cryptoki = { version = "0.6", optional = true } [target.'cfg(windows)'.dependencies] -local-ip-address = "0.5.3" +local-ip-address = "0.6.1" [dev-dependencies] serde_repr = {version = "0.1" }