From cd5bf1580c077b462547fd9f596191ac11d86a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 19:47:03 +0000 Subject: [PATCH] Bump pin-project from 1.0.5 to 1.0.11 Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.5 to 1.0.11. - [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.11) --- 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..316de2164cff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5070,18 +5070,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.5" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" +checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.5" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" +checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74" 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..5b05598d3163 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.11" 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..7e82afdf0016 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.11", 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.11" 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..eb9aa07cb317 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.11" 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..c94a120f1d72 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.11" 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..f2087b650eb5 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.11" rand = "0.8.3" regex = "1.4.3" reqwest = { version = "0.11.2", features = ["stream"], default-features = false }