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-core",
|
||||||
"futures-task",
|
"futures-task",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"rustc_version",
|
"rustc_version",
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
|
@ -3299,27 +3299,27 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project"
|
name = "pin-project"
|
||||||
version = "0.4.29"
|
version = "0.4.30"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"
|
checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pin-project-internal 0.4.29",
|
"pin-project-internal 0.4.30",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project"
|
name = "pin-project"
|
||||||
version = "1.0.11"
|
version = "1.0.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pin-project-internal 1.0.11",
|
"pin-project-internal 1.0.12",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project-internal"
|
name = "pin-project-internal"
|
||||||
version = "0.4.29"
|
version = "0.4.30"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"
|
checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.42",
|
"proc-macro2 1.0.42",
|
||||||
"quote 1.0.20",
|
"quote 1.0.20",
|
||||||
|
|
@ -3328,9 +3328,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project-internal"
|
name = "pin-project-internal"
|
||||||
version = "1.0.11"
|
version = "1.0.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.42",
|
"proc-macro2 1.0.42",
|
||||||
"quote 1.0.20",
|
"quote 1.0.20",
|
||||||
|
|
@ -3427,7 +3427,7 @@ dependencies = [
|
||||||
"atomic",
|
"atomic",
|
||||||
"crossbeam-queue",
|
"crossbeam-queue",
|
||||||
"futures",
|
"futures",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"static_assertions",
|
"static_assertions",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
]
|
]
|
||||||
|
|
@ -4996,7 +4996,7 @@ dependencies = [
|
||||||
"hyper",
|
"hyper",
|
||||||
"hyper-timeout",
|
"hyper-timeout",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"prost",
|
"prost",
|
||||||
"prost-derive",
|
"prost-derive",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|
@ -5109,7 +5109,7 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"humantime-serde",
|
"humantime-serde",
|
||||||
"itertools",
|
"itertools",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"retry-error",
|
"retry-error",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
@ -5223,7 +5223,7 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"humantime-serde",
|
"humantime-serde",
|
||||||
"itertools",
|
"itertools",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"retain_mut",
|
"retain_mut",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
@ -5393,7 +5393,7 @@ dependencies = [
|
||||||
"async_executors",
|
"async_executors",
|
||||||
"futures",
|
"futures",
|
||||||
"native-tls",
|
"native-tls",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-native-tls",
|
"tokio-native-tls",
|
||||||
"tokio-util 0.6.9",
|
"tokio-util 0.6.9",
|
||||||
|
|
@ -5419,7 +5419,7 @@ dependencies = [
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"hdrhistogram",
|
"hdrhistogram",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"slab",
|
"slab",
|
||||||
|
|
@ -5438,7 +5438,7 @@ dependencies = [
|
||||||
"ed25519-zebra",
|
"ed25519-zebra",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"rayon",
|
"rayon",
|
||||||
"tinyvec",
|
"tinyvec",
|
||||||
|
|
@ -5459,7 +5459,7 @@ name = "tower-fallback"
|
||||||
version = "0.2.29"
|
version = "0.2.29"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"pin-project 0.4.29",
|
"pin-project 0.4.30",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tower",
|
"tower",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
|
@ -5504,7 +5504,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7"
|
checksum = "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-test",
|
"tokio-test",
|
||||||
"tower-layer",
|
"tower-layer",
|
||||||
|
|
@ -5572,7 +5572,7 @@ version = "0.2.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"tracing",
|
"tracing",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -6431,7 +6431,7 @@ dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"metrics",
|
"metrics",
|
||||||
"ordered-map",
|
"ordered-map",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"proptest",
|
"proptest",
|
||||||
"proptest-derive",
|
"proptest-derive",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
|
|
@ -6606,7 +6606,7 @@ dependencies = [
|
||||||
"metrics-exporter-prometheus",
|
"metrics-exporter-prometheus",
|
||||||
"num-integer",
|
"num-integer",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"pin-project 1.0.11",
|
"pin-project 1.0.12",
|
||||||
"proptest",
|
"proptest",
|
||||||
"proptest-derive",
|
"proptest-derive",
|
||||||
"prost",
|
"prost",
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@ skip-tree = [
|
||||||
|
|
||||||
# ticket #3000: upgrade tower-fallback dependencies
|
# ticket #3000: upgrade tower-fallback dependencies
|
||||||
{ name = "pin-project", version = "=0.4.29" },
|
{ name = "pin-project", version = "=0.4.29" },
|
||||||
|
{ name = "pin-project", version = "=1.0.12" },
|
||||||
|
|
||||||
# wait for ordered-map to release a dependency fix
|
# wait for ordered-map to release a dependency fix
|
||||||
{ name = "ordered-map", version = "=0.4.2" },
|
{ name = "ordered-map", version = "=0.4.2" },
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.24"
|
futures = "0.3.24"
|
||||||
futures-core = "0.3.24"
|
futures-core = "0.3.24"
|
||||||
pin-project = "1.0.10"
|
pin-project = "1.0.12"
|
||||||
rayon = "1.5.3"
|
rayon = "1.5.3"
|
||||||
tokio = { version = "1.21.0", features = ["time", "sync", "tracing", "macros"] }
|
tokio = { version = "1.21.0", features = ["time", "sync", "tracing", "macros"] }
|
||||||
tokio-util = "0.7.3"
|
tokio-util = "0.7.3"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ humantime-serde = "1.1.1"
|
||||||
indexmap = { version = "1.9.1", features = ["serde"] }
|
indexmap = { version = "1.9.1", features = ["serde"] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
ordered-map = "0.4.2"
|
ordered-map = "0.4.2"
|
||||||
pin-project = "1.0.10"
|
pin-project = "1.0.12"
|
||||||
rand = { version = "0.8.5", package = "rand" }
|
rand = { version = "0.8.5", package = "rand" }
|
||||||
rayon = "1.5.3"
|
rayon = "1.5.3"
|
||||||
regex = "1.6.0"
|
regex = "1.6.0"
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ futures = "0.3.24"
|
||||||
rayon = "1.5.3"
|
rayon = "1.5.3"
|
||||||
tokio = { version = "1.21.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
|
tokio = { version = "1.21.0", 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.0.10"
|
pin-project = "1.0.12"
|
||||||
|
|
||||||
color-eyre = { version = "0.6.1", default_features = false, features = ["issue-url"] }
|
color-eyre = { version = "0.6.1", 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