1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Update dependencies (#182)

This commit is contained in:
Yuki Okushi
2019-10-06 04:44:45 +09:00
committed by GitHub
parent ea35dcbc74
commit f9e7493be5

View File

@ -8,11 +8,11 @@ edition = "2018"
[dependencies] [dependencies]
bytes = "0.4" bytes = "0.4"
futures = "0.1" futures = "0.1"
env_logger = "0.6" env_logger = "0.7.0"
derive_more = "0.14" derive_more = "0.15.0"
prost = "0.4.0" prost = "0.5.0"
prost-derive = "0.4.0" prost-derive = "0.5.0"
actix = "0.8.2" actix = "0.8.3"
actix-web = "1.0.0" actix-web = "1.0.8"
actix-protobuf = "0.4.0" actix-protobuf = "0.4.1"