From a92cb66715d117cf92e53d6a1580737379ce4077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:43:42 +0000 Subject: [PATCH] Bump pin-project from 1.0.4 to 1.0.12 Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.4 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.4...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 | 26 +++++++++++++------------- 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, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8eceef351a1..aeb590ee6866 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,7 @@ dependencies = [ "itertools 0.10.0", "num_cpus", "once_cell", - "pin-project 1.0.4", + "pin-project 1.0.12", "proptest", "rand 0.7.3", "regex", @@ -2020,7 +2020,7 @@ dependencies = [ "diem-logger", "diem-workspace-hack", "futures 0.3.12", - "pin-project 1.0.4", + "pin-project 1.0.12", "tokio", "tokio-util", ] @@ -2178,7 +2178,7 @@ dependencies = [ "diem-workspace-hack", "enum_dispatch", "futures 0.3.12", - "pin-project 1.0.4", + "pin-project 1.0.12", "thiserror", "tokio", "tokio-test", @@ -3432,7 +3432,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project 1.0.4", + "pin-project 1.0.12", "socket2", "tokio", "tower-service", @@ -4392,7 +4392,7 @@ dependencies = [ "diem-workspace-hack", "futures 0.3.12", "memsocket", - "pin-project 1.0.4", + "pin-project 1.0.12", "proxy", "serde", "tokio", @@ -4429,7 +4429,7 @@ dependencies = [ "network-builder", "num-variants", "once_cell", - "pin-project 1.0.4", + "pin-project 1.0.12", "proptest", "proptest-derive", "rand 0.7.3", @@ -4903,11 +4903,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.4" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2" +checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" dependencies = [ - "pin-project-internal 1.0.4", + "pin-project-internal 1.0.12", ] [[package]] @@ -4923,9 +4923,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.0.4" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71" +checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", @@ -7081,7 +7081,7 @@ checksum = "e1a5f475f1b9d077ea1017ecbc60890fda8e54942d680ca0b1d2b47cfa2d861b" dependencies = [ "futures-util", "log", - "pin-project 1.0.4", + "pin-project 1.0.12", "tokio", "tungstenite", ] @@ -7500,7 +7500,7 @@ dependencies = [ "mime_guess", "multipart", "percent-encoding", - "pin-project 1.0.4", + "pin-project 1.0.12", "scoped-tls", "serde", "serde_json", diff --git a/common/rate-limiter/Cargo.toml b/common/rate-limiter/Cargo.toml index ec2aa3f0e5cf..87f3a0ec7773 100644 --- a/common/rate-limiter/Cargo.toml +++ b/common/rate-limiter/Cargo.toml @@ -14,6 +14,6 @@ diem-infallible = { path="../infallible", version = "0.1.0" } diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" } diem-logger = { path = "../logger", version = "0.1.0" } futures = "0.3.12" -pin-project = "1.0.4" +pin-project = "1.0.12" tokio = { version = "1.0.2", features = ["full"] } tokio-util = { version = "0.6.0", features = ["compat"] } diff --git a/common/time-service/Cargo.toml b/common/time-service/Cargo.toml index e196dce9885c..def5047c3df9 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.4", optional = true } +pin-project = { version = "1.0.12", optional = true } thiserror = "1.0.23" tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread", "time"], optional = true } @@ -21,7 +21,7 @@ diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" } [dev-dependencies] futures = "0.3.12" -pin-project = "1.0.4" +pin-project = "1.0.12" tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread", "time"] } tokio-test = "0.4.0" diff --git a/network/Cargo.toml b/network/Cargo.toml index 906d406fc551..0639417880d2 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.2" once_cell = "1.4.1" -pin-project = "1.0.4" +pin-project = "1.0.12" proptest = { version = "0.10.1", default-features = true, optional = true } proptest-derive = { version = "0.2.0", optional = true } rand = { version = "0.7.3", features = ["small_rng"] } diff --git a/network/netcore/Cargo.toml b/network/netcore/Cargo.toml index b0f6b7e267a8..75e4cc861f55 100644 --- a/network/netcore/Cargo.toml +++ b/network/netcore/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] bytes = "1.0.0" futures = "0.3.12" -pin-project = "1.0.4" +pin-project = "1.0.12" serde = { version = "1.0.120", default-features = false } tokio = { version = "1.0.2", features = ["full"] } tokio-util = { version = "0.6.0", features = ["compat"] } diff --git a/storage/backup/backup-cli/Cargo.toml b/storage/backup/backup-cli/Cargo.toml index 1886ce46d529..b72bc82141d1 100644 --- a/storage/backup/backup-cli/Cargo.toml +++ b/storage/backup/backup-cli/Cargo.toml @@ -18,7 +18,7 @@ hex = "0.4.2" itertools = "0.10.0" num_cpus = "1.13.0" once_cell = "1.4.1" -pin-project = "1.0.4" +pin-project = "1.0.12" rand = "0.7.3" regex = "1.4.3" reqwest = { version = "0.11.0", features = ["stream"], default-features = false }