mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-14 15:43:55 +00:00
Updated dependencies and web vault version
This commit is contained in:
parent
c07c9995ea
commit
469318bcbd
13 changed files with 73 additions and 73 deletions
|
@ -25,7 +25,7 @@ rocket = { version = "0.5.0-dev", features = ["tls"], default-features = false }
|
|||
rocket_contrib = "0.5.0-dev"
|
||||
|
||||
# HTTP client
|
||||
reqwest = "0.9.19"
|
||||
reqwest = "0.9.20"
|
||||
|
||||
# multipart/form-data support
|
||||
multipart = { version = "0.16.1", features = ["server"], default-features = false }
|
||||
|
@ -83,7 +83,7 @@ yubico = { version = "0.6.1", features = ["online", "online-tokio"], default-fea
|
|||
dotenv = { version = "0.14.1", default-features = false }
|
||||
|
||||
# Lazy static macro
|
||||
lazy_static = "1.3.0"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
# More derives
|
||||
derive_more = "0.15.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue