From 21e24a2b55f76ff826e95a1ec356cbad9a331cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 21:07:06 +0000 Subject: [PATCH] build(deps): bump pin-project from 1.0.12 to 1.1.0 (#6677) Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.12 to 1.1.0. - [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.0.12...v1.1.0) --- updated-dependencies: - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- tower-batch/Cargo.toml | 2 +- tower-fallback/Cargo.toml | 2 +- zebra-network/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 464066958..c1881d3c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3075,22 +3075,22 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.12" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" +checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.12" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" +checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" dependencies = [ "proc-macro2 1.0.56", "quote 1.0.27", - "syn 1.0.109", + "syn 2.0.15", ] [[package]] diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index d76464226..2c874d54c 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] futures = "0.3.28" futures-core = "0.3.28" -pin-project = "1.0.12" +pin-project = "1.1.0" rayon = "1.7.0" tokio = { version = "1.28.0", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.8" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index 660095ccd..e13cee274 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" edition = "2021" [dependencies] -pin-project = "1.0.12" +pin-project = "1.1.0" 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 fa1adaef0..28cd1be8f 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -32,7 +32,7 @@ humantime-serde = "1.1.1" indexmap = { version = "1.9.3", features = ["serde"] } lazy_static = "1.4.0" ordered-map = "0.4.2" -pin-project = "1.0.12" +pin-project = "1.1.0" rand = { version = "0.8.5", package = "rand" } rayon = "1.7.0" regex = "1.8.1" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index d174dc503..ecf51005e 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -128,7 +128,7 @@ futures = "0.3.28" rayon = "1.7.0" tokio = { version = "1.28.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.13", features = ["hedge", "limit"] } -pin-project = "1.0.12" +pin-project = "1.1.0" color-eyre = { version = "0.6.2", default_features = false, features = ["issue-url"] } # This is a transitive dependency via color-eyre.