aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-28 11:33:23 -0500
committerGitHub <noreply@github.com>2022-12-28 11:33:23 -0500
commit81ffb702229cb1a9c8b93d3137c1c79bf0caf4e7 (patch)
treede6a528d69dcd806d19c8f541aa2afcb9d04c618
parent3fcb947f38c2ba80c6250f7c52c0df40db8db7d8 (diff)
downloadxesite-81ffb702229cb1a9c8b93d3137c1c79bf0caf4e7.tar.xz
xesite-81ffb702229cb1a9c8b93d3137c1c79bf0caf4e7.zip
build(deps): bump tower-http from 0.3.4 to 0.3.5 (#581)
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.4...tower-http-0.3.5) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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 e00f29a..2fddb3b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2899,9 +2899,9 @@ dependencies = [
[[package]]
name = "tower-http"
-version = "0.3.4"
+version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba"
+checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
dependencies = [
"async-compression",
"base64",