Updating cargo deps.

This commit is contained in:
Dessalines 2020-01-03 23:41:44 -05:00
parent 13cd2e82de
commit a68fd4f2aa
2 changed files with 893 additions and 862 deletions

1741
server/Cargo.lock generated vendored

File diff suppressed because it is too large Load diff

14
server/Cargo.toml vendored
View file

@ -7,9 +7,9 @@ edition = "2018"
[dependencies] [dependencies]
diesel = { version = "1.4.2", features = ["postgres","chrono", "r2d2"] } diesel = { version = "1.4.2", features = ["postgres","chrono", "r2d2"] }
diesel_migrations = "1.4.0" diesel_migrations = "1.4.0"
dotenv = "0.14.1" dotenv = "0.15.0"
bcrypt = "0.5.0" bcrypt = "0.6.1"
activitypub = "0.1.5" activitypub = "0.2.0"
chrono = { version = "0.4.7", features = ["serde"] } chrono = { version = "0.4.7", features = ["serde"] }
failure = "0.1.5" failure = "0.1.5"
serde_json = { version = "1.0.40", features = ["preserve_order"]} serde_json = { version = "1.0.40", features = ["preserve_order"]}
@ -18,10 +18,10 @@ actix = "0.8.3"
actix-web = "1.0" actix-web = "1.0"
actix-files = "0.1.3" actix-files = "0.1.3"
actix-web-actors = "1.0" actix-web-actors = "1.0"
env_logger = "0.6.2" env_logger = "0.7.1"
rand = "0.7.0" rand = "0.7.0"
strum = "0.15.0" strum = "0.17.1"
strum_macros = "0.15.0" strum_macros = "0.17.1"
jsonwebtoken = "6.0.1" jsonwebtoken = "6.0.1"
regex = "1.1.9" regex = "1.1.9"
lazy_static = "1.3.0" lazy_static = "1.3.0"
@ -30,5 +30,5 @@ lettre_email = "0.9.2"
sha2 = "0.8.0" sha2 = "0.8.0"
rss = "1.8.0" rss = "1.8.0"
htmlescape = "0.3.1" htmlescape = "0.3.1"
config = "0.9.3" config = "0.10.1"
hjson = "0.8.2" hjson = "0.8.2"