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 }