1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-11 06:03:57 +00:00

Reduced Docker final image and updated dependencies

This commit is contained in:
Daniel García 2018-02-18 19:14:25 +01:00
parent e173ef948d
commit e9a771057e
3 changed files with 89 additions and 32 deletions

View file

@ -14,7 +14,7 @@ rocket_codegen = "0.3.6"
rocket_contrib = "0.3.6"
# HTTP client
reqwest = "0.8.4"
reqwest = "0.8.5"
# multipart/form-data support
multipart = "0.14.1"
@ -37,7 +37,7 @@ r2d2-diesel = "1.0.0"
ring = { version = "0.11.0", features = ["rsa_signing"] }
# UUID generation
uuid = { version = "0.5.1", features = ["v4"] }
uuid = { version = "0.6.0", features = ["v4"] }
# Date and time library for Rust
chrono = "0.4.0"