deps: bump tower-http to 0.7 and k8s-openapi to 0.28 (with kube 4.0)#302
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🤖 Supersedes the two standalone Dependabot PRs (#289, #291), which each needed manual follow-up to build.
tower-http 0.6.11 → 0.7.0
Bumped in
commons-servers,private-server, andpublic-server. Our usage (CompressionLayer,RequestDecompressionLayer,TraceLayer,ServeDir) is unaffected by the 0.7 breaking changes, so no code changes were needed. Transitive consumers (reqwest, axum-client-ip) stay on 0.6.11.k8s-openapi 0.27.1 → 0.28.0 + kube 3.1 → 4.0
Dependabot's #291 bumped k8s-openapi alone, which pins to whatever kube depends on. kube 3.1 still needs k8s-openapi 0.27, so the bump produced two copies of k8s-openapi (the exact failure the workspace Cargo.toml comment warns about). Bumping kube to 4.0 alongside resolves back to a single k8s-openapi 0.28. The
v1_32feature is retained (0.28 drops 1.31 but keeps 1.32). kube 4.0's API is source-compatible with ourbackup_secretsusage — no code changes needed.Closes #289
Closes #291