1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

update basic example

This commit is contained in:
Nikolay Kim
2019-03-05 22:16:42 -08:00
parent 5c8aaba5f9
commit 71e83fb87c
3 changed files with 79 additions and 75 deletions

View File

@ -11,7 +11,7 @@ dotenv = "0.10"
env_logger = "0.5"
failure = "0.1.1"
futures = "0.1"
num_cpus = "1.8.0"
num_cpus = "1.10.0"
r2d2 = "0.8.2"
r2d2_sqlite = "0.5.0"
serde = "1.0"