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 7e598eb commit 45ab67cCopy full SHA for 45ab67c
Cargo.toml
@@ -29,7 +29,7 @@ log = "0.4"
29
env_logger = "0.10.0"
30
axum = { version = "0.6.1", features = ["headers", "macros"] }
31
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
32
-tower-http = { version = "0.4.0", features = ["cors"] }
+tower-http = { version = "0.5.0", features = ["cors"] }
33
utoipa = { version = "3.3.0", features = ["axum_extras"] }
34
utoipa-swagger-ui = { version = "3.1.3", features = ["axum"] }
35
hyper = { version = "0.14", features = ["full"] }
0 commit comments