diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index 42c666f3..3ac18479 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -15,7 +15,7 @@ async-io = "1.3.1" data-encoding = "2.3.2" dns-parser = "0.8.0" futures = "0.3.13" -if-watch = "0.2.0" +if-watch = "0.3.0" lazy_static = "1.4.0" libp2p-core = { version = "0.31.0", path = "../../core", default-features = false } libp2p-swarm = { version = "0.33.0", path = "../../swarm" } diff --git a/transports/tcp/Cargo.toml b/transports/tcp/Cargo.toml index d1456ac4..fae52f0a 100644 --- a/transports/tcp/Cargo.toml +++ b/transports/tcp/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] 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-watch = { version = "0.3.0", optional = true } if-addrs = { version = "0.7.0", optional = true } ipnet = "2.0.0" libc = "0.2.80"