diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-04-08 17:05:27 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-04-08 17:05:27 +0100 |
| commit | f36a6724ee9c7ec968ac86f1f8edc90ce8b7a62b (patch) | |
| tree | 5e1e0a6472459714b219b3b8d94f403e518e7a1b /Cargo.lock | |
| parent | 4a5c32ba062ca6ba7fd27e89d2b2f46e4f2368fb (diff) | |
chore: bump nostr-relay-pool v0.29.4
to fix relay.get_events_of timeout
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1324,7 +1324,7 @@ dependencies = [ | |||
| 1324 | "httpdate", | 1324 | "httpdate", |
| 1325 | "itoa", | 1325 | "itoa", |
| 1326 | "pin-project-lite", | 1326 | "pin-project-lite", |
| 1327 | "socket2 0.5.6", | 1327 | "socket2 0.4.10", |
| 1328 | "tokio", | 1328 | "tokio", |
| 1329 | "tower-service", | 1329 | "tower-service", |
| 1330 | "tracing", | 1330 | "tracing", |
| @@ -1808,9 +1808,9 @@ dependencies = [ | |||
| 1808 | 1808 | ||
| 1809 | [[package]] | 1809 | [[package]] |
| 1810 | name = "nostr-relay-pool" | 1810 | name = "nostr-relay-pool" |
| 1811 | version = "0.29.2" | 1811 | version = "0.29.4" |
| 1812 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1813 | checksum = "a1b306bc99d49064950a16a06d35c7c19af94d8b4052fad0dfe02e41e529d5d3" | 1813 | checksum = "e8efc437bcf8c433887a9897dfb6f99914170f656a2a66398e737b3050c2aa34" |
| 1814 | dependencies = [ | 1814 | dependencies = [ |
| 1815 | "async-utility", | 1815 | "async-utility", |
| 1816 | "async-wsocket", | 1816 | "async-wsocket", |