From 91af29b0defb5f8fb99ec6c643063912d7616e40 Mon Sep 17 00:00:00 2001 From: Darius Date: Thu, 22 Sep 2022 17:32:52 -0400 Subject: [PATCH] Added entry to CHANGELOG.md and updated libp2p-swarm to v0.39.1 in Cargo.toml --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eca5375c41f..b147a0c9d88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,8 @@ - Update to [`libp2p-noise` `v0.39.1`](transports/noise/CHANGELOG.md#0391). +- Update to [`libp2p-swarm` `v0.39.1`](swarm/CHANGELOG.md#0391). + # 0.48.0 - Update to [`libp2p-core` `v0.36.0`](core/CHANGELOG.md#0360). diff --git a/Cargo.toml b/Cargo.toml index a14405eff6b8..755c596679ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ libp2p-pnet = { version = "0.22.0", path = "transports/pnet", optional = true } libp2p-relay = { version = "0.12.0", path = "protocols/relay", optional = true } libp2p-rendezvous = { version = "0.9.0", path = "protocols/rendezvous", optional = true } libp2p-request-response = { version = "0.21.0", path = "protocols/request-response", optional = true } -libp2p-swarm = { version = "0.39.0", path = "swarm" } +libp2p-swarm = { version = "0.39.1", path = "swarm" } libp2p-swarm-derive = { version = "0.30.1", path = "swarm-derive" } libp2p-uds = { version = "0.35.0", path = "transports/uds", optional = true } libp2p-wasm-ext = { version = "0.36.0", path = "transports/wasm-ext", default-features = false, optional = true }