Skip to content

Commit 93f0bfe

Browse files
committed
Bump lru from 0.14 to 0.16
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent d5a790c commit 93f0bfe

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async-wsocket = "0.13"
3939
atomic-destructor = { version = "0.3", default-features = false }
4040
base64 = { version = "0.22", default-features = false }
4141
clap = "=4.4.18"
42-
lru = { version = "0.14", default-features = false }
42+
lru = { version = "0.16", default-features = false }
4343
negentropy = { version = "0.5", default-features = false }
4444
nostr = { version = "0.42", path = "./crates/nostr", default-features = false }
4545
nostr-connect = { version = "0.42", path = "./signer/nostr-connect", default-features = false }

crates/nostr-relay-pool/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
- Trim incoming relay messages before processing
3838
- Verify that the received events belong to a subscription (https://github.com/rust-nostr/nostr/pull/979)
3939
- Disable the default event max size limit (https://github.com/rust-nostr/nostr/pull/996)
40+
- Bump lru from 0.14 to 0.16
4041

4142
### Added
4243

database/nostr-database/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- Impl `Any` for `NostrDatabase` (https://github.com/rust-nostr/nostr/pull/918)
3636
- Impl `Default` for `Events` struct
3737
- impl `FromIterator<Event>` for `Events` struct
38+
- Bump lru from 0.14 to 0.16
3839

3940
## v0.42.0 - 2025/05/20
4041

mls/nostr-mls-memory-storage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
2424
-->
2525

26+
## Unreleased
27+
28+
### Changed
29+
30+
- Bump lru from 0.14 to 0.16
31+
2632
## v0.42.0 - 2025/05/20
2733

2834
- First release (https://github.com/rust-nostr/nostr/pull/839)

0 commit comments

Comments
 (0)