Skip to content

Commit 19a1912

Browse files
committed
relay-builder: bump tokio-tungstenite to v0.24
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 178b64e commit 19a1912

File tree

3 files changed

+5
-34
lines changed

3 files changed

+5
-34
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
* database: update `NostrDatabase` supertraits ([Yuki Kishimoto])
5959
* database: impl `Clone` for `MemoryDatabase` ([Yuki Kishimoto])
6060
* database: update `NostrDatabase::event_by_id` fingerprint ([Yuki Kishimoto])
61+
* relay-builder: bump `tokio-tungstenite` to `v0.24` ([Yuki Kishimoto])
6162
* pool: bump `async-wsocket` to `v0.8` ([Yuki Kishimoto])
6263
* pool: deprecate auto adjustment of retry seconds for relays ([Yuki Kishimoto])
6364
* pool: avoid unnecessary `Url` and `Relay` clone in `RelayPool` methods ([Yuki Kishimoto])

Cargo.lock

Lines changed: 3 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/nostr-relay-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nostr = { workspace = true, default-features = false, features = ["std"] }
1818
nostr-database.workspace = true
1919
thiserror.workspace = true
2020
tokio = { workspace = true, features = ["macros", "net", "sync"] }
21-
tokio-tungstenite = "0.23"
21+
tokio-tungstenite = "0.24" # Must match the same version used in `async-wsocket`
2222
tracing.workspace = true
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)