build(deps): bump tower-http from 0.3.2 to 0.3.3 (#468)

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

---
updated-dependencies:
- dependency-name: tower-http
  dependency-type: direct:production
  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] 2022-05-09 07:33:20 -04:00 committed by GitHub
parent c07ac3b6c0
commit eee6502aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 3 deletions

16
Cargo.lock generated
View File

@ -2635,9 +2635,9 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e980386f06883cf4d0578d6c9178c81f68b45d77d00f2c2c1bc034b3439c2c56"
checksum = "7d342c6d58709c0a6d48d48dabbb62d4ef955cf5f0f3bbfd845838e7ae88dbae"
dependencies = [
"async-compression",
"base64",
@ -2660,6 +2660,7 @@ dependencies = [
"tower-layer",
"tower-service",
"tracing",
"uuid 1.0.0",
]
[[package]]
@ -2857,6 +2858,15 @@ dependencies = [
"serde",
]
[[package]]
name = "uuid"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0"
dependencies = [
"getrandom 0.2.5",
]
[[package]]
name = "valuable"
version = "0.1.0"
@ -3137,7 +3147,7 @@ dependencies = [
"tracing-futures",
"tracing-subscriber",
"url",
"uuid",
"uuid 0.8.2",
"xml-rs",
]