diff --git a/protocols/identify/Cargo.toml b/protocols/identify/Cargo.toml index 7c6bf842..00a416cd 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -17,7 +17,7 @@ futures-timer = "3.0.2" libp2p-core = { version = "0.33.0", path = "../../core", default-features = false } libp2p-swarm = { version = "0.36.0", path = "../../swarm" } log = "0.4.1" -lru = "0.7.2" +lru = "0.9.0" prost-codec = { version = "0.1", path = "../../misc/prost-codec" } prost = "0.10" smallvec = "1.6.1"