From 15e0faadf5e609a74c646a0f2728fc9b1591d3fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:50:26 +0000 Subject: [PATCH] deps: update if-addrs requirement from 0.7.0 to 0.8.0 (#3354) --- interop-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interop-tests/Cargo.toml b/interop-tests/Cargo.toml index 67c758f6..2543631b 100644 --- a/interop-tests/Cargo.toml +++ b/interop-tests/Cargo.toml @@ -10,7 +10,7 @@ async-trait = "0.1.58" either = "1.8.0" env_logger = "0.9.0" futures = "0.3.1" -if-addrs = "0.7.0" +if-addrs = "0.8.0" libp2p = { path = "../", default_features = false, features = ["websocket", "quic", "mplex", "yamux", "tcp", "tokio", "ping", "noise", "tls", "dns", "rsa", "macros", "webrtc"] } log = "0.4" rand = "0.8.5"