1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-05-03 22:43:10 +02:00

updating deps

This commit is contained in:
neil 2020-09-16 22:24:55 +02:00
parent fdd6b61d08
commit 0bb3584921

View file

@ -6,11 +6,11 @@ edition = "2018"
[dependencies]
actix-rt = "1.0.0"
actix-web = "3.0.0-beta.3"
actix-files = "0.3.0-beta.1"
actix-web = "3.0.2"
actix-files = "0.3.0"
diesel = { version = "1.4", features = ["sqlite", "r2d2", "chrono"] }
diesel_migrations = "1.4"
url = "2.0"
url = "2.1"
toml = "0.5"
lazy_static = "1.4"
serde = "1.0"