aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-09 07:33:20 -0400
committerGitHub <noreply@github.com>2022-05-09 07:33:20 -0400
commiteee6502aa19be3fcabd8dd75a736235809a1e19d (patch)
tree90968012f5531bc833ee728a0537933f9d29abe7
parentc07ac3b6c05ada77749ba2ed97c7112bda9d80c8 (diff)
downloadxesite-eee6502aa19be3fcabd8dd75a736235809a1e19d.tar.xz
xesite-eee6502aa19be3fcabd8dd75a736235809a1e19d.zip
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>
-rw-r--r--Cargo.lock16
1 files changed, 13 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3a02efe..59c89a6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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]]
@@ -2858,6 +2859,15 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3137,7 +3147,7 @@ dependencies = [
"tracing-futures",
"tracing-subscriber",
"url",
- "uuid",
+ "uuid 0.8.2",
"xml-rs",
]