Update example deps

This commit is contained in:
asonix 2020-09-27 12:55:01 -05:00
parent 8f07c8d0dd
commit 83312a2bcd

View file

@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "1.1.0"
actix-web = "3.0.0-alpha.1"
actix-ws = { version = "0.1.0-alpha.0", path = "../.." }
actix-rt = "1.1.1"
actix-web = "3.0.2"
actix-ws = { version = "0.1.0", path = "../.." }
anyhow = "1.0"
futures = "0.3"
log = "0.4"