aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-27 09:30:05 -0400
committerGitHub <noreply@github.com>2022-04-27 09:30:05 -0400
commit1019e42fa7618fe158e0d2be314d377da08b782d (patch)
tree18317714fe686f01913fddec2eaa38425f1d859d
parent4170e3b78c4be38c932763941e8eef216d71bbab (diff)
downloadxesite-1019e42fa7618fe158e0d2be314d377da08b782d.tar.xz
xesite-1019e42fa7618fe158e0d2be314d377da08b782d.zip
build(deps): bump tower-http from 0.2.5 to 0.3.0 (#458)
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.2.5 to 0.3.0. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.2.5...tower-http-0.3.0) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock23
-rw-r--r--Cargo.toml2
2 files changed, 13 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4fc3f51..1ecd497 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2367,8 +2367,6 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8"
dependencies = [
- "async-compression",
- "base64",
"bitflags",
"bytes",
"futures-core",
@@ -2376,18 +2374,10 @@ dependencies = [
"http",
"http-body",
"http-range-header",
- "httpdate",
- "iri-string",
- "mime",
- "mime_guess",
- "percent-encoding",
"pin-project-lite",
- "tokio",
- "tokio-util 0.7.0",
"tower",
"tower-layer",
"tower-service",
- "tracing",
]
[[package]]
@@ -2396,6 +2386,8 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79dd37121c38240c4b4fe6520332406218bbf876f2f690fe9e406020189366fd"
dependencies = [
+ "async-compression",
+ "base64",
"bitflags",
"bytes",
"futures-core",
@@ -2403,9 +2395,18 @@ dependencies = [
"http",
"http-body",
"http-range-header",
+ "httpdate",
+ "iri-string",
+ "mime",
+ "mime_guess",
+ "percent-encoding",
"pin-project-lite",
+ "tokio",
+ "tokio-util 0.7.0",
+ "tower",
"tower-layer",
"tower-service",
+ "tracing",
]
[[package]]
@@ -2871,7 +2872,7 @@ dependencies = [
"tokio",
"tokio-stream",
"tower",
- "tower-http 0.2.5",
+ "tower-http 0.3.0",
"tracing",
"tracing-futures",
"tracing-subscriber",
diff --git a/Cargo.toml b/Cargo.toml
index e0c7a50..e99dc14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ version = "0.4"
features = [ "full" ]
[dependencies.tower-http]
-version = "0.2"
+version = "0.3"
features = [ "full" ]
# os-specific dependencies