From 00990fbdfac2086a747d53146ff6c8143e1d70d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 19:07:46 +0000 Subject: [PATCH] build(deps): Update if-addrs requirement from 0.7.0 to 0.8.0 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.7.0...v0.8.0) --- updated-dependencies: - dependency-name: if-addrs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 7273db58c51..4e90ac897ef 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 = "1.1.1", optional = true } -if-addrs = { version = "0.7.0", optional = true } +if-addrs = { version = "0.8.0", optional = true } ipnet = "2.0.0" libc = "0.2.80" libp2p-core = { version = "0.35.0", path = "../../core", default-features = false }