chore(deps): upgrade to hyper 1.x #1809
Annotations
5 errors
package (amd64, gnu):
linkerd/http/insert/src/lib.rs#L289
error[E0277]: the trait bound `V: Clone` is not satisfied
--> linkerd/http/insert/src/lib.rs:289:37
|
289 | rsp.extensions_mut().insert(this.lazy.value());
| ------ ^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `V`
| |
| required by a bound introduced by this call
|
note: required by a bound in `Extensions::insert`
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.2.0/src/extensions.rs:62:22
|
62 | pub fn insert<T: Clone + Send + Sync + 'static>(&mut self, val: T) -> Option<T> {
| ^^^^^ required by this bound in `Extensions::insert`
help: consider further restricting this bound
|
282 | V: Send + Sync + 'static + std::clone::Clone,
| +++++++++++++++++++
|
package (amd64, gnu):
linkerd/http/insert/src/lib.rs#L289
error[E0277]: the trait bound `V: Clone` is not satisfied
--> linkerd/http/insert/src/lib.rs:289:37
|
289 | rsp.extensions_mut().insert(this.lazy.value());
| ------ ^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `V`
| |
| required by a bound introduced by this call
|
note: required by a bound in `Extensions::insert`
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.2.0/src/extensions.rs:62:22
|
62 | pub fn insert<T: Clone + Send + Sync + 'static>(&mut self, val: T) -> Option<T> {
| ^^^^^ required by this bound in `Extensions::insert`
help: consider further restricting this bound
|
282 | V: Send + Sync + 'static + std::clone::Clone,
| +++++++++++++++++++
|
package (amd64, gnu)
Process completed with exit code 1.
|
publish
Process completed with exit code 1.
|
release-ok
Process completed with exit code 1.
|