From 80c747b041faa9deecc45d01bf6cc7ef7df8dc29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 19:26:03 +0000 Subject: [PATCH] Bump pin-project from 1.0.5 to 1.0.12 Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.5 to 1.0.12. - [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.5...v1.0.12) --- updated-dependencies: - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- common/rate-limiter/Cargo.toml | 2 +- common/time-service/Cargo.toml | 4 ++-- network/Cargo.toml | 2 +- network/netcore/Cargo.toml | 2 +- storage/backup/backup-cli/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b97ff26f5f..53e53bda6966 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5070,18 +5070,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.5" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" +checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.5" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" +checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.9", diff --git a/common/rate-limiter/Cargo.toml b/common/rate-limiter/Cargo.toml index ff3ef9a03ea7..0f9a75547e48 100644 --- a/common/rate-limiter/Cargo.toml +++ b/common/rate-limiter/Cargo.toml @@ -15,6 +15,6 @@ diem-workspace-hack = { path = "../workspace-hack" } diem-logger = { path = "../logger" } diem-metrics = { path = "../metrics" } futures = "0.3.12" -pin-project = "1.0.5" +pin-project = "1.0.12" tokio = { version = "1.3.0", features = ["full"] } tokio-util = { version = "0.6.4", features = ["compat"] } diff --git a/common/time-service/Cargo.toml b/common/time-service/Cargo.toml index c97bac60f550..16ad642bce1b 100644 --- a/common/time-service/Cargo.toml +++ b/common/time-service/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] enum_dispatch = "0.3.5" futures = { version = "0.3.12", optional = true } -pin-project = { version = "1.0.5", optional = true } +pin-project = { version = "1.0.12", optional = true } thiserror = "1.0.24" tokio = { version = "1.3.0", features = ["macros", "rt-multi-thread", "time"], optional = true } @@ -21,7 +21,7 @@ diem-workspace-hack = { path = "../workspace-hack" } [dev-dependencies] futures = "0.3.12" -pin-project = "1.0.5" +pin-project = "1.0.12" tokio = { version = "1.3.0", features = ["macros", "rt-multi-thread", "time"] } tokio-test = "0.4.0" diff --git a/network/Cargo.toml b/network/Cargo.toml index 71075b7072cf..ed1088eb05c3 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3.12" futures-util = "0.3.12" hex = "0.4.3" once_cell = "1.7.2" -pin-project = "1.0.5" +pin-project = "1.0.12" proptest = { version = "1.0.0", default-features = true, optional = true } proptest-derive = { version = "0.3.0", optional = true } rand = { version = "0.8.3", features = ["small_rng"] } diff --git a/network/netcore/Cargo.toml b/network/netcore/Cargo.toml index 20d993e5ee96..ca3b4e127ace 100644 --- a/network/netcore/Cargo.toml +++ b/network/netcore/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] bytes = "1.0.1" futures = "0.3.12" -pin-project = "1.0.5" +pin-project = "1.0.12" serde = { version = "1.0.124", default-features = false } tokio = { version = "1.3.0", features = ["full"] } tokio-util = { version = "0.6.4", features = ["compat"] } diff --git a/storage/backup/backup-cli/Cargo.toml b/storage/backup/backup-cli/Cargo.toml index f2a416d6c055..cbdbfeb29b45 100644 --- a/storage/backup/backup-cli/Cargo.toml +++ b/storage/backup/backup-cli/Cargo.toml @@ -18,7 +18,7 @@ hex = "0.4.3" itertools = "0.10.0" num_cpus = "1.13.0" once_cell = "1.7.2" -pin-project = "1.0.5" +pin-project = "1.0.12" rand = "0.8.3" regex = "1.4.3" reqwest = { version = "0.11.2", features = ["stream"], default-features = false }