chore(deps): bump pin-project from 1.0.4 to 1.0.5 (#187)

Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.4 to 1.0.5.
- [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.4...v1.0.5)

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-02-08 11:56:43 +02:00 committed by GitHub
parent cfbf212376
commit 5109ff654e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

18
Cargo.lock generated
View File

@ -612,7 +612,7 @@ dependencies = [
"futures-util",
"hex",
"once_cell",
"pin-project 1.0.4",
"pin-project 1.0.5",
"serde",
"serde_json",
"thiserror",
@ -710,7 +710,7 @@ dependencies = [
"futures-timer",
"futures-util",
"hex",
"pin-project 1.0.4",
"pin-project 1.0.5",
"reqwest",
"serde",
"serde_json",
@ -1091,7 +1091,7 @@ dependencies = [
"httparse",
"httpdate",
"itoa",
"pin-project 1.0.4",
"pin-project 1.0.5",
"socket2",
"tokio",
"tower-service",
@ -1486,11 +1486,11 @@ dependencies = [
[[package]]
name = "pin-project"
version = "1.0.4"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2"
checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
dependencies = [
"pin-project-internal 1.0.4",
"pin-project-internal 1.0.5",
]
[[package]]
@ -1506,9 +1506,9 @@ dependencies = [
[[package]]
name = "pin-project-internal"
version = "1.0.4"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71"
checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
dependencies = [
"proc-macro2",
"quote",
@ -2272,7 +2272,7 @@ dependencies = [
"futures-util",
"log",
"native-tls",
"pin-project 1.0.4",
"pin-project 1.0.5",
"tokio",
"tokio-native-tls",
"tungstenite",

View File

@ -20,7 +20,7 @@ serde = { version = "1.0.123", 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.3", default-features = false }
pin-project = {version = "1.0.5", default-features = false }
futures-util = { version = "0.3.12", default-features = false }
hex = { version = "0.4.2", default-features = false, features = ["std"] }

View File

@ -30,7 +30,7 @@ futures-core = { version = "0.3.12", default-features = false }
futures-util = { version = "0.3.12", default-features = false }
futures-timer = { version = "3.0.2", default-features = false }
futures-channel = { version = "0.3.12", default-features = false }
pin-project = { version = "1.0.3", default-features = false }
pin-project = { version = "1.0.5", default-features = false }
# tracing
tracing = { version = "0.1.23", default-features = false }