mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +02:00
update actix-web dependency
This commit is contained in:
@ -12,5 +12,4 @@ path = "src/main.rs"
|
||||
env_logger = "0.5"
|
||||
openssl = { version="0.10" }
|
||||
actix = "0.7"
|
||||
#actix-web = "^0.7"
|
||||
actix-web = { git = "https://github.com/actix/actix-web.git", features=["alpn"] }
|
||||
actix-web = { version = "0.7", features=["alpn"] }
|
||||
|
Reference in New Issue
Block a user