summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-30 09:20:17 +0200
committerGitHub <noreply@github.com>2024-09-30 09:20:17 +0200
commit5f1ee03a9b7935ffa0d83287d5e7277fcc796fb0 (patch)
tree0908b7344d29b3ca0e361424566e949177d3692b
parent5ffd5313eefd7a134cbcd2798c36593cb4f340de (diff)
Update tower-http requirement from 0.5.1 to 0.6.1 (#701)
Updates the requirements on [tower-http](https://github.com/tower-rs/tower-http) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.1...tower-http-0.6.1) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 880fdaa..5ede435 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@ serde_urlencoded = "0.7.1"
snafu = "0.8"
tokio = { version = "1.17.0", default-features = false, features = ["time"], optional = true }
tower = { version = "0.4.13", default-features = false, features = ["util", "buffer"] }
-tower-http = { version = "0.5.1", features = ["map-response-body", "trace"] }
+tower-http = { version = "0.6.1", features = ["map-response-body", "trace"] }
tracing = { version = "0.1.37", features = ["log"], optional = true }
url = { version = "2.2.2", features = ["serde"] }