mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-06 12:35:00 +00:00
Update dependencies and add /ciphers/create
This commit is contained in:
parent
5edbd0e952
commit
a4550e51ea
3 changed files with 9 additions and 4 deletions
|
@ -5,7 +5,7 @@ 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.4.0-rc.1", features = ["tls"] }
|
||||
rocket = { version = "0.4.0-rc.1", features = ["tls"], default-features = false }
|
||||
rocket_contrib = "0.4.0-rc.1"
|
||||
|
||||
# HTTP client
|
||||
|
@ -57,13 +57,13 @@ jsonwebtoken = "5.0.1"
|
|||
u2f = "0.1.2"
|
||||
|
||||
# Yubico Library
|
||||
yubico= { version = "=0.4.0", default-features = false }
|
||||
yubico = { version = "=0.4.0", default-features = false }
|
||||
|
||||
# A `dotenv` implementation for Rust
|
||||
dotenv = { version = "0.13.0", default-features = false }
|
||||
|
||||
# Lazy static macro
|
||||
lazy_static = "1.2.0"
|
||||
lazy_static = { version = "1.2.0", features = ["nightly"] }
|
||||
|
||||
# Numerical libraries
|
||||
num-traits = "0.2.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue