From 91e7faf60542a8e45d612ce2e29c3702ac58d0ac Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Wed, 2 Aug 2023 14:02:39 +0300 Subject: [PATCH] upgrade default-net --- p2p-broker/Cargo.toml | 2 +- p2p-net/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/p2p-broker/Cargo.toml b/p2p-broker/Cargo.toml index ede8a04..a43e98f 100644 --- a/p2p-broker/Cargo.toml +++ b/p2p-broker/Cargo.toml @@ -34,4 +34,4 @@ features = ["js"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] getrandom = "0.2.7" -default-net = "0.15" \ No newline at end of file +default-net = "0.16.2" \ No newline at end of file diff --git a/p2p-net/Cargo.toml b/p2p-net/Cargo.toml index 8e0f1d2..8e4fbd1 100644 --- a/p2p-net/Cargo.toml +++ b/p2p-net/Cargo.toml @@ -36,4 +36,4 @@ features = ["js"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] getrandom = "0.2.7" -default-net = "0.15" +default-net = "0.16.2"