Skip to content

Commit cb41033

Browse files
committed
gossip-memory: bump indexmap to 2.12
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent f5ac26c commit cb41033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gossip/nostr-gossip-memory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212
keywords = ["nostr", "gossip", "in-memory"]
1313

1414
[dependencies]
15-
indexmap = "2.11"
15+
indexmap = "2.12"
1616
lru.workspace = true
1717
nostr = { workspace = true, features = ["std"] }
1818
nostr-gossip.workspace = true

0 commit comments

Comments
 (0)