Skip to content

Commit b58301d

Browse files
committed
Bump lru from 0.13.0 to 0.14.0
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 4fc10d0 commit b58301d

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727

2828
## Unreleased
2929

30+
### Changed
31+
32+
* Bump `lru` from 0.13.0 to 0.14.0 ([Yuki Kishimoto])
33+
3034
### Added
3135

3236
* blossom: add new crate with Blossom support ([Daniel D’Aquino] at https://github.com/rust-nostr/nostr/pull/838)

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -17,7 +17,7 @@ atomic-destructor = { version = "0.3", default-features = false }
1717
base64 = { version = "0.22", default-features = false }
1818
clap = "=4.4.18"
1919
js-sys = "0.3"
20-
lru = { version = "0.13", default-features = false }
20+
lru = { version = "0.14", default-features = false }
2121
negentropy = { version = "0.5", default-features = false }
2222
negentropy-deprecated = { package = "negentropy", version = "0.3", default-features = false }
2323
nostr = { version = "0.41", path = "./crates/nostr", default-features = false }

0 commit comments

Comments
 (0)