deps(deps): bump tower-http from 0.6.8 to 0.7.0 - #2537
Conversation
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.8 to 0.7.0. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.8...tower-http-0.7.0) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Summary
Dependency bump looks consistent and non-breaking within the provided diff scope:
Cargo.tomlupdatestower-httpfrom=0.6.8to=0.7.0.Cargo.lockreflects expected resolver behavior with parallel versions (0.6.11and0.7.0) because other deps (notablyreqwest) still require0.6.x.- No application/source code changes, migrations, auth/permission logic, or money-movement paths were modified.
No concrete correctness or security issue is evidenced by the provided changes alone.
🧾 cargo-vet automated audit summary
CI did not commit anything. Review the patch locally and create the final signed commit yourself. Apply the patch locallyThe patch artifact is attached to this workflow run as a zip archive. Download it, extract Preferred: GitHub CLI git checkout <pr-branch>
gh run download 27951282990 -n dependabot-auto-vet-patch-pr-2537
git apply --index auto-vet.patch
git status
git commit -S -m "chore(vet): apply automated audits"
git pushFallback: direct artifact download git checkout <pr-branch>
curl -L \
-H "Authorization: Bearer <github-token>" \
-o auto-vet-artifact.zip \
https://github.com/cloudwalk/stratus/actions/runs/27951282990/artifacts/7791767617
unzip -p auto-vet-artifact.zip vet/auto-vet.patch > auto-vet.patch
git apply --index auto-vet.patch
git status
git commit -S -m "chore(vet): apply automated audits"
git push |
There was a problem hiding this comment.
Summary
Dependency bump is consistent and low-risk within the provided diff.
Cargo.tomlpinstower-httpfrom0.6.8to0.7.0with the samecorsfeature.Cargo.lockcorrectly reflects coexistence oftower-http 0.6.11(still required transitively byreqwest) andtower-http 0.7.0(direct dependency), avoiding resolver ambiguity.supply-chain/audits.tomladds explicit vet entries covering both0.6.8 -> 0.6.11and0.6.8 -> 0.7.0.
No concrete correctness, security, or deploy-blocking issue is evidenced by these changes alone.
There was a problem hiding this comment.
Summary
Dependency bump is internally consistent and low-risk in the provided diff.
Cargo.tomlupdates direct dependency totower-http = 0.7.0(samecorsfeature).Cargo.lockcorrectly keeps bothtower-http 0.6.11(transitive viareqwest) andtower-http 0.7.0(direct), with explicit version-qualified edges to avoid resolver ambiguity.- Lockfile deltas are coherent with upstream changes (e.g.,
iri-stringremoval from the updatedtower-http 0.6.11package entry and the new0.7.0package node). supply-chain/audits.tomlincludes new vet entries for both0.6.8 -> 0.6.11and0.6.8 -> 0.7.0transitions.
No concrete correctness, security, or deploy-blocking issue is evidenced by these changes alone.
There was a problem hiding this comment.
Summary
Dependency update is internally consistent and low risk within the provided diff:
Cargo.tomlbumps direct dependency totower-http = 0.7.0while keeping the samecorsfeature usage.Cargo.lockcorrectly resolves paralleltower-httpversions (0.6.11transitively viareqwestand0.7.0directly), with explicit version-qualified edges preventing ambiguity.- Lockfile deltas are coherent with upstream package graph changes (e.g.,
iri-stringremoval from the 0.6.x node and addition of a separate 0.7.0 node). supply-chain/audits.tomlincludes explicit audit entries for both0.6.8 -> 0.6.11and0.6.8 -> 0.7.0transitions.
No concrete correctness, security, or deploy-blocking issue is evidenced by these changes alone.
Bumps tower-http from 0.6.8 to 0.7.0.
Release notes
Sourced from tower-http's releases.
... (truncated)
Commits
b194fcfv0.7.0af828a6feat(follow_redirect)!: preserve request extensions across redirects (#706)8cb8d99feat(ValidateRequestHeaderLayer): add has_header("...").with_value("...") fun...3b56d2dfeat!: Add configurable Backend trait for ServeDir, bump MSRV 1.65 (#684)8508716Addredirect_path_prefixoption (#486)56327b2Add Windows drive-prefix path regression test (#705)54c6db8feat(compression)!: upgrade SizeAbove threshold from u16 to u64 (#704)68cd6d8Add DeadlineBody for non-resetting body timeouts (#688)fa8a98cfeat(fs): add strong ETag support to ServeDir (#691)36d2205fix: Make SetMultiple*Header Clone for !Clone http bodies (#703)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)