upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-03-27 17:22:49 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-03-27 17:22:49 +0000
commit1fb20de563babeafbe55d3608f1211787aba6497 (patch)
tree7a06fb22537508a475e3d8b18b5de37da0b12ba6 /Cargo.lock
parent53bbbbf5d5b9bbdbb0a8598705e7ee8fe3087c11 (diff)
bump nostr-relay-pool to v0.29.2
yukibtc released a patch to address intermittent problem fetching events, which caused our integration tests to fail
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 29bf716..a3f3cc1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1324,7 +1324,7 @@ dependencies = [
1324 "httpdate", 1324 "httpdate",
1325 "itoa", 1325 "itoa",
1326 "pin-project-lite", 1326 "pin-project-lite",
1327 "socket2 0.4.10", 1327 "socket2 0.5.6",
1328 "tokio", 1328 "tokio",
1329 "tower-service", 1329 "tower-service",
1330 "tracing", 1330 "tracing",
@@ -1809,9 +1809,9 @@ dependencies = [
1809 1809
1810[[package]] 1810[[package]]
1811name = "nostr-relay-pool" 1811name = "nostr-relay-pool"
1812version = "0.29.1" 1812version = "0.29.2"
1813source = "registry+https://github.com/rust-lang/crates.io-index" 1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "e4c3431820082c850315218193c7e33a328b4b2cd0129d4fd5446a4dab87ddc4" 1814checksum = "a1b306bc99d49064950a16a06d35c7c19af94d8b4052fad0dfe02e41e529d5d3"
1815dependencies = [ 1815dependencies = [
1816 "async-utility", 1816 "async-utility",
1817 "async-wsocket", 1817 "async-wsocket",