chore(deps): bump pin-project from 1.0.6 to 1.0.7 (#279)
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.6 to 1.0.7. - [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.6...v1.0.7) 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:
parent
3e2d818d4a
commit
180679545e
|
@ -1712,18 +1712,18 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|||
|
||||
[[package]]
|
||||
name = "pin-project"
|
||||
version = "1.0.6"
|
||||
version = "1.0.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6"
|
||||
checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
|
||||
dependencies = [
|
||||
"pin-project-internal",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pin-project-internal"
|
||||
version = "1.0.6"
|
||||
version = "1.0.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5"
|
||||
checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -20,7 +20,7 @@ serde = { version = "1.0.124", default-features = false }
|
|||
serde_json = { version = "1.0.64", default-features = false }
|
||||
thiserror = { version = "1.0.24", default-features = false }
|
||||
once_cell = { version = "1.7.2", default-features = false }
|
||||
pin-project = {version = "1.0.5", default-features = false }
|
||||
pin-project = {version = "1.0.7", default-features = false }
|
||||
futures-util = { version = "0.3.14", default-features = false }
|
||||
hex = { version = "0.4.3", default-features = false, features = ["std"] }
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ futures-core = { version = "0.3.12", default-features = false }
|
|||
futures-util = { version = "0.3.14", default-features = false }
|
||||
futures-timer = { version = "3.0.2", default-features = false }
|
||||
futures-channel = { version = "0.3.13", default-features = false }
|
||||
pin-project = { version = "1.0.5", default-features = false }
|
||||
pin-project = { version = "1.0.7", default-features = false }
|
||||
|
||||
# tracing
|
||||
tracing = { version = "0.1.25", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue