From 38b227f06ca849f0b58b4e244261fe2943e8e9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:06:32 +0000 Subject: [PATCH] build(deps): bump the async group with 1 update (#7300) Bumps the async group with 1 update: [pin-project](https://github.com/taiki-e/pin-project). - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/pin-project/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch dependency-group: async ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- tower-batch-control/Cargo.toml | 2 +- tower-fallback/Cargo.toml | 2 +- zebra-network/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caad4ba7..ef3b771d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2902,18 +2902,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842" +checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" +checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.31", diff --git a/tower-batch-control/Cargo.toml b/tower-batch-control/Cargo.toml index ad29bbf4..1df5a5e5 100644 --- a/tower-batch-control/Cargo.toml +++ b/tower-batch-control/Cargo.toml @@ -24,7 +24,7 @@ categories = ["algorithms", "asynchronous"] [dependencies] futures = "0.3.28" futures-core = "0.3.28" -pin-project = "1.1.2" +pin-project = "1.1.3" rayon = "1.7.0" tokio = { version = "1.29.1", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.8" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index 7fcc4387..6cd7ed21 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["tower", "batch"] categories = ["algorithms", "asynchronous"] [dependencies] -pin-project = "1.1.2" +pin-project = "1.1.3" tower = "0.4.13" futures-core = "0.3.28" tracing = "0.1.37" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 0510ba13..2cdb5cba 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -52,7 +52,7 @@ itertools = "0.11.0" lazy_static = "1.4.0" num-integer = "0.1.45" ordered-map = "0.4.2" -pin-project = "1.1.2" +pin-project = "1.1.3" rand = "0.8.5" rayon = "1.7.0" regex = "1.9.3" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index c9eda5e8..924636e5 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -166,7 +166,7 @@ futures = "0.3.28" rayon = "1.7.0" tokio = { version = "1.29.1", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.13", features = ["hedge", "limit"] } -pin-project = "1.1.2" +pin-project = "1.1.3" color-eyre = { version = "0.6.2", default-features = false, features = ["issue-url"] } # This is a transitive dependency via color-eyre.