mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-17 12:01:23 +00:00
protocols/request-response: Remove unused crate lru (#2358)
This commit is contained in:
@ -2,9 +2,12 @@
|
|||||||
|
|
||||||
- Update dependencies.
|
- Update dependencies.
|
||||||
|
|
||||||
|
- Remove unused `lru` crate (see [PR 2358]).
|
||||||
|
|
||||||
- Migrate to Rust edition 2021 (see [PR 2339]).
|
- Migrate to Rust edition 2021 (see [PR 2339]).
|
||||||
|
|
||||||
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
|
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
|
||||||
|
[PR 2358]: https://github.com/libp2p/rust-libp2p/pull/2358
|
||||||
|
|
||||||
# 0.14.0 [2021-11-16]
|
# 0.14.0 [2021-11-16]
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@ instant = "0.1.11"
|
|||||||
libp2p-core = { version = "0.31.0", path = "../../core", default-features = false }
|
libp2p-core = { version = "0.31.0", path = "../../core", default-features = false }
|
||||||
libp2p-swarm = { version = "0.33.0", path = "../../swarm" }
|
libp2p-swarm = { version = "0.33.0", path = "../../swarm" }
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
lru = "0.7"
|
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
smallvec = "1.6.1"
|
smallvec = "1.6.1"
|
||||||
unsigned-varint = { version = "0.7", features = ["std", "futures"] }
|
unsigned-varint = { version = "0.7", features = ["std", "futures"] }
|
||||||
|
Reference in New Issue
Block a user