Skip to content

Commit c7693fa

Browse files
fix(deps): update rust crate tower-http to 0.6.0
1 parent c1a16b9 commit c7693fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ tracing = "0.1.40"
2828

2929
[dev-dependencies]
3030
tokio-test = "0.4.4"
31-
tower-http = { version = "0.4.4", features = ["cors"] }
31+
tower-http = { version = "0.6.0", features = ["cors"] }

examples/cross-site/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ color-eyre = "0.6.3"
1313
rand = "0.8.5"
1414
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }
1515
tower = "0.4.13"
16-
tower-http = { version = "0.4.4", features = ["cors"] }
16+
tower-http = { version = "0.6.0", features = ["cors"] }
1717
tracing-subscriber = "0.3.18"

0 commit comments

Comments
 (0)