Skip to content

Commit

Permalink
update nostr-types (tolerate RelayMessage trailing data)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Sep 23, 2023
1 parent cb7acce commit 870e547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fallible-iterator = "0.2"
filetime = "0.2"
futures = "0.3"
futures-util = "0.3"
gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "fe325f361a960f76e62f318cace3d3e8cf80aa3e" }
gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "271463fcca7dbce5c51f986dbbecbcaee3618dfb" }
heed = { git = "https://github.com/meilisearch/heed", rev = "02030e3bf3d26ee98d4f5343fc086a7b63289159" }
hex = "0.4"
http = "0.2"
Expand All @@ -49,7 +49,7 @@ lazy_static = "1.4"
linkify = "0.9"
memoize = "0.4"
mime = "0.3"
nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "006b74bf22dcf1fd33530b6cd14c72b4f0bcd311", features = [ "speedy" ] }
nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "7d37cf46acad0dc2771e539e3dd5cb0d28e02b16", features = [ "speedy" ] }
parking_lot = "0.12"
paste = "1.0"
qrcode = { git = "https://github.com/mikedilger/qrcode-rust", rev = "519b77b3efa3f84961169b47d3de08c5ddd86548" }
Expand Down

0 comments on commit 870e547

Please sign in to comment.