fix(deps): update rust crate tower-http to v0.6.3
All checks were successful
/ check-renovaterc (push) Successful in 3s
/ build (push) Successful in 0s
/ test (push) Successful in 11s
/ report-size (push) Successful in 2s

| datasource | package    | from  | to    |
| ---------- | ---------- | ----- | ----- |
| crate      | tower-http | 0.6.2 | 0.6.3 |
This commit is contained in:
Renovate Bot 2025-05-07 21:30:21 +02:00
parent c140918d96
commit 5658d85da3
Signed by: renovate
SSH key fingerprint: SHA256:Ok6vtqmmerU0tEwRrmaddAKicKgaATKobBC7exAUPLo

4
Cargo.lock generated
View file

@ -1009,9 +1009,9 @@ dependencies = [
[[package]] [[package]]
name = "tower-http" name = "tower-http"
version = "0.6.2" version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" checksum = "a1cfca9ae570b2a6efc764a88e914c29b3dfaa1fafe5f495812ae97ec9bc4d53"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bytes", "bytes",