Update dependencies

This commit is contained in:
Valentin Brandl 2019-05-19 13:56:23 +02:00
parent 6438bbba82
commit a77962732e
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D
2 changed files with 348 additions and 290 deletions

627
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,20 +6,19 @@ edition = "2018"
build = "build.rs"
[dependencies]
actix-web = "1.0.0-beta.2"
actix-web = "1.0.0-rc"
badge = "0.2.0"
bytes = "0.4.12"
futures = "0.1.26"
futures = "0.1.27"
git2 = "0.8.0"
lazy_static = "1.3.0"
log = "0.4.6"
log4rs = "0.8.3"
number_prefix = "0.3.0"
openssl-probe = "0.1.2"
# pretty_env_logger = "0.3.0"
reqwest = "0.9.16"
serde = "1.0.90"
serde_derive = "1.0.90"
reqwest = "0.9.17"
serde = "1.0.91"
serde_derive = "1.0.91"
serde_json = "1.0.39"
structopt = "0.2.15"