Skip to content

Commit 5c4f9fc

Browse files
committed
fix(deps): update rust crate tower-http to 0.2.3
1 parent cd65a64 commit 5c4f9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tokio-tungstenite = { version = "0.16.0", optional = true }
4646

4747
tower-service = "0.3.1"
4848
tower-layer = "0.3.1"
49-
tower-http = { version = "0.1.2", features = ["auth", "trace"] }
49+
tower-http = { version = "0.2.3", features = ["auth", "trace"] }
5050

5151
tokio = { version = "1.14", default-features = false, features = ["net"], optional = true }
5252

0 commit comments

Comments
 (0)