From 16a1e2085e18eb1c5fe9a8ab3c2a9e6309605230 Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Tue, 17 Dec 2024 18:13:19 +0800 Subject: [PATCH] changelog --- Cargo.lock | 135 ++++++++++++--------- Cargo.toml | 13 +- core/CHANGELOG.md | 3 + hole-punching-tests/Cargo.toml | 2 +- identity/CHANGELOG.md | 5 + interop-tests/Cargo.toml | 2 +- libp2p/CHANGELOG.md | 3 + misc/memory-connection-limits/CHANGELOG.md | 3 + misc/multistream-select/CHANGELOG.md | 5 + misc/multistream-select/Cargo.toml | 2 +- misc/server/CHANGELOG.md | 3 + misc/webrtc-utils/CHANGELOG.md | 5 + misc/webrtc-utils/Cargo.toml | 2 +- protocols/autonat/CHANGELOG.md | 3 + protocols/dcutr/CHANGELOG.md | 3 + protocols/gossipsub/CHANGELOG.md | 3 + protocols/identify/CHANGELOG.md | 3 + protocols/kad/CHANGELOG.md | 3 + protocols/mdns/CHANGELOG.md | 3 + protocols/perf/CHANGELOG.md | 3 + protocols/ping/CHANGELOG.md | 3 + protocols/rendezvous/CHANGELOG.md | 3 + protocols/request-response/CHANGELOG.md | 3 + swarm-derive/CHANGELOG.md | 5 + swarm-test/CHANGELOG.md | 8 +- swarm/CHANGELOG.md | 3 + transports/noise/CHANGELOG.md | 3 + transports/plaintext/CHANGELOG.md | 5 + transports/plaintext/Cargo.toml | 2 +- transports/quic/CHANGELOG.md | 3 + transports/tcp/CHANGELOG.md | 5 + transports/tcp/Cargo.toml | 2 +- transports/tls/CHANGELOG.md | 5 + transports/tls/Cargo.toml | 2 +- transports/webrtc-websys/CHANGELOG.md | 5 +- transports/webrtc/CHANGELOG.md | 5 + transports/webrtc/Cargo.toml | 2 +- transports/websocket-websys/CHANGELOG.md | 3 + 38 files changed, 196 insertions(+), 75 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8988953e9e..6ce27b08d52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,9 +148,9 @@ checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e" [[package]] name = "arc-swap" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" +checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" [[package]] name = "arrayref" @@ -484,9 +484,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", @@ -1048,18 +1048,18 @@ dependencies = [ [[package]] name = "crc" -version = "3.0.1" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" dependencies = [ "crc-catalog", ] [[package]] name = "crc-catalog" -version = "2.2.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "criterion" @@ -1074,7 +1074,7 @@ dependencies = [ "criterion-plot", "futures", "is-terminal", - "itertools", + "itertools 0.10.5", "num-traits", "once_cell", "oorandom", @@ -1096,7 +1096,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" dependencies = [ "cast", - "itertools", + "itertools 0.10.5", ] [[package]] @@ -2475,7 +2475,7 @@ dependencies = [ "log", "rand 0.8.5", "rtcp", - "rtp", + "rtp 0.9.0", "thiserror 1.0.63", "tokio", "waitgroup", @@ -2583,6 +2583,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.9" @@ -3113,7 +3122,7 @@ dependencies = [ [[package]] name = "libp2p-plaintext" -version = "0.42.0" +version = "0.42.1" dependencies = [ "asynchronous-codec", "bytes", @@ -3345,7 +3354,7 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.42.0" +version = "0.42.1" dependencies = [ "async-io", "async-std", @@ -3362,7 +3371,7 @@ dependencies = [ [[package]] name = "libp2p-tls" -version = "0.5.0" +version = "0.5.1" dependencies = [ "futures", "futures-rustls", @@ -3408,7 +3417,7 @@ dependencies = [ [[package]] name = "libp2p-webrtc" -version = "0.8.0-alpha" +version = "0.8.0-alpha.2" dependencies = [ "async-trait", "futures", @@ -3434,7 +3443,7 @@ dependencies = [ [[package]] name = "libp2p-webrtc-utils" -version = "0.3.0" +version = "0.3.1" dependencies = [ "asynchronous-codec", "bytes", @@ -3493,7 +3502,7 @@ dependencies = [ "thiserror 2.0.3", "tracing", "url", - "webpki-roots 0.25.2", + "webpki-roots 0.25.4", ] [[package]] @@ -3837,7 +3846,7 @@ dependencies = [ [[package]] name = "multistream-select" -version = "0.13.0" +version = "0.13.1" dependencies = [ "async-std", "bytes", @@ -3986,11 +3995,10 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.3" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ - "autocfg", "num-integer", "num-traits", ] @@ -4003,11 +4011,10 @@ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" [[package]] name = "num-integer" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ - "autocfg", "num-traits", ] @@ -4566,7 +4573,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", - "itertools", + "itertools 0.13.0", "proc-macro2", "quote", "syn 2.0.89", @@ -5051,9 +5058,9 @@ dependencies = [ [[package]] name = "rtcp" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3677908cadfbecb4cc1da9a56a32524fae4ebdfa7c2ea93886e1b1e846488cb9" +checksum = "33648a781874466a62d89e265fee9f17e32bc7d05a256e6cca41bf97eadcd8aa" dependencies = [ "bytes", "thiserror 1.0.63", @@ -5092,6 +5099,19 @@ dependencies = [ "webrtc-util 0.8.1", ] +[[package]] +name = "rtp" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47fca9bd66ae0b1f3f649b8f5003d6176433d7293b78b0fce7e1031816bdd99d" +dependencies = [ + "bytes", + "rand 0.8.5", + "serde", + "thiserror 1.0.63", + "webrtc-util 0.8.1", +] + [[package]] name = "rust-embed" version = "8.4.0" @@ -5179,9 +5199,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.11" +version = "0.21.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", "ring 0.17.8", @@ -5317,19 +5337,19 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "sct" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" +checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.16.20", - "untrusted 0.7.1", + "ring 0.17.8", + "untrusted 0.9.0", ] [[package]] name = "sdp" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4653054c30ebce63658762eb0d64e27673868a95564474811ae6c220cf767640" +checksum = "13254db766b17451aced321e7397ebf0a446ef0c8d2942b6e67a95815421093f" dependencies = [ "rand 0.8.5", "substring", @@ -6420,9 +6440,9 @@ dependencies = [ [[package]] name = "turn" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f4fcb97da0426e8146fe0e9b78cc13120161087256198701d12d9df77f7701" +checksum = "ffb2ac4f331064513ad510b7a36edc0df555bd61672986607f7c9ff46f98f415" dependencies = [ "async-trait", "base64 0.21.7", @@ -6430,10 +6450,11 @@ dependencies = [ "log", "md-5", "rand 0.8.5", - "ring 0.16.20", + "ring 0.17.8", "stun 0.5.1", "thiserror 1.0.63", "tokio", + "tokio-util", "webrtc-util 0.8.1", ] @@ -6472,9 +6493,9 @@ checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" [[package]] name = "unicode-xid" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "universal-hash" @@ -6768,9 +6789,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.25.2" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" @@ -6801,8 +6822,8 @@ dependencies = [ "regex", "ring 0.16.20", "rtcp", - "rtp", - "rustls 0.21.11", + "rtp 0.9.0", + "rustls 0.21.12", "sdp", "serde", "serde_json", @@ -6827,9 +6848,9 @@ dependencies = [ [[package]] name = "webrtc-data" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45d2461d0e0bf93f181e30eb0b40df32b8bf3efb89c53cebb1990e603e2067d" +checksum = "e8c08e648e10572b9edbe741074e0f4d3cb221aa7cdf9a814ee71606de312f33" dependencies = [ "bytes", "log", @@ -6863,7 +6884,7 @@ dependencies = [ "rand_core 0.6.4", "rcgen", "ring 0.16.20", - "rustls 0.21.11", + "rustls 0.21.12", "sec1", "serde", "sha1", @@ -6878,9 +6899,9 @@ dependencies = [ [[package]] name = "webrtc-ice" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66eb4b85646f1c52225779db3e1e7e873dede6db68cc9be080b648f1713083a3" +checksum = "a1bbd6b3dea22cc6e961e22b012e843d8869e2ac8e76b96e54d4a25e311857ad" dependencies = [ "arc-swap", "async-trait", @@ -6902,9 +6923,9 @@ dependencies = [ [[package]] name = "webrtc-mdns" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bebbd40e7f8b630a0f1a74783dbfff1edfc0ccaae891c4689891156a8c4d8c" +checksum = "ce981f93104a8debb3563bb0cedfe4aa2f351fdf6b53f346ab50009424125c08" dependencies = [ "log", "socket2", @@ -6915,22 +6936,22 @@ dependencies = [ [[package]] name = "webrtc-media" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cfde3c7b9450b67d466bb2f02c6d9ff9514d33535eb9994942afd1f828839d1" +checksum = "280017b6b9625ef7329146332518b339c3cceff231cc6f6a9e0e6acab25ca4af" dependencies = [ "byteorder", "bytes", "rand 0.8.5", - "rtp", + "rtp 0.10.0", "thiserror 1.0.63", ] [[package]] name = "webrtc-sctp" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1af6116b7f9703560c3ad0b32f67220b171bb1b59633b03563db8404d0e482ea" +checksum = "df75ec042002fe995194712cbeb2029107a60a7eab646f1b789eb1be94d0e367" dependencies = [ "arc-swap", "async-trait", @@ -6958,7 +6979,7 @@ dependencies = [ "hmac 0.12.1", "log", "rtcp", - "rtp", + "rtp 0.9.0", "sha1", "subtle", "thiserror 1.0.63", diff --git a/Cargo.toml b/Cargo.toml index 4e0652ce3d0..64d9e5f8a53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ libp2p-mplex = { version = "0.42.0", path = "muxers/mplex" } libp2p-noise = { version = "0.45.1", path = "transports/noise" } libp2p-perf = { version = "0.4.0", path = "protocols/perf" } libp2p-ping = { version = "0.45.1", path = "protocols/ping" } -libp2p-plaintext = { version = "0.42.0", path = "transports/plaintext" } +libp2p-plaintext = { version = "0.42.1", path = "transports/plaintext" } libp2p-pnet = { version = "0.25.0", path = "transports/pnet" } libp2p-quic = { version = "0.11.2", path = "transports/quic" } libp2p-relay = { version = "0.18.1", path = "protocols/relay" } @@ -102,12 +102,12 @@ libp2p-stream = { version = "0.2.0-alpha.1", path = "protocols/stream" } libp2p-swarm = { version = "0.45.2", path = "swarm" } libp2p-swarm-derive = { version = "=0.35.0", path = "swarm-derive" } # `libp2p-swarm-derive` may not be compatible with different `libp2p-swarm` non-breaking releases. E.g. `libp2p-swarm` might introduce a new enum variant `FromSwarm` (which is `#[non-exhaustive]`) in a non-breaking release. Older versions of `libp2p-swarm-derive` would not forward this enum variant within the `NetworkBehaviour` hierarchy. Thus the version pinning is required. libp2p-swarm-test = { version = "0.5.0", path = "swarm-test" } -libp2p-tcp = { version = "0.42.0", path = "transports/tcp" } -libp2p-tls = { version = "0.5.0", path = "transports/tls" } +libp2p-tcp = { version = "0.42.1", path = "transports/tcp" } +libp2p-tls = { version = "0.5.1", path = "transports/tls" } libp2p-uds = { version = "0.41.0", path = "transports/uds" } libp2p-upnp = { version = "0.3.1", path = "protocols/upnp" } -libp2p-webrtc = { version = "0.8.0-alpha", path = "transports/webrtc" } -libp2p-webrtc-utils = { version = "0.3.0", path = "misc/webrtc-utils" } +libp2p-webrtc = { version = "0.8.0-alpha.2", path = "transports/webrtc" } +libp2p-webrtc-utils = { version = "0.3.1", path = "misc/webrtc-utils" } libp2p-webrtc-websys = { version = "0.4.0-alpha.2", path = "transports/webrtc-websys" } libp2p-websocket = { version = "0.44.1", path = "transports/websocket" } libp2p-websocket-websys = { version = "0.4.1", path = "transports/websocket-websys" } @@ -126,11 +126,12 @@ hickory-proto = { version = "0.25.0-alpha.4", default-features = false } hickory-resolver = { version = "0.25.0-alpha.4", default-features = false } multiaddr = "0.18.1" multihash = "0.19.1" -multistream-select = { version = "0.13.0", path = "misc/multistream-select" } +multistream-select = { version = "0.13.1", path = "misc/multistream-select" } prometheus-client = "0.22.2" quick-protobuf-codec = { version = "0.3.1", path = "misc/quick-protobuf-codec" } quickcheck = { package = "quickcheck-ext", path = "misc/quickcheck-ext" } rcgen = "0.11.3" +redis = { version = "0.24", default-features = false } ring = "0.17.8" rw-stream-sink = { version = "0.4.0", path = "misc/rw-stream-sink" } thiserror = "2" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 68b1f99cc2a..2963e00e0f8 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,9 @@ - Added `libp2p::core::util::unreachable` that is a drop-in replacement of `void::unreachable`. See [PR 5676](https://github.com/libp2p/rust-libp2p/pull/5676). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.42.0 - Update `Transport::dial` function signature with a `DialOpts` param and remove `Transport::dial_as_listener`: diff --git a/hole-punching-tests/Cargo.toml b/hole-punching-tests/Cargo.toml index c4f36d2a990..30b9c59c70e 100644 --- a/hole-punching-tests/Cargo.toml +++ b/hole-punching-tests/Cargo.toml @@ -11,7 +11,7 @@ env_logger = { workspace = true } futures = { workspace = true } libp2p = { path = "../libp2p", features = ["tokio", "dcutr", "identify", "macros", "noise", "ping", "relay", "tcp", "yamux", "quic"] } tracing = { workspace = true } -redis = { version = "0.24.0", default-features = false, features = ["tokio-comp"] } +redis = { workspace = true, features = ["tokio-comp"] } tokio = { workspace = true, features = ["full"] } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" diff --git a/identity/CHANGELOG.md b/identity/CHANGELOG.md index 98f3e5c5636..c0d745d7a7c 100644 --- a/identity/CHANGELOG.md +++ b/identity/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.11 + +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.2.10 - Deprecate `void` crate. diff --git a/interop-tests/Cargo.toml b/interop-tests/Cargo.toml index 8f12275668d..e638f9690b3 100644 --- a/interop-tests/Cargo.toml +++ b/interop-tests/Cargo.toml @@ -27,7 +27,7 @@ libp2p-noise = { workspace = true } libp2p-tls = { workspace = true } libp2p-webrtc = { workspace = true, features = ["tokio"] } mime_guess = "2.0" -redis = { version = "0.24.0", default-features = false, features = [ +redis = { workspace = true, features = [ "tokio-comp", ] } rust-embed = "8.4" diff --git a/libp2p/CHANGELOG.md b/libp2p/CHANGELOG.md index 8b7bf0ff55f..ee20099a558 100644 --- a/libp2p/CHANGELOG.md +++ b/libp2p/CHANGELOG.md @@ -12,6 +12,9 @@ - Expose swarm builder phase errors. See [PR 5726](https://github.com/libp2p/rust-libp2p/pull/5726). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.54.1 - Update individual crates. diff --git a/misc/memory-connection-limits/CHANGELOG.md b/misc/memory-connection-limits/CHANGELOG.md index bf198e27c65..0cf72a57b78 100644 --- a/misc/memory-connection-limits/CHANGELOG.md +++ b/misc/memory-connection-limits/CHANGELOG.md @@ -3,6 +3,9 @@ - Deprecate `void` crate. See [PR 5676](https://github.com/libp2p/rust-libp2p/pull/5676). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.3.0 diff --git a/misc/multistream-select/CHANGELOG.md b/misc/multistream-select/CHANGELOG.md index b34eff7b06f..d1ab3893950 100644 --- a/misc/multistream-select/CHANGELOG.md +++ b/misc/multistream-select/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.13.1 + +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.13.0 - Don't wait for negotiation on `::poll_close`. diff --git a/misc/multistream-select/Cargo.toml b/misc/multistream-select/Cargo.toml index d11ad4e2709..bb988ef58ad 100644 --- a/misc/multistream-select/Cargo.toml +++ b/misc/multistream-select/Cargo.toml @@ -3,7 +3,7 @@ name = "multistream-select" edition = "2021" rust-version = { workspace = true } description = "Multistream-select negotiation protocol for libp2p" -version = "0.13.0" +version = "0.13.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" diff --git a/misc/server/CHANGELOG.md b/misc/server/CHANGELOG.md index fe48de0f553..4ca91dd41f9 100644 --- a/misc/server/CHANGELOG.md +++ b/misc/server/CHANGELOG.md @@ -5,6 +5,9 @@ - Remove deprecated [`libp2p-lookup`](https://github.com/mxinden/libp2p-lookup) from Dockerfile. See [PR 5610](https://github.com/libp2p/rust-libp2p/pull/5610). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.12.7 ### Changed diff --git a/misc/webrtc-utils/CHANGELOG.md b/misc/webrtc-utils/CHANGELOG.md index 3bb31610fa1..558d77f0d6d 100644 --- a/misc/webrtc-utils/CHANGELOG.md +++ b/misc/webrtc-utils/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.1 + +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.3.0 diff --git a/misc/webrtc-utils/Cargo.toml b/misc/webrtc-utils/Cargo.toml index 2c50a2f8ab7..3daa9351b54 100644 --- a/misc/webrtc-utils/Cargo.toml +++ b/misc/webrtc-utils/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "libp2p-webrtc-utils" repository = "https://github.com/libp2p/rust-libp2p" rust-version = { workspace = true } -version = "0.3.0" +version = "0.3.1" publish = true [dependencies] diff --git a/protocols/autonat/CHANGELOG.md b/protocols/autonat/CHANGELOG.md index f946f59c9ef..309ae702bfc 100644 --- a/protocols/autonat/CHANGELOG.md +++ b/protocols/autonat/CHANGELOG.md @@ -2,6 +2,9 @@ - Update to `libp2p-request-response` `v0.28.0`. +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.13.1 - Verify that an incoming AutoNAT dial comes from a connected peer. See [PR 5597](https://github.com/libp2p/rust-libp2p/pull/5597). diff --git a/protocols/dcutr/CHANGELOG.md b/protocols/dcutr/CHANGELOG.md index 80cac37321e..11e40d3a21a 100644 --- a/protocols/dcutr/CHANGELOG.md +++ b/protocols/dcutr/CHANGELOG.md @@ -3,6 +3,9 @@ - Deprecate `void` crate. See [PR 5676](https://github.com/libp2p/rust-libp2p/pull/5676). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.12.0 diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index e9663c4c39c..e0d78dd0e79 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -26,6 +26,9 @@ - Fix `cargo clippy` warnings in `rustc 1.84.0-beta.1`. See [PR 5700](https://github.com/libp2p/rust-libp2p/pull/5700). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.47.0 diff --git a/protocols/identify/CHANGELOG.md b/protocols/identify/CHANGELOG.md index 2b136740156..3570d733dcd 100644 --- a/protocols/identify/CHANGELOG.md +++ b/protocols/identify/CHANGELOG.md @@ -2,6 +2,9 @@ - Discard `Info`s received from remote peers that contain a public key that doesn't match their peer ID. See [PR 5707](https://github.com/libp2p/rust-libp2p/pull/5707). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.46.0 - Make `identify::Config` fields private and add getter functions. diff --git a/protocols/kad/CHANGELOG.md b/protocols/kad/CHANGELOG.md index 22af5fb5074..722d5cb6282 100644 --- a/protocols/kad/CHANGELOG.md +++ b/protocols/kad/CHANGELOG.md @@ -3,6 +3,9 @@ - Expose Distance private field U256 to public. See [PR 5705](https://github.com/libp2p/rust-libp2p/pull/5705). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.47.0 - Expose a kad query facility allowing specify num_results dynamicaly. diff --git a/protocols/mdns/CHANGELOG.md b/protocols/mdns/CHANGELOG.md index 61290703c34..c7ee0dabcb1 100644 --- a/protocols/mdns/CHANGELOG.md +++ b/protocols/mdns/CHANGELOG.md @@ -3,6 +3,9 @@ - Upgrade `hickory-proto`. See [PR 5727](https://github.com/libp2p/rust-libp2p/pull/5727) +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.46.0 diff --git a/protocols/perf/CHANGELOG.md b/protocols/perf/CHANGELOG.md index c5eda88d97d..47a0467562f 100644 --- a/protocols/perf/CHANGELOG.md +++ b/protocols/perf/CHANGELOG.md @@ -7,6 +7,9 @@ - Deprecate `void` crate. See [PR 5676](https://github.com/libp2p/rust-libp2p/pull/5676). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.3.1 - Use `web-time` instead of `instant`. See [PR 5347](https://github.com/libp2p/rust-libp2p/pull/5347). diff --git a/protocols/ping/CHANGELOG.md b/protocols/ping/CHANGELOG.md index d6e71b2c2d0..927af95693b 100644 --- a/protocols/ping/CHANGELOG.md +++ b/protocols/ping/CHANGELOG.md @@ -3,6 +3,9 @@ - Deprecate `void` crate. See [PR 5676](https://github.com/libp2p/rust-libp2p/pull/5676). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.45.0 diff --git a/protocols/rendezvous/CHANGELOG.md b/protocols/rendezvous/CHANGELOG.md index ca01538a76d..30e0289eb09 100644 --- a/protocols/rendezvous/CHANGELOG.md +++ b/protocols/rendezvous/CHANGELOG.md @@ -2,6 +2,9 @@ - Update to `libp2p-request-response` `v0.28.0`. +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.15.0 diff --git a/protocols/request-response/CHANGELOG.md b/protocols/request-response/CHANGELOG.md index 15cb0c91797..141ececea9d 100644 --- a/protocols/request-response/CHANGELOG.md +++ b/protocols/request-response/CHANGELOG.md @@ -3,6 +3,9 @@ - Add connection id to the events emitted by a request-response `Behaviour`. See [PR 5719](https://github.com/libp2p/rust-libp2p/pull/5719). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.27.1 - Deprecate `void` crate. diff --git a/swarm-derive/CHANGELOG.md b/swarm-derive/CHANGELOG.md index 25932459ba8..0e56dc86ded 100644 --- a/swarm-derive/CHANGELOG.md +++ b/swarm-derive/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.35.1 + +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.35.0 - Implement refactored `Transport`. diff --git a/swarm-test/CHANGELOG.md b/swarm-test/CHANGELOG.md index 1fd213e12f6..f11f5ea0b86 100644 --- a/swarm-test/CHANGELOG.md +++ b/swarm-test/CHANGELOG.md @@ -1,11 +1,13 @@ ## 0.5.0 - Add `tokio` runtime support and make `tokio` and `async-std` runtimes optional behind features. - See [PR 5551]. - - Update default for idle-connection-timeout to 10s on `SwarmExt::new_ephemeral` methods. + See [PR 5551](https://github.com/libp2p/rust-libp2p/pull/5551). + +- Update default for idle-connection-timeout to 10s on `SwarmExt::new_ephemeral` methods. See [PR 4967](https://github.com/libp2p/rust-libp2p/pull/4967). -[PR 5551]: https://github.com/libp2p/rust-libp2p/pull/5551 +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). ## 0.4.0 diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index f1ad994bd1b..e779e193e02 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -12,6 +12,9 @@ - Update default for idle-connection-timeout to 10s. See [PR 4967](https://github.com/libp2p/rust-libp2p/pull/4967). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.45.1 - Update `libp2p-swarm-derive` to version `0.35.0`, see [PR 5545] diff --git a/transports/noise/CHANGELOG.md b/transports/noise/CHANGELOG.md index cda7132cb28..9c47765333f 100644 --- a/transports/noise/CHANGELOG.md +++ b/transports/noise/CHANGELOG.md @@ -3,6 +3,9 @@ - Fix `cargo clippy` warnings in `rustc 1.84.0-beta.1`. See [PR 5700](https://github.com/libp2p/rust-libp2p/pull/5700). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.45.0 diff --git a/transports/plaintext/CHANGELOG.md b/transports/plaintext/CHANGELOG.md index 91860c76590..2d2a5bab969 100644 --- a/transports/plaintext/CHANGELOG.md +++ b/transports/plaintext/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.42.1 + +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.42.0 diff --git a/transports/plaintext/Cargo.toml b/transports/plaintext/Cargo.toml index 9e1e5449158..aeec0cbafb4 100644 --- a/transports/plaintext/Cargo.toml +++ b/transports/plaintext/Cargo.toml @@ -3,7 +3,7 @@ name = "libp2p-plaintext" edition = "2021" rust-version = { workspace = true } description = "Plaintext encryption dummy protocol for libp2p" -version = "0.42.0" +version = "0.42.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" diff --git a/transports/quic/CHANGELOG.md b/transports/quic/CHANGELOG.md index 238cbebe6cf..2af500a49bd 100644 --- a/transports/quic/CHANGELOG.md +++ b/transports/quic/CHANGELOG.md @@ -3,6 +3,9 @@ - Deprecate `void` crate. See [PR 5676](https://github.com/libp2p/rust-libp2p/pull/5676). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.11.1 - Update `libp2p-tls` to version `0.5.0`, see [PR 5547] diff --git a/transports/tcp/CHANGELOG.md b/transports/tcp/CHANGELOG.md index 107d0d13ece..27a5fea7258 100644 --- a/transports/tcp/CHANGELOG.md +++ b/transports/tcp/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.42.1 + +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.42.0 - Implement refactored `Transport`. diff --git a/transports/tcp/Cargo.toml b/transports/tcp/Cargo.toml index baa3b2f46dd..279d57af706 100644 --- a/transports/tcp/Cargo.toml +++ b/transports/tcp/Cargo.toml @@ -3,7 +3,7 @@ name = "libp2p-tcp" edition = "2021" rust-version = { workspace = true } description = "TCP/IP transport protocol for libp2p" -version = "0.42.0" +version = "0.42.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" diff --git a/transports/tls/CHANGELOG.md b/transports/tls/CHANGELOG.md index e27b8b4cf1f..637c49da6b4 100644 --- a/transports/tls/CHANGELOG.md +++ b/transports/tls/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.1 + +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.5.0 diff --git a/transports/tls/Cargo.toml b/transports/tls/Cargo.toml index 7702a4361b1..4985ed62021 100644 --- a/transports/tls/Cargo.toml +++ b/transports/tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libp2p-tls" -version = "0.5.0" +version = "0.5.1" edition = "2021" rust-version = { workspace = true } description = "TLS configuration based on libp2p TLS specs." diff --git a/transports/webrtc-websys/CHANGELOG.md b/transports/webrtc-websys/CHANGELOG.md index 5b8f2efb3b0..445e2660228 100644 --- a/transports/webrtc-websys/CHANGELOG.md +++ b/transports/webrtc-websys/CHANGELOG.md @@ -1,7 +1,10 @@ ## 0.4.0-alpha.2 - Bump version of web-sys and update `__Nonexhaustive` to `__Invalid`. - See [PR 5569](https://github.com/libp2p/rust-libp2p/pull/5569) + See [PR 5569](https://github.com/libp2p/rust-libp2p/pull/5569). + +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). ## 0.4.0-alpha diff --git a/transports/webrtc/CHANGELOG.md b/transports/webrtc/CHANGELOG.md index 90d4ce83df3..2c97cf53034 100644 --- a/transports/webrtc/CHANGELOG.md +++ b/transports/webrtc/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.8.0-alpha.2 + +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.8.0-alpha - Implement refactored `Transport`. diff --git a/transports/webrtc/Cargo.toml b/transports/webrtc/Cargo.toml index f3d2e57147e..020412c3461 100644 --- a/transports/webrtc/Cargo.toml +++ b/transports/webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libp2p-webrtc" -version = "0.8.0-alpha" +version = "0.8.0-alpha.2" authors = ["Parity Technologies "] description = "WebRTC transport for libp2p" repository = "https://github.com/libp2p/rust-libp2p" diff --git a/transports/websocket-websys/CHANGELOG.md b/transports/websocket-websys/CHANGELOG.md index affe9ff2551..f62761231d3 100644 --- a/transports/websocket-websys/CHANGELOG.md +++ b/transports/websocket-websys/CHANGELOG.md @@ -6,6 +6,9 @@ - Fix `cargo clippy` warnings in `rustc 1.84.0-beta.1`. See [PR 5700](https://github.com/libp2p/rust-libp2p/pull/5700). +- Remove unused dependencies. + See [PR 5747](https://github.com/libp2p/rust-libp2p/pull/5747). + ## 0.4.0 - Implement refactored `Transport`.