1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-04-24 10:39:31 +02:00

updating deps

This commit is contained in:
neil 2020-11-01 18:28:03 +01:00
parent 06b47ed63e
commit f07c8f960f

View file

@ -11,9 +11,9 @@ mysql = [ "diesel/mysql" ]
sqlite = [ "diesel/sqlite" ]
[dependencies]
actix-rt = "1.0.0"
actix-web = "3.0.2"
actix-files = "0.3.0"
actix-rt = "1.1.1"
actix-web = "3.2.0"
actix-files = "0.4.0"
diesel = { version = "1.4", features = ["r2d2", "chrono"] }
diesel_migrations = "1.4"
url = "2.1"
@ -24,6 +24,6 @@ serde_json = "1.0"
serde_derive = "1.0"
chrono = { version = "0.4", features = ["serde"] }
regex = "1.3"
base64 = "0.12"
base64 = "0.13"
rand = "0.7"
askama = "0.10"