From e15dad5f45a9ae804b7a27bd6f885a1b00e0525a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Dec 2021 15:48:19 +0100 Subject: [PATCH] build(deps): Update if-watch requirement from 0.2.0 to 0.3.0 (#2387) Updates the requirements on [if-watch](https://github.com/dvc94ch/if-watch) to permit the latest version. - [Release notes](https://github.com/dvc94ch/if-watch/releases) - [Commits](https://github.com/dvc94ch/if-watch/commits) --- updated-dependencies: - dependency-name: if-watch dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden --- protocols/mdns/Cargo.toml | 2 +- transports/tcp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"