From 8bcc1fda79d56a2f398df3d45a29729b8ce0148d Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Tue, 21 Jan 2025 11:49:14 +0300 Subject: [PATCH] bump if-watch Signed-off-by: onur-ozkan --- protocols/mdns/Cargo.toml | 2 +- transports/quic/Cargo.toml | 2 +- transports/tcp/Cargo.toml | 2 +- transports/webrtc/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index cd7e658e418..41dd7021860 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] async-io = { version = "1.13.0", optional = true } data-encoding = "2.4.0" futures = "0.3.28" -if-watch = "3.0.1" +if-watch = "3.2.1" libp2p-core = { workspace = true } libp2p-swarm = { workspace = true } libp2p-identity = { workspace = true } diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index 2655b34e83a..a4526107349 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -13,7 +13,7 @@ async-std = { version = "1.12.0", optional = true } bytes = "1.4.0" futures = "0.3.28" futures-timer = "3.0.2" -if-watch = "3.0.1" +if-watch = "3.2.1" libp2p-core = { workspace = true } libp2p-tls = { workspace = true } libp2p-identity = { workspace = true } diff --git a/transports/tcp/Cargo.toml b/transports/tcp/Cargo.toml index 55490b5859d..fd31181a3a7 100644 --- a/transports/tcp/Cargo.toml +++ b/transports/tcp/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] async-io = { version = "1.13.0", optional = true } futures = "0.3.28" futures-timer = "3.0" -if-watch = "3.0.1" +if-watch = "3.2.1" libc = "0.2.147" libp2p-core = { workspace = true } libp2p-identity = { workspace = true } diff --git a/transports/webrtc/Cargo.toml b/transports/webrtc/Cargo.toml index 03098a4ac54..de6fb6f77dd 100644 --- a/transports/webrtc/Cargo.toml +++ b/transports/webrtc/Cargo.toml @@ -17,7 +17,7 @@ bytes = "1" futures = "0.3" futures-timer = "3" hex = "0.4" -if-watch = "3.0" +if-watch = "3.2.1" libp2p-core = { workspace = true } libp2p-noise = { workspace = true } libp2p-identity = { workspace = true }