1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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