0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-02 03:58:58 +02:00

Merge pull request #1 from mprasil/master

Bump the rocket version to compile with current nightly
This commit is contained in:
Daniel García 2018-04-18 12:08:23 +02:00 committed by GitHub
commit 25b63d3e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 287 additions and 229 deletions

510
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,9 +5,9 @@ authors = ["Daniel García <dani-garcia@users.noreply.github.com>"]
[dependencies]
# Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
rocket = { version = "0.3.6", features = ["tls"] }
rocket_codegen = "0.3.6"
rocket_contrib = "0.3.6"
rocket = { version = "0.3.8", features = ["tls"] }
rocket_codegen = "0.3.8"
rocket_contrib = "0.3.8"
# HTTP client
reqwest = "0.8.5"