Skip to content

Commit b5ae8cf

Browse files
fix(deps): update rust crate tower-http to 0.5
1 parent 8479839 commit b5ae8cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
2828
serde_json = "1.0"
2929
tokio = { version = "1.32", features = ["full"] }
3030
tower = "0.4"
31-
tower-http = { version = "0.4", features = ["cors", "trace", "map-request-body", "util"] }
31+
tower-http = { version = "0.5", features = ["cors", "trace", "map-request-body", "util"] }
3232
tracing = "0.1"
3333
tracing-subscriber = { version = "0.3", features = ["fmt", "std", "json", "env-filter"] }
3434

0 commit comments

Comments
 (0)