From 23bf34a2a58f21be5158f01f455ce8825109f606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:58:37 +0000 Subject: [PATCH] build(deps): bump asynchronous-codec from 0.6.1 to 0.7.0 Bumps [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/mxinden/asynchronous-codec/releases) - [Changelog](https://github.com/mxinden/asynchronous-codec/blob/master/CHANGELOG.md) - [Commits](https://github.com/mxinden/asynchronous-codec/compare/v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: asynchronous-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 31 ++++++++++++++++++++++--------- Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1c66025..e9361344 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,9 +255,22 @@ dependencies = [ [[package]] name = "asynchronous-codec" -version = "0.6.1" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568" +dependencies = [ + "bytes", + "futures-sink", + "futures-util", + "memchr", + "pin-project-lite 0.2.14", +] + +[[package]] +name = "asynchronous-codec" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182" +checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233" dependencies = [ "bytes", "futures-sink", @@ -2085,7 +2098,7 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.6.2", "either", "futures", "futures-timer", @@ -2126,7 +2139,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff" dependencies = [ "arrayvec 0.7.4", - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "either", "fnv", @@ -2188,7 +2201,7 @@ version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d34780b514b159e6f3fd70ba3e72664ec89da28dca2d1e7856ee55e2c7031ba" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "futures", "libp2p-core", @@ -2474,7 +2487,7 @@ name = "litep2p" version = "0.3.0" dependencies = [ "async-trait", - "asynchronous-codec", + "asynchronous-codec 0.7.0", "bs58", "bytes", "cid", @@ -3584,7 +3597,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "quick-protobuf", "thiserror", @@ -4230,7 +4243,7 @@ dependencies = [ "array-bytes", "async-channel", "async-trait", - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "either", "fnv", @@ -5941,7 +5954,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "futures-io", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index b05f5a10..bdba9732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ default-features = false features = ["dangerous_configuration"] # Must enable this to allow for custom verification code. [dev-dependencies] -asynchronous-codec = "0.6.1" +asynchronous-codec = "0.7.0" libp2p = { version = "0.51.4", features = [ "tokio", "dns",