aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-29 21:55:44 -0400
committerGitHub <noreply@github.com>2022-04-29 21:55:44 -0400
commitf7aa184c2041eac55e2d0eebb92b48dbae34202b (patch)
tree88b8b178e04da526615219008cb9e41d9f71aabd
parent1dfd47708fb7a5e0d0ba7e2fb20accd770441256 (diff)
downloadxesite-f7aa184c2041eac55e2d0eebb92b48dbae34202b.tar.xz
xesite-f7aa184c2041eac55e2d0eebb92b48dbae34202b.zip
build(deps): bump tower-http from 0.3.0 to 0.3.1 (#462)
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.0...tower-http-0.3.1) --- 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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9e4e03f..15700be 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2363,9 +2363,9 @@ dependencies = [
[[package]]
name = "tower-http"
-version = "0.3.0"
+version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "79dd37121c38240c4b4fe6520332406218bbf876f2f690fe9e406020189366fd"
+checksum = "f7755f984aa46a9d50829dc84b6a674b2f3b8b4de47c0708923953b090d48acc"
dependencies = [
"async-compression",
"base64",