1
0
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:
Rob Ede
2022-02-17 20:59:04 +00:00
parent 7a3fc52a70
commit e0888cd255
9 changed files with 72 additions and 76 deletions

View File

@ -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"