Update Rust deps (hyper, http, kube, etc.) #7205
Labels
component/pinniped-proxy
Issue related to kubeapps integration with pinniped-proxy
kind/enhancement
An issue that reports an enhancement for an implemented feature
Milestone
Summary
We recently got some automatic Rust deps bumps, however, they wouldn't work as some breaking changes were introduced.
This issue is to track it when all the related deps have been also upgraded.
Background and rationale
Since
hyper
andhttp
were upgraded to1.0
, we need to add some manual changes prior to the actual version bump-up.Description
Analyze and perform all the necessary changes to upgrade our deps to the latest version.
Acceptance criteria
All the related dependencies (
hyper
,http
,hyper-tls
,tls-listener
,kube
) have been properly bumped up.Additional context
See kube-rs/kube#1351
The text was updated successfully, but these errors were encountered: