aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-02 07:30:01 -0400
committerGitHub <noreply@github.com>2022-05-02 07:30:01 -0400
commita257536b58d641c24bb8a56d5fb61182b7350b81 (patch)
tree40a011752e3891f168e3d4e3e9b080d188a524de
parentadd0fa3e3723f3a9b9b62a6970612c7fde22a0b9 (diff)
downloadxesite-a257536b58d641c24bb8a56d5fb61182b7350b81.tar.xz
xesite-a257536b58d641c24bb8a56d5fb61182b7350b81.zip
build(deps): bump tower-http from 0.3.1 to 0.3.2 (#465)
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.1...tower-http-0.3.2) --- 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 15700be..c501e1e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2363,9 +2363,9 @@ dependencies = [
[[package]]
name = "tower-http"
-version = "0.3.1"
+version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7755f984aa46a9d50829dc84b6a674b2f3b8b4de47c0708923953b090d48acc"
+checksum = "e980386f06883cf4d0578d6c9178c81f68b45d77d00f2c2c1bc034b3439c2c56"
dependencies = [
"async-compression",
"base64",