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:
parent
522390bcc2
commit
5598d1a72b
|
@ -3078,18 +3078,18 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project"
|
name = "pin-project"
|
||||||
version = "1.1.0"
|
version = "1.1.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
|
checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pin-project-internal",
|
"pin-project-internal",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project-internal"
|
name = "pin-project-internal"
|
||||||
version = "1.1.0"
|
version = "1.1.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
|
checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.63",
|
"proc-macro2 1.0.63",
|
||||||
"quote 1.0.28",
|
"quote 1.0.28",
|
||||||
|
|
|
@ -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.0"
|
pin-project = "1.1.2"
|
||||||
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"
|
||||||
|
|
|
@ -16,7 +16,7 @@ keywords = ["tower", "batch"]
|
||||||
categories = ["algorithms", "asynchronous"]
|
categories = ["algorithms", "asynchronous"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pin-project = "1.1.0"
|
pin-project = "1.1.2"
|
||||||
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"
|
||||||
|
|
|
@ -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.0"
|
pin-project = "1.1.2"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
regex = "1.8.4"
|
regex = "1.8.4"
|
||||||
|
|
|
@ -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.0"
|
pin-project = "1.1.2"
|
||||||
|
|
||||||
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.
|
||||||
|
|
Loading…
Reference in New Issue