From 00ef953cc463fbc439fdd1231afa7c68d7b7f619 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 May 2022 00:10:25 +0000 Subject: [PATCH] fix(deps): update rust crate tower-http to 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417edc0..cb0912f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ tokio-tungstenite = { version = "0.16.0", optional = true } tower-service = "0.3.1" tower-layer = "0.3.1" -tower-http = { version = "0.1.2", features = ["auth", "trace"] } +tower-http = { version = "0.3.3", features = ["auth", "trace"] } tokio = { version = "1.14", default-features = false, features = ["net"], optional = true }