From 7f258698c8fe4941f6de94cb565a440064b31472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 16:45:17 +0100 Subject: [PATCH] build(deps): Update if-addrs requirement from 0.6.4 to 0.7.0 (#2381) Updates the requirements on [if-addrs](https://github.com/messense/if-addrs) to permit the latest version. - [Release notes](https://github.com/messense/if-addrs/releases) - [Changelog](https://github.com/messense/if-addrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/messense/if-addrs/compare/v0.6.4...v0.7.0) --- updated-dependencies: - dependency-name: if-addrs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- transports/tcp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transports/tcp/Cargo.toml b/transports/tcp/Cargo.toml index a4e09a7b..d1456ac4 100644 --- a/transports/tcp/Cargo.toml +++ b/transports/tcp/Cargo.toml @@ -15,7 +15,7 @@ async-io-crate = { package = "async-io", version = "1.2.0", optional = true } futures = "0.3.8" futures-timer = "3.0" if-watch = { version = "0.2.0", optional = true } -if-addrs = { version = "0.6.4", optional = true } +if-addrs = { version = "0.7.0", optional = true } ipnet = "2.0.0" libc = "0.2.80" libp2p-core = { version = "0.31.0", path = "../../core", default-features = false }