File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ libp2p-dns = { version = "0.44.0", path = "transports/dns" }
8484libp2p-floodsub = { version = " 0.47.0" , path = " protocols/floodsub" }
8585libp2p-gossipsub = { version = " 0.50.0" , path = " protocols/gossipsub" }
8686libp2p-identify = { version = " 0.47.0" , path = " protocols/identify" }
87- libp2p-identity = { version = " 0.2.12 " }
87+ libp2p-identity = { version = " 0.2.13 " }
8888libp2p-kad = { version = " 0.49.0" , path = " protocols/kad" }
8989libp2p-mdns = { version = " 0.48.0" , path = " protocols/mdns" }
9090libp2p-memory-connection-limits = { version = " 0.5.0" , path = " misc/memory-connection-limits" }
Original file line number Diff line number Diff line change 11[package ]
22name = " libp2p-identity"
3- version = " 0.2.12 "
3+ version = " 0.2.13 "
44edition = " 2021" # MUST NOT inherit from workspace because we don't want to publish breaking changes to `libp2p-identity`.
55description = " Data structures and algorithms for identifying peers in libp2p."
66rust-version = " 1.73.0" # MUST NOT inherit from workspace because we don't want to publish breaking changes to `libp2p-identity`.
You can’t perform that action at this time.
0 commit comments