build(deps): bump pin-project from 1.1.0 to 1.1.2 (#7127)

Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.1.0 to 1.1.2.
- [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.1.0...v1.1.2)

---
updated-dependencies:
- dependency-name: pin-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-05 07:08:31 +00:00 committed by GitHub
parent 522390bcc2
commit 5598d1a72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -3078,18 +3078,18 @@ dependencies = [
[[package]]
name = "pin-project"
version = "1.1.0"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.0"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
dependencies = [
"proc-macro2 1.0.63",
"quote 1.0.28",

View File

@ -24,7 +24,7 @@ categories = ["algorithms", "asynchronous"]
[dependencies]
futures = "0.3.28"
futures-core = "0.3.28"
pin-project = "1.1.0"
pin-project = "1.1.2"
rayon = "1.7.0"
tokio = { version = "1.29.1", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.8"

View File

@ -16,7 +16,7 @@ keywords = ["tower", "batch"]
categories = ["algorithms", "asynchronous"]
[dependencies]
pin-project = "1.1.0"
pin-project = "1.1.2"
tower = "0.4.13"
futures-core = "0.3.28"
tracing = "0.1.37"

View File

@ -52,7 +52,7 @@ itertools = "0.11.0"
lazy_static = "1.4.0"
num-integer = "0.1.45"
ordered-map = "0.4.2"
pin-project = "1.1.0"
pin-project = "1.1.2"
rand = "0.8.5"
rayon = "1.7.0"
regex = "1.8.4"

View File

@ -166,7 +166,7 @@ futures = "0.3.28"
rayon = "1.7.0"
tokio = { version = "1.29.1", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.13", features = ["hedge", "limit"] }
pin-project = "1.1.0"
pin-project = "1.1.2"
color-eyre = { version = "0.6.2", default-features = false, features = ["issue-url"] }
# This is a transitive dependency via color-eyre.