nostrdb: bump to support timeline queries

This version of nostrdb supports timeline queries, so we can use
contact lists to query the timeline.
This commit is contained in:
William Casarin
2024-03-21 14:31:38 +01:00
parent 9ebbaf40e5
commit 81162a3d6e

View File

@@ -30,7 +30,7 @@ serde_json = "1.0.89"
env_logger = "0.10.0"
puffin_egui = { version = "0.26.0", optional = true }
puffin = { version = "0.19.0", optional = true }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "750539d0b71ed81ec626e4670eccf34950ad2942" }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "2675e7244554e40c9ee10d82b42bc647fef4c17d" }
hex = "0.4.3"
base32 = "0.4.0"