Skip to content

Commit 446fcaa

Browse files
build(deps): Update if-watch requirement from 0.3.0 to 1.0.0 (#2431)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5617481 commit 446fcaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protocols/mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-io = "1.3.1"
1515
data-encoding = "2.3.2"
1616
dns-parser = "0.8.0"
1717
futures = "0.3.13"
18-
if-watch = "0.3.0"
18+
if-watch = "1.0.0"
1919
lazy_static = "1.4.0"
2020
libp2p-core = { version = "0.31.0", path = "../../core", default-features = false }
2121
libp2p-swarm = { version = "0.33.0", path = "../../swarm" }

transports/tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
1414
async-io-crate = { package = "async-io", version = "1.2.0", optional = true }
1515
futures = "0.3.8"
1616
futures-timer = "3.0"
17-
if-watch = { version = "0.3.0", optional = true }
17+
if-watch = { version = "1.0.0", optional = true }
1818
if-addrs = { version = "0.7.0", optional = true }
1919
ipnet = "2.0.0"
2020
libc = "0.2.80"

0 commit comments

Comments
 (0)