Skip to content

Commit

Permalink
Bump negentropy to 0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Jan 31, 2025
1 parent 34b280a commit f158167
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
### Changed

* Bump `async-wsocket` to 0.13 ([Yuki Kishimoto])
* Bump `negentropy` to 0.5 ([Yuki Kishimoto])
* nostr: refactor `PublicKey` to use byte array internally ([Yuki Kishimoto])
* nostr: bump `bip39` to 2.1 ([Yuki Kishimoto])
* nostr: move `types::filter` to `crate::filter` ([Yuki Kishimoto])
Expand Down
9 changes: 5 additions & 4 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ async-utility = "0.3"
async-wsocket = "0.13"
atomic-destructor = { version = "0.3", default-features = false }
js-sys = "0.3"
#negentropy = { version = "0.4", default-features = false }
negentropy = { git = "https://github.com/rust-nostr/negentropy", rev = "311013ce05dd3f670d9d9c444c09195837837271", default-features = false }
negentropy = { version = "0.5", default-features = false }
negentropy-deprecated = { package = "negentropy", version = "0.3", default-features = false }
nostr = { version = "0.38", path = "./crates/nostr", default-features = false }
nostr-connect = { version = "0.38", path = "./crates/nostr-connect", default-features = false }
Expand Down

0 comments on commit f158167

Please sign in to comment.