mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-13 13:12:42 +00:00
Updated dependencies and Docker image to new web-vault
This commit is contained in:
parent
48e69cebab
commit
a291dea16f
8 changed files with 155 additions and 183 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -5,20 +5,20 @@ 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.14", features = ["tls"] }
|
||||
rocket_codegen = "0.3.14"
|
||||
rocket_contrib = "0.3.14"
|
||||
rocket = { version = "0.3.15", features = ["tls"] }
|
||||
rocket_codegen = "0.3.15"
|
||||
rocket_contrib = "0.3.15"
|
||||
|
||||
# HTTP client
|
||||
reqwest = "0.8.6"
|
||||
|
||||
# multipart/form-data support
|
||||
multipart = "0.14.2"
|
||||
multipart = "0.15.0"
|
||||
|
||||
# A generic serialization/deserialization framework
|
||||
serde = "1.0.70"
|
||||
serde_derive = "1.0.70"
|
||||
serde_json = "1.0.22"
|
||||
serde_json = "1.0.24"
|
||||
|
||||
# A safe, extensible ORM and Query builder
|
||||
diesel = { version = "1.3.2", features = ["sqlite", "chrono", "r2d2"] }
|
||||
|
@ -52,7 +52,7 @@ u2f = "0.1.2"
|
|||
dotenv = { version = "0.13.0", default-features = false }
|
||||
|
||||
# Lazy static macro
|
||||
lazy_static = "1.0.1"
|
||||
lazy_static = "1.0.2"
|
||||
|
||||
# Numerical libraries
|
||||
num-traits = "0.2.5"
|
||||
|
@ -63,4 +63,4 @@ num-derive = "0.2.2"
|
|||
jsonwebtoken = { path = "libs/jsonwebtoken" }
|
||||
|
||||
# Version 0.1.2 from crates.io lacks a commit that fixes a certificate error
|
||||
u2f = { git = 'https://github.com/wisespace-io/u2f-rs', rev = '193de35093a44' }
|
||||
u2f = { git = 'https://github.com/wisespace-io/u2f-rs', rev = '193de35093a44' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue