Noreposts Feed

Bump tower-http from 0.5.2 to 0.6.6

Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.6.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.2...tower-http-0.6.6)

---
updated-dependencies:
- dependency-name: tower-http
dependency-version: 0.6.6
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
ef176199 517cc06b

+4 -20
+3 -19
Cargo.lock
··· 914 914 "tokio", 915 915 "tokio-tungstenite", 916 916 "tower 0.4.13", 917 - "tower-http 0.5.2", 917 + "tower-http", 918 918 "tracing", 919 919 "tracing-subscriber", 920 920 "url", ··· 2166 2166 "tokio-native-tls", 2167 2167 "tokio-util", 2168 2168 "tower 0.5.2", 2169 - "tower-http 0.6.6", 2169 + "tower-http", 2170 2170 "tower-service", 2171 2171 "url", 2172 2172 "wasm-bindgen", ··· 3058 3058 3059 3059 [[package]] 3060 3060 name = "tower-http" 3061 - version = "0.5.2" 3062 - source = "registry+https://github.com/rust-lang/crates.io-index" 3063 - checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 3064 - dependencies = [ 3065 - "bitflags", 3066 - "bytes", 3067 - "http", 3068 - "http-body", 3069 - "http-body-util", 3070 - "pin-project-lite", 3071 - "tower-layer", 3072 - "tower-service", 3073 - "tracing", 3074 - ] 3075 - 3076 - [[package]] 3077 - name = "tower-http" 3078 3061 version = "0.6.6" 3079 3062 source = "registry+https://github.com/rust-lang/crates.io-index" 3080 3063 checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" ··· 3089 3072 "tower 0.5.2", 3090 3073 "tower-layer", 3091 3074 "tower-service", 3075 + "tracing", 3092 3076 ] 3093 3077 3094 3078 [[package]]
+1 -1
Cargo.toml
··· 18 18 # Web server 19 19 axum = "0.7" 20 20 tower = "0.4" 21 - tower-http = { version = "0.5", features = ["cors", "trace"] } 21 + tower-http = { version = "0.6", features = ["cors", "trace"] } 22 22 23 23 # Database 24 24 sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite", "chrono", "uuid"] }