mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
update actix web to stable version
This commit is contained in:
@ -4,8 +4,8 @@ version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4.0.0-beta.21", features = ["openssl"] }
|
||||
awc = "3.0.0-beta.19"
|
||||
actix-web = "4"
|
||||
awc = { version = "3.0.0-beta.19", features = ["openssl"] }
|
||||
|
||||
env_logger = "0.9"
|
||||
futures = "0.3.1"
|
||||
|
Reference in New Issue
Block a user