From 2b6aa41fadcab4b8a2338fcd740cbdf77f958fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:16:42 -0300 Subject: [PATCH] chore(deps): bump local-ip-address from 0.5.6 to 0.6.1 (#432) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [local-ip-address](https://github.com/EstebanBorai/local-ip-address) from 0.5.6 to 0.6.1.
Release notes

Sourced from local-ip-address's releases.

v0.6.00.48.0

What's Changed

New Contributors

Full Changelog: https://github.com/EstebanBorai/local-ip-address/compare/v0.5.70.48.0...v0.6.00.48.0

v0.5.70.48.0

What's Changed

Full Changelog: https://github.com/EstebanBorai/local-ip-address/compare/v0.5.60.48.0...v0.5.70.48.0

v0.5.60.48.0

What's Changed

New Contributors

Full Changelog: https://github.com/EstebanBorai/local-ip-address/compare/v0.5.50.48.0...v0.5.60.48.0

v0.5.50.48.0

What's Changed

Full Changelog: https://github.com/EstebanBorai/local-ip-address/compare/v0.5.40.48.0...v0.5.50.48.0

v0.5.4

What's Changed

Full Changelog: https://github.com/EstebanBorai/local-ip-address/compare/v0.5.3...v0.5.40.48.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=local-ip-address&package-manager=cargo&previous-version=0.5.6&new-version=0.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fedc0d43..a4d12471 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,9 +827,9 @@ checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" [[package]] name = "local-ip-address" -version = "0.5.6" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66357e687a569abca487dc399a9c9ac19beb3f13991ed49f00c144e02cbd42ab" +checksum = "136ef34e18462b17bf39a7826f8f3bbc223341f8e83822beb8b77db9a3d49696" dependencies = [ "libc", "neli", diff --git a/Cargo.toml b/Cargo.toml index 70f74211..10e0d8a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ http-auth-basic = "0.3.3" handlebars = "4.3.7" hyper = { version = "0.14.27", features = ["http1", "server", "stream", "tcp"] } hyper-rustls = { version = "0.23.0", features = ["webpki-roots"] } -local-ip-address = "0.5.6" +local-ip-address = "0.6.1" mime_guess = "2.0.4" percent-encoding = "2.2.0" rustls = "0.20.6"