diff --git a/CHANGELOG.md b/CHANGELOG.md index da0fa1bd1f7..aadcb1ee4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Update to `libp2p-request-response` `v0.21.0`. +- Update to `libp2p-core` `v0.36.0`. + # 0.6.0 - Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler. diff --git a/Cargo.toml b/Cargo.toml index e6818a74817..b5fc9760d6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ async-trait = "0.1" futures = "0.3" futures-timer = "3.0" instant = "0.1" -libp2p-core = { version = "0.35.0", path = "../../core", default-features = false } +libp2p-core = { version = "0.36.0", path = "../../core", default-features = false } libp2p-swarm = { version = "0.39.0", path = "../../swarm" } libp2p-request-response = { version = "0.21.0", path = "../request-response" } log = "0.4"