From c2b04efbc4bec56547318ea4c854516abd17468d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:33:54 +0000 Subject: [PATCH] chore(deps): bump tower-http from 0.2.0 to 0.2.1 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.2.0...tower-http-0.2.1) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ef74a7..95cafea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1110,7 +1110,7 @@ dependencies = [ "time", "tokio", "tower", - "tower-http 0.2.0", + "tower-http 0.2.1", "uuid", ] @@ -1728,9 +1728,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39ee603d6e665ecc7e0f8d479eedb4626bd4726f0ee6119cee5b3a6bf184cac0" +checksum = "03650267ad175b51c47d02ed9547fc7d4ba2c7e5cb76df0bed67edd1825ae297" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ab6c208..abf1f99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ argon2 = "0.3.1" # Axum builds on the types in Tower tower = "0.4.11" -tower-http = { version = "0.2.0", features = ["trace"] } +tower-http = { version = "0.2.1", features = ["trace"] } jwt = "0.15.0" hmac = "0.11.0"