Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
hyper/http 1.0 bumps #1352
hyper/http 1.0 bumps #1352
Changes from all commits
427650a
12bbafd
c8e67e2
e516d3b
4ef65ad
efcff5e
0cf4a2d
527b3f4
17001ea
bbaecf4
10a67e8
751fb67
434a48d
bed6462
b9430fd
4c57bb3
ea86d81
d58138a
6480dca
fb7c468
a573aa1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check failure on line 94 in kube-client/src/client/auth/mod.rs
cannot find type `OAuthError` in this scope
Check failure on line 94 in kube-client/src/client/auth/mod.rs
Check failure on line 100 in kube-client/src/client/auth/mod.rs
failed to resolve: use of undeclared crate or module `oidc_errors`
Check failure on line 177 in kube-client/src/client/auth/mod.rs
failed to resolve: use of undeclared crate or module `oauth`
Check failure on line 179 in kube-client/src/client/auth/mod.rs
failed to resolve: use of undeclared crate or module `oidc`
Check failure on line 360 in kube-client/src/client/auth/mod.rs
failed to resolve: use of undeclared crate or module `oidc`
Check failure on line 366 in kube-client/src/client/auth/mod.rs
failed to resolve: use of undeclared crate or module `oauth`
Check failure on line 387 in kube-client/src/client/auth/mod.rs
failed to resolve: use of undeclared crate or module `oidc`
Check failure on line 387 in kube-client/src/client/auth/mod.rs
Check failure on line 469 in kube-client/src/client/auth/mod.rs
failed to resolve: use of undeclared crate or module `oauth`
Check failure on line 469 in kube-client/src/client/auth/mod.rs
Check failure on line 67 in kube-client/src/client/builder.rs
type mismatch resolving `<Svc as Service<Request<Bytes>>>::Response == Response<BoxBody<Bytes, Box<dyn Error + Send + Sync>>>`
Check failure on line 89 in kube-client/src/client/builder.rs
the trait bound `tokio::net::TcpStream: hyper::rt::Write` is not satisfied
Check failure on line 89 in kube-client/src/client/builder.rs
the trait bound `tokio::net::TcpStream: hyper::rt::Read` is not satisfied
Check failure on line 92 in kube-client/src/client/builder.rs
the trait bound `tokio::net::TcpStream: hyper::rt::Write` is not satisfied
Check failure on line 92 in kube-client/src/client/builder.rs
the trait bound `tokio::net::TcpStream: hyper::rt::Read` is not satisfied
Check failure on line 133 in kube-client/src/client/builder.rs
the trait bound `<H as tower::Service<http::Uri>>::Response: hyper::rt::Write` is not satisfied
Check failure on line 133 in kube-client/src/client/builder.rs
the trait bound `<H as tower::Service<http::Uri>>::Response: hyper::rt::Read` is not satisfied
Check failure on line 133 in kube-client/src/client/builder.rs
the trait bound `<H as tower::Service<http::Uri>>::Response: hyper_util::client::legacy::connect::Connection` is not satisfied
Check failure on line 199 in kube-client/src/client/builder.rs
the size for values of type `dyn http_body::Body` cannot be known at compilation time
Check failure on line 200 in kube-client/src/client/builder.rs
the size for values of type `dyn http_body::Body` cannot be known at compilation time
Check failure on line 200 in kube-client/src/client/builder.rs
`dyn http_body::Body` cannot be unpinned
Check failure on line 200 in kube-client/src/client/builder.rs
`dyn http_body::Body` cannot be sent between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
type mismatch resolving `<MapErr<dyn Body, fn(<dyn Body as Body>::Error) -> Box<dyn Error + Send + Sync> {<Box<dyn Error + Send + Sync> as From<<dyn Body as Body>::Error>>::from}> as Body>::Data == Bytes`
Check failure on line 200 in kube-client/src/client/builder.rs
the size for values of type `dyn http_body::Body` cannot be known at compilation time
Check failure on line 200 in kube-client/src/client/builder.rs
`<dyn http_body::Body as http_body::Body>::Error` cannot be shared between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
`<dyn http_body::Body as http_body::Body>::Error` cannot be sent between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
the trait bound `<dyn http_body::Body as http_body::Body>::Error: std::error::Error` is not satisfied
Check failure on line 200 in kube-client/src/client/builder.rs
the size for values of type `dyn http_body::Body` cannot be known at compilation time
Check failure on line 200 in kube-client/src/client/builder.rs
`<dyn http_body::Body as http_body::Body>::Error` cannot be shared between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
`<dyn http_body::Body as http_body::Body>::Error` cannot be sent between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
the trait bound `<dyn http_body::Body as http_body::Body>::Error: std::error::Error` is not satisfied
Check failure on line 200 in kube-client/src/client/builder.rs
the size for values of type `dyn http_body::Body` cannot be known at compilation time
Check failure on line 200 in kube-client/src/client/builder.rs
`<dyn http_body::Body as http_body::Body>::Error` cannot be shared between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
`<dyn http_body::Body as http_body::Body>::Error` cannot be sent between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
the trait bound `<dyn http_body::Body as http_body::Body>::Error: std::error::Error` is not satisfied
Check failure on line 200 in kube-client/src/client/builder.rs
`<dyn http_body::Body as http_body::Body>::Error` cannot be shared between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
`<dyn http_body::Body as http_body::Body>::Error` cannot be sent between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
the trait bound `<dyn http_body::Body as http_body::Body>::Error: std::error::Error` is not satisfied
Check failure on line 200 in kube-client/src/client/builder.rs
`<dyn http_body::Body as http_body::Body>::Error` cannot be shared between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
`<dyn http_body::Body as http_body::Body>::Error` cannot be sent between threads safely
Check failure on line 200 in kube-client/src/client/builder.rs
the trait bound `<dyn http_body::Body as http_body::Body>::Error: std::error::Error` is not satisfied
Check failure on line 200 in kube-client/src/client/builder.rs
the size for values of type `dyn http_body::Body` cannot be known at compilation time
Check failure on line 200 in kube-client/src/client/builder.rs
trait objects must include the `dyn` keyword
Check failure on line 200 in kube-client/src/client/builder.rs
the value of the associated types `Error` and `Data` in `http_body::Body` must be specified
Check failure on line 203 in kube-client/src/client/builder.rs
mismatched types
Check failure on line 203 in kube-client/src/client/builder.rs
type mismatch in closure arguments