build(deps): bump pin-project from 1.0.11 to 1.0.12 (#4914)
* build(deps): bump pin-project from 1.0.11 to 1.0.12 Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.11 to 1.0.12. - [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.11...v1.0.12) --- updated-dependencies: - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Skip breaking dependency update in tower-fallback/Cargo.toml * update Cargo.lock * adds pin-project 1.0.12 to skip-tree in deny.toml to allow duplicate dependency until the version in tower-fallback is upgraded Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: teor <teor@riseup.net> Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com> Co-authored-by: arya2 <aryasolhi@gmail.com>
This commit is contained in:
parent
9f85bb89ae
commit
0edb517c88
|
|
@ -234,7 +234,7 @@ dependencies = [
|
|||
"futures-core",
|
||||
"futures-task",
|
||||
"futures-util",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"rustc_version",
|
||||
"tokio",
|
||||
]
|
||||
|
|
@ -3299,27 +3299,27 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pin-project"
|
||||
version = "0.4.29"
|
||||
version = "0.4.30"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"
|
||||
checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
|
||||
dependencies = [
|
||||
"pin-project-internal 0.4.29",
|
||||
"pin-project-internal 0.4.30",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pin-project"
|
||||
version = "1.0.11"
|
||||
version = "1.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
|
||||
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
||||
dependencies = [
|
||||
"pin-project-internal 1.0.11",
|
||||
"pin-project-internal 1.0.12",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pin-project-internal"
|
||||
version = "0.4.29"
|
||||
version = "0.4.30"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"
|
||||
checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.42",
|
||||
"quote 1.0.20",
|
||||
|
|
@ -3328,9 +3328,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pin-project-internal"
|
||||
version = "1.0.11"
|
||||
version = "1.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
|
||||
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.42",
|
||||
"quote 1.0.20",
|
||||
|
|
@ -3427,7 +3427,7 @@ dependencies = [
|
|||
"atomic",
|
||||
"crossbeam-queue",
|
||||
"futures",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"static_assertions",
|
||||
"thiserror",
|
||||
]
|
||||
|
|
@ -4996,7 +4996,7 @@ dependencies = [
|
|||
"hyper",
|
||||
"hyper-timeout",
|
||||
"percent-encoding",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"prost",
|
||||
"prost-derive",
|
||||
"tokio",
|
||||
|
|
@ -5109,7 +5109,7 @@ dependencies = [
|
|||
"futures",
|
||||
"humantime-serde",
|
||||
"itertools",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"rand 0.8.5",
|
||||
"retry-error",
|
||||
"serde",
|
||||
|
|
@ -5223,7 +5223,7 @@ dependencies = [
|
|||
"futures",
|
||||
"humantime-serde",
|
||||
"itertools",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"rand 0.8.5",
|
||||
"retain_mut",
|
||||
"serde",
|
||||
|
|
@ -5393,7 +5393,7 @@ dependencies = [
|
|||
"async_executors",
|
||||
"futures",
|
||||
"native-tls",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"tokio",
|
||||
"tokio-native-tls",
|
||||
"tokio-util 0.6.9",
|
||||
|
|
@ -5419,7 +5419,7 @@ dependencies = [
|
|||
"futures-util",
|
||||
"hdrhistogram",
|
||||
"indexmap",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"pin-project-lite",
|
||||
"rand 0.8.5",
|
||||
"slab",
|
||||
|
|
@ -5438,7 +5438,7 @@ dependencies = [
|
|||
"ed25519-zebra",
|
||||
"futures",
|
||||
"futures-core",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"rand 0.8.5",
|
||||
"rayon",
|
||||
"tinyvec",
|
||||
|
|
@ -5459,7 +5459,7 @@ name = "tower-fallback"
|
|||
version = "0.2.29"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project 0.4.29",
|
||||
"pin-project 0.4.30",
|
||||
"tokio",
|
||||
"tower",
|
||||
"tracing",
|
||||
|
|
@ -5504,7 +5504,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"tokio",
|
||||
"tokio-test",
|
||||
"tower-layer",
|
||||
|
|
@ -5572,7 +5572,7 @@ version = "0.2.5"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
||||
dependencies = [
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
|
|
@ -6431,7 +6431,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"metrics",
|
||||
"ordered-map",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"proptest",
|
||||
"proptest-derive",
|
||||
"rand 0.8.5",
|
||||
|
|
@ -6606,7 +6606,7 @@ dependencies = [
|
|||
"metrics-exporter-prometheus",
|
||||
"num-integer",
|
||||
"once_cell",
|
||||
"pin-project 1.0.11",
|
||||
"pin-project 1.0.12",
|
||||
"proptest",
|
||||
"proptest-derive",
|
||||
"prost",
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ skip-tree = [
|
|||
|
||||
# ticket #3000: upgrade tower-fallback dependencies
|
||||
{ name = "pin-project", version = "=0.4.29" },
|
||||
{ name = "pin-project", version = "=1.0.12" },
|
||||
|
||||
# wait for ordered-map to release a dependency fix
|
||||
{ name = "ordered-map", version = "=0.4.2" },
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
futures = "0.3.24"
|
||||
futures-core = "0.3.24"
|
||||
pin-project = "1.0.10"
|
||||
pin-project = "1.0.12"
|
||||
rayon = "1.5.3"
|
||||
tokio = { version = "1.21.0", features = ["time", "sync", "tracing", "macros"] }
|
||||
tokio-util = "0.7.3"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ humantime-serde = "1.1.1"
|
|||
indexmap = { version = "1.9.1", features = ["serde"] }
|
||||
lazy_static = "1.4.0"
|
||||
ordered-map = "0.4.2"
|
||||
pin-project = "1.0.10"
|
||||
pin-project = "1.0.12"
|
||||
rand = { version = "0.8.5", package = "rand" }
|
||||
rayon = "1.5.3"
|
||||
regex = "1.6.0"
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ futures = "0.3.24"
|
|||
rayon = "1.5.3"
|
||||
tokio = { version = "1.21.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
|
||||
tower = { version = "0.4.13", features = ["hedge", "limit"] }
|
||||
pin-project = "1.0.10"
|
||||
pin-project = "1.0.12"
|
||||
|
||||
color-eyre = { version = "0.6.1", default_features = false, features = ["issue-url"] }
|
||||
# This is a transitive dependency via color-eyre.
|
||||
|
|
|
|||
Loading…
Reference in New Issue