Skip to content

Commit 3e9ca81

Browse files
committed
nostr-sdk-net: bump deps
Bump `tokio-rustls` to v0.24 Bump `tokio-tungstenite` to 0.19 Bump `webpki-roots` to v0.23
1 parent 7219ff5 commit 3e9ca81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/nostr-sdk-net/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ url = "2"
1818
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
1919
thiserror = "1.0"
2020
tokio = { version = "1", default-features = false, features = ["net", "time"] }
21-
tokio-rustls = "0.23"
21+
tokio-rustls = "0.24"
2222
tokio-socks = "0.5"
23-
tokio-tungstenite = { version = "0.18", features = ["rustls-tls-webpki-roots"] }
23+
tokio-tungstenite = { version = "0.19", features = ["rustls-tls-webpki-roots"] }
2424
webpki = "0.22"
25-
webpki-roots = "0.22"
25+
webpki-roots = "0.23"
2626

2727
[target.'cfg(target_arch = "wasm32")'.dependencies]
2828
ws_stream_wasm = "0.7"

0 commit comments

Comments
 (0)