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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-06 14:39:56 +02:00 committed by GitHub
parent 98a00e8b7a
commit b63c272abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

20
Cargo.lock generated
View File

@ -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",

View File

@ -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"] }

View File

@ -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 }