mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
update graphql advanced example
This commit is contained in:
@ -4,7 +4,7 @@ version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = {version = "4.0.0-beta.21", features = ["rustls"]}
|
||||
actix-web = { version = "4.0.0-beta.21", features = ["rustls"] }
|
||||
rustls = "0.20.2"
|
||||
rustls-pemfile = "0.2.1" # these are now in an external library
|
||||
rustls-pemfile = "0.2.1"
|
||||
futures = "0.3"
|
||||
|
Reference in New Issue
Block a user