Skip to content

Commit 8bcc1fd

Browse files
committed
bump if-watch
Signed-off-by: onur-ozkan <[email protected]>
1 parent f949f65 commit 8bcc1fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

protocols/mdns/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
1414
async-io = { version = "1.13.0", optional = true }
1515
data-encoding = "2.4.0"
1616
futures = "0.3.28"
17-
if-watch = "3.0.1"
17+
if-watch = "3.2.1"
1818
libp2p-core = { workspace = true }
1919
libp2p-swarm = { workspace = true }
2020
libp2p-identity = { workspace = true }

transports/quic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async-std = { version = "1.12.0", optional = true }
1313
bytes = "1.4.0"
1414
futures = "0.3.28"
1515
futures-timer = "3.0.2"
16-
if-watch = "3.0.1"
16+
if-watch = "3.2.1"
1717
libp2p-core = { workspace = true }
1818
libp2p-tls = { workspace = true }
1919
libp2p-identity = { workspace = true }

transports/tcp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
1414
async-io = { version = "1.13.0", optional = true }
1515
futures = "0.3.28"
1616
futures-timer = "3.0"
17-
if-watch = "3.0.1"
17+
if-watch = "3.2.1"
1818
libc = "0.2.147"
1919
libp2p-core = { workspace = true }
2020
libp2p-identity = { workspace = true }

transports/webrtc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bytes = "1"
1717
futures = "0.3"
1818
futures-timer = "3"
1919
hex = "0.4"
20-
if-watch = "3.0"
20+
if-watch = "3.2.1"
2121
libp2p-core = { workspace = true }
2222
libp2p-noise = { workspace = true }
2323
libp2p-identity = { workspace = true }

0 commit comments

Comments
 (0)