Commit 44a3d7f
chore: relax version constraint on tower-http (#165)
twurst only uses `tower_http::auth::{AddAuthorization, AddAuthorizationLayer}` and
`tower_http::cors::{CorsLayer, Any}`.
The 0.7.0 breaking changes affect `compression`, `follow-redirect`, `trace/classify` (gRPC), `services` (trailing-slash files),
and removed no-op features (`tokio, async-compression`) — none touch the auth or cors APIs used here.
Verified:
- `cargo clippy --workspace --all-targets` clean with tower-http 0.6.11
- `cargo clippy --workspace --all-targets` clean with tower-http 0.7.0 (picked automatically as latest)
Co-authored-by: Vincent Siles <vincent.siles@helsing.ai>1 parent 677664c commit 44a3d7f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
0 commit comments