We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd17cd6 commit 158d389Copy full SHA for 158d389
Cargo.toml
@@ -29,7 +29,7 @@ log = "0.4"
29
env_logger = "0.11.0"
30
axum = { version = "0.7.4", features = ["macros"] }
31
tokio = { version = "1.36.0", features = ["full"] }
32
-tower-http = { version = "0.5.0", features = ["cors"] }
+tower-http = { version = "0.6.1", features = ["cors"] }
33
utoipa = { version = "4.2.0", features = ["axum_extras"] }
34
utoipa-swagger-ui = { version = "7", features = ["axum"] }
35
hyper = { version = "1.2.0", features = ["full"] }
0 commit comments