build(deps): bump pin-project from 1.0.12 to 1.1.0 (#6677)
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.12 to 1.1.0. - [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.12...v1.1.0) --- updated-dependencies: - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-minor ... 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
3779eb19a6
commit
21e24a2b55
10
Cargo.lock
10
Cargo.lock
|
@ -3075,22 +3075,22 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pin-project"
|
||||
version = "1.0.12"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
||||
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
|
||||
dependencies = [
|
||||
"pin-project-internal",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pin-project-internal"
|
||||
version = "1.0.12"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
||||
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.56",
|
||||
"quote 1.0.27",
|
||||
"syn 1.0.109",
|
||||
"syn 2.0.15",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
futures = "0.3.28"
|
||||
futures-core = "0.3.28"
|
||||
pin-project = "1.0.12"
|
||||
pin-project = "1.1.0"
|
||||
rayon = "1.7.0"
|
||||
tokio = { version = "1.28.0", features = ["time", "sync", "tracing", "macros"] }
|
||||
tokio-util = "0.7.8"
|
||||
|
|
|
@ -6,7 +6,7 @@ license = "MIT"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
pin-project = "1.0.12"
|
||||
pin-project = "1.1.0"
|
||||
tower = "0.4.13"
|
||||
futures-core = "0.3.28"
|
||||
tracing = "0.1.37"
|
||||
|
|
|
@ -32,7 +32,7 @@ humantime-serde = "1.1.1"
|
|||
indexmap = { version = "1.9.3", features = ["serde"] }
|
||||
lazy_static = "1.4.0"
|
||||
ordered-map = "0.4.2"
|
||||
pin-project = "1.0.12"
|
||||
pin-project = "1.1.0"
|
||||
rand = { version = "0.8.5", package = "rand" }
|
||||
rayon = "1.7.0"
|
||||
regex = "1.8.1"
|
||||
|
|
|
@ -128,7 +128,7 @@ futures = "0.3.28"
|
|||
rayon = "1.7.0"
|
||||
tokio = { version = "1.28.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
|
||||
tower = { version = "0.4.13", features = ["hedge", "limit"] }
|
||||
pin-project = "1.0.12"
|
||||
pin-project = "1.1.0"
|
||||
|
||||
color-eyre = { version = "0.6.2", default_features = false, features = ["issue-url"] }
|
||||
# This is a transitive dependency via color-eyre.
|
||||
|
|
Loading…
Reference in New Issue