Update tower-cookies dependency

This commit is contained in:
Billy Chan 2021-12-03 18:10:26 +08:00
parent bf499ededd
commit d3acf4b156
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

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