Merge pull request #355 from SeaQL/pulls/355

For some reason the `axum_example` fail to compile
This commit is contained in:
Billy Chan 2021-12-03 18:20:35 +08:00 committed by GitHub
commit 41e345c3a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ tokio = { version = "1.5", features = ["full"] }
axum = { version = "0.3.0" }
tower = "0.4.10"
tower-http = { version = "0.1", features = ["fs"] }
tower-cookies = { git = "https://github.com/imbolc/tower-cookies" }
tower-cookies = { version = "0.3" }
anyhow = "1"
dotenv = "0.15"
env_logger = "0.9"