mirror of
https://git.42l.fr/neil/sncf.git
synced 2026-03-14 22:35:47 +01:00
updating deps
This commit is contained in:
parent
06b47ed63e
commit
f07c8f960f
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue