build(deps): bump tower-http from 0.6.3 to 0.6.4 (#14018)

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

---
updated-dependencies:
- dependency-name: tower-http
  dependency-version: 0.6.4
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-05-20 15:40:37 -07:00 committed by GitHub
parent cec0311c51
commit cdb23ac30f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2645,9 +2645,9 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.6.3"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1cfca9ae570b2a6efc764a88e914c29b3dfaa1fafe5f495812ae97ec9bc4d53"
checksum = "0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e"
dependencies = [
"base64 0.22.1",
"bitflags",