deps: update if-addrs requirement from 0.7.0 to 0.8.0 (#3354)

This commit is contained in:
dependabot[bot] 2023-01-30 13:50:26 +00:00 committed by GitHub
parent 2d080dc7ee
commit 15e0faadf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"