Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump prost-types from 0.12.4 to 0.13.4 #415

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 39 additions & 7 deletions Cargo.lock
Original file line number Diff line number Diff line change
@@ -274,8 +274,8 @@ dependencies = [
"h2",
"http",
"ipnet",
"prost",
"prost-types",
"prost 0.12.4",
"prost-types 0.13.4",
"quickcheck",
"thiserror",
"tonic",
@@ -389,7 +389,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922"
dependencies = [
"bytes",
"prost-derive",
"prost-derive 0.12.4",
]

[[package]]
name = "prost"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec"
dependencies = [
"bytes",
"prost-derive 0.13.4",
]

[[package]]
@@ -406,8 +416,8 @@ dependencies = [
"once_cell",
"petgraph",
"prettyplease",
"prost",
"prost-types",
"prost 0.12.4",
"prost-types 0.12.4",
"regex",
"syn 2.0.87",
"tempfile",
@@ -427,13 +437,35 @@ dependencies = [
"syn 2.0.87",
]

[[package]]
name = "prost-derive"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn 2.0.87",
]

[[package]]
name = "prost-types"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe"
dependencies = [
"prost",
"prost 0.12.4",
]

[[package]]
name = "prost-types"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2f1e56baa61e93533aebc21af4d2134b70f66275e0fcdf3cbe43d77ff7e8fc"
dependencies = [
"prost 0.13.4",
]

[[package]]
@@ -639,7 +671,7 @@ dependencies = [
"http-body",
"percent-encoding",
"pin-project",
"prost",
"prost 0.12.4",
"tokio",
"tokio-stream",
"tower-layer",
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ h2 = { version = "0.3", optional = true }
http = { version = "0.2", optional = true }
ipnet = { version = "2", optional = true }
prost = "0.12"
prost-types = { version = "0.12", optional = true }
prost-types = { version = "0.13", optional = true }
quickcheck = { version = "1", default-features = false, optional = true }
thiserror = { version = "2", optional = true }


Unchanged files with check annotations Beta

pub adaptive_flow_control: bool,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]

Check failure on line 217 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-clippy

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 172 others note: required by a bound in `prost::encoding::message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | M: Message, | ^^^^^^^ required by this bound in `encode` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 217 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-clippy

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 172 others note: required by a bound in `prost::encoding::message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | M: Message, | ^^^^^^^ required by this bound in `merge` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 217 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-clippy

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 172 others note: required by a bound in `prost::encoding::message::encoded_len` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1122:12 | 1120 | pub fn encoded_len<M>(tag: u32, msg: &M) -> usize | ----------- required by a bound in this function 1121 | where 1122 | M: Message, | ^^^^^^^ required by this bound in `encoded_len` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 217 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-clippy

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 172 others note: required by a bound in `prost::encoding::message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | M: Message, | ^^^^^^^ required by this bound in `encode` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 217 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-clippy

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 172 others note: required by a bound in `prost::encoding::message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | M: Message, | ^^^^^^^ required by this bound in `merge` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 217 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-test

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 172 others note: required by a bound in `message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | M: Message, | ^^^^^^^ required by this bound in `encode` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 217 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-test

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 172 others note: required by a bound in `message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | M: Message, | ^^^^^^^ required by this bound in `merge` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 217 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-test

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:217:32 | 217 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 172 others note: required by a bound in `message::encoded_len` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1122:12 | 1120 | pub fn encoded_len<M>(tag: u32, msg: &M) -> usize | ----------- required by a bound in this function 1121 | where 1122 | M: Message, | ^^^^^^^ required by this bound in `encoded_len` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
pub struct KeepAlive {
/// The time between pings.
#[prost(message, optional, tag = "1")]
pub profile_ref: ::core::option::Option<super::meta::Metadata>,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]

Check failure on line 297 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-clippy

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 172 others note: required by a bound in `prost::encoding::message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | M: Message, | ^^^^^^^ required by this bound in `encode` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 297 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-clippy

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 172 others note: required by a bound in `prost::encoding::message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | M: Message, | ^^^^^^^ required by this bound in `merge` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 297 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-clippy

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 172 others note: required by a bound in `prost::encoding::message::encoded_len` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1122:12 | 1120 | pub fn encoded_len<M>(tag: u32, msg: &M) -> usize | ----------- required by a bound in this function 1121 | where 1122 | M: Message, | ^^^^^^^ required by this bound in `encoded_len` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 297 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-test

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 172 others note: required by a bound in `message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | M: Message, | ^^^^^^^ required by this bound in `encode` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 297 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-test

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 172 others note: required by a bound in `message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | M: Message, | ^^^^^^^ required by this bound in `merge` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 297 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-test

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:297:28 | 297 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 172 others note: required by a bound in `message::encoded_len` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1122:12 | 1120 | pub fn encoded_len<M>(tag: u32, msg: &M) -> usize | ----------- required by a bound in this function 1121 | where 1122 | M: Message, | ^^^^^^^ required by this bound in `encoded_len` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
pub struct Route {
/// This route contains requests which match this condition.
#[prost(message, optional, tag = "1")]
pub timeout: ::core::option::Option<::prost_types::Duration>,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]

Check failure on line 324 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-clippy

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:324:28 | 324 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 172 others note: required by a bound in `prost::encoding::message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | M: Message, | ^^^^^^^ required by this bound in `encode` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 324 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-clippy

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:324:28 | 324 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 destination::GetDestination and 172 others note: required by a bound in `prost::encoding::message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | M: Message, | ^^^^^^^ required by this bound in `merge` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 324 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-test

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:324:28 | 324 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 172 others note: required by a bound in `message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | M: Message, | ^^^^^^^ required by this bound in `encode` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 324 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-test

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:324:28 | 324 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 172 others note: required by a bound in `message::merge` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1076:12 | 1069 | pub fn merge<M, B>( | ----- required by a bound in this function ... 1076 | M: Message, | ^^^^^^^ required by this bound in `merge` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 324 in src/gen/io.linkerd.proxy.destination.rs

GitHub Actions / rust-test

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.destination.rs:324:28 | 324 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 172 others note: required by a bound in `message::encoded_len` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1122:12 | 1120 | pub fn encoded_len<M>(tag: u32, msg: &M) -> usize | ----------- required by a bound in this function 1121 | where 1122 | M: Message, | ^^^^^^^ required by this bound in `encoded_len` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
pub struct RetryBudget {
/// The ratio of additional traffic that may be added by retries. A
/// retry_ratio of 0.1 means that 1 retry may be attempted for every 10 regular
pub denominator: u32,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]

Check failure on line 226 in src/gen/io.linkerd.proxy.http_route.rs

GitHub Actions / rust-test

error[E0277]: the trait bound `prost_types::Duration: prost::Message` is not satisfied --> src/gen/io.linkerd.proxy.http_route.rs:226:28 | 226 | #[derive(Clone, PartialEq, ::prost::Message)] | ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_types::Duration` | = help: the following other types implement trait `prost::Message`: bool i32 i64 u32 u64 f32 f64 GetDestination and 172 others note: required by a bound in `message::encode` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.12.4/src/encoding.rs:1061:12 | 1059 | pub fn encode<M, B>(tag: u32, msg: &M, buf: &mut B) | ------ required by a bound in this function 1060 | where 1061 | M: Message, | ^^^^^^^ required by this bound in `encode` = note: this error originates in the derive macro `::prost::Message` (in Nightly builds, run with -Z macro-backtrace for more info)
pub struct Timeouts {
/// Limits the the time a stream may be active after all request frames have
/// been processed.