Skip to content

Commit

Permalink
relay-builder: bump tokio-tungstenite to v0.24
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
  • Loading branch information
yukibtc committed Sep 14, 2024
1 parent 178b64e commit 19a1912
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 34 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
* database: update `NostrDatabase` supertraits ([Yuki Kishimoto])
* database: impl `Clone` for `MemoryDatabase` ([Yuki Kishimoto])
* database: update `NostrDatabase::event_by_id` fingerprint ([Yuki Kishimoto])
* relay-builder: bump `tokio-tungstenite` to `v0.24` ([Yuki Kishimoto])
* pool: bump `async-wsocket` to `v0.8` ([Yuki Kishimoto])
* pool: deprecate auto adjustment of retry seconds for relays ([Yuki Kishimoto])
* pool: avoid unnecessary `Url` and `Relay` clone in `RelayPool` methods ([Yuki Kishimoto])
Expand Down
36 changes: 3 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/nostr-relay-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nostr = { workspace = true, default-features = false, features = ["std"] }
nostr-database.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["macros", "net", "sync"] }
tokio-tungstenite = "0.23"
tokio-tungstenite = "0.24" # Must match the same version used in `async-wsocket`
tracing.workspace = true

[dev-dependencies]
Expand Down

0 comments on commit 19a1912

Please sign in to comment.