mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
build(deps): Update lru to 0.8.0 (#2908)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# 0.10.0 [unreleased]
|
||||
|
||||
- Update to `libp2p-kad` `v0.41.0`.
|
||||
-
|
||||
- Update to `libp2p-identify` `v0.39.1`.
|
||||
|
||||
# 0.9.0
|
||||
|
||||
|
@@ -21,7 +21,7 @@ dcutr = ["libp2p-dcutr"]
|
||||
[dependencies]
|
||||
libp2p-core = { version = "0.36.0", path = "../../core", default-features = false }
|
||||
libp2p-dcutr = { version = "0.6.0", path = "../../protocols/dcutr", optional = true }
|
||||
libp2p-identify = { version = "0.39.0", path = "../../protocols/identify", optional = true }
|
||||
libp2p-identify = { version = "0.39.1", path = "../../protocols/identify", optional = true }
|
||||
libp2p-kad = { version = "0.41.0", path = "../../protocols/kad", optional = true }
|
||||
libp2p-ping = { version = "0.39.0", path = "../../protocols/ping", optional = true }
|
||||
libp2p-relay = { version = "0.12.0", path = "../../protocols/relay", optional = true }
|
||||
|
Reference in New Issue
Block a user