Skip to content

Commit

Permalink
Update nostr-types
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Feb 25, 2025
1 parent d3c9e9e commit 83f5914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 gossip-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ humansize = "2.1"
image = { version = "0.25", features = [ "png", "jpeg" ] }
lazy_static = "1.5"
memoize = "0.4"
nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "c95af9f3ce5960a65709fada4ca1598ae42e79dc", features = [ "speedy" ] }
nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "e019bb7065c3576a76974e8b9e902a25afb6c497", features = [ "speedy" ] }
paste = "1.0"
qrcode = "0.14"
resvg = "0.35.0"
Expand Down
2 changes: 1 addition & 1 deletion gossip-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ linkify = "0.10"
memmap2 = "0.9"
mime = "0.3"
mime_guess = "2"
nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "c95af9f3ce5960a65709fada4ca1598ae42e79dc", features = [ "speedy" ] }
nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "e019bb7065c3576a76974e8b9e902a25afb6c497", features = [ "speedy" ] }
parking_lot = { version = "0.12", features = [ "arc_lock", "send_guard" ] }
paste = "1.0"
rand = "0.8"
Expand Down

0 comments on commit 83f5914

Please sign in to comment.