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"