build(deps): bump the async group with 1 update (#7300)

Bumps the async group with 1 update: [pin-project](https://github.com/taiki-e/pin-project).

- [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.2...v1.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-13 16:06:32 +00:00 committed by GitHub
parent 4de8bd2d30
commit 38b227f06c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -2902,18 +2902,18 @@ dependencies = [
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "1.1.2" version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842" checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
dependencies = [ dependencies = [
"pin-project-internal", "pin-project-internal",
] ]
[[package]] [[package]]
name = "pin-project-internal" name = "pin-project-internal"
version = "1.1.2" version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
dependencies = [ dependencies = [
"proc-macro2 1.0.66", "proc-macro2 1.0.66",
"quote 1.0.31", "quote 1.0.31",

View File

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

View File

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

View File

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

View File

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