From b63c272abe7ef9747693ae80c17611ccc1f51ce5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 14:39:56 +0200 Subject: [PATCH] chore(deps): bump pin-project from 1.0.2 to 1.0.3 (#135) Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/master/CHANGELOG.md) - [Commits](https://github.com/taiki-e/pin-project/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 20 ++++++++++---------- ethers-contract/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac5af7c2..d56ca74e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -637,7 +637,7 @@ dependencies = [ "futures-util", "hex", "once_cell", - "pin-project 1.0.2", + "pin-project 1.0.3", "serde", "serde_json", "thiserror", @@ -731,7 +731,7 @@ dependencies = [ "futures-timer", "futures-util", "hex", - "pin-project 1.0.2", + "pin-project 1.0.3", "reqwest", "serde", "serde_json", @@ -931,7 +931,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project 1.0.2", + "pin-project 1.0.3", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -1110,7 +1110,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project 1.0.2", + "pin-project 1.0.3", "socket2", "tokio", "tower-service", @@ -1534,11 +1534,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7" +checksum = "5a83804639aad6ba65345661744708855f9fbcb71176ea8d28d05aeb11d975e7" dependencies = [ - "pin-project-internal 1.0.2", + "pin-project-internal 1.0.3", ] [[package]] @@ -1554,9 +1554,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f" +checksum = "b7bcc46b8f73443d15bc1c5fecbb315718491fa9187fa483f0e359323cde8b3a" dependencies = [ "proc-macro2", "quote", @@ -2278,7 +2278,7 @@ dependencies = [ "futures-util", "log", "native-tls", - "pin-project 1.0.2", + "pin-project 1.0.3", "tokio", "tokio-native-tls", "tungstenite", diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index b7d19b5c..766bc2c9 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1.0.118", default-features = false } serde_json = { version = "1.0.61", default-features = false } thiserror = { version = "1.0.23", default-features = false } once_cell = { version = "1.5.2", default-features = false } -pin-project = {version = "1.0.2", default-features = false } +pin-project = {version = "1.0.3", default-features = false } futures-util = { version = "0.3.8", default-features = false } hex = { version = "0.4.2", default-features = false, features = ["std"] } diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index 56a6336c..0af06518 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -29,7 +29,7 @@ futures-core = { version = "0.3.8", default-features = false } futures-util = { version = "0.3.8", default-features = false } futures-timer = { version = "3.0.2", default-features = false } futures-channel = { version = "0.3.8", default-features = false } -pin-project = { version = "1.0.2", default-features = false } +pin-project = { version = "1.0.3", default-features = false } # tracing tracing = { version = "0.1.22", default-features = false }