Skip to content

Commit 7219ff5

Browse files
committed
nostr: bump tungstenite to v0.19
1 parent 92522ad commit 7219ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/nostr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ instant = { version = "0.1", features = [ "wasm-bindgen", "inaccurate" ] }
4949
csv = "1.1.5"
5050
env_logger = "0.10.0"
5151
num_cpus = "1.15.0"
52-
tungstenite = { version = "0.18", features = ["rustls-tls-webpki-roots"] }
52+
tungstenite = { version = "0.19", features = ["rustls-tls-webpki-roots"] }
5353

5454
[[example]]
5555
name = "keys"

crates/nostr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you're writing a typical Nostr client or bot, you may be interested in [nostr
1919
```toml
2020
[dependencies]
2121
nostr = "0.21"
22-
tungstenite = { version = "0.18", features = ["rustls-tls-webpki-roots"]}
22+
tungstenite = { version = "0.19", features = ["rustls-tls-webpki-roots"]}
2323
```
2424

2525
```rust,no_run

0 commit comments

Comments
 (0)