protocols/request-response: Remove unused crate lru (#2358)

This commit is contained in:
Max Inden
2021-11-26 18:08:16 +01:00
committed by GitHub
parent a7ed1d6b6e
commit 16ce66272a
2 changed files with 3 additions and 1 deletions

View File

@ -2,9 +2,12 @@
- Update dependencies.
- Remove unused `lru` crate (see [PR 2358]).
- Migrate to Rust edition 2021 (see [PR 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]

View File

@ -18,7 +18,6 @@ instant = "0.1.11"
libp2p-core = { version = "0.31.0", path = "../../core", default-features = false }
libp2p-swarm = { version = "0.33.0", path = "../../swarm" }
log = "0.4.11"
lru = "0.7"
rand = "0.7"
smallvec = "1.6.1"
unsigned-varint = { version = "0.7", features = ["std", "futures"] }