mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-05 03:55:02 +00:00
Updated dependencies
This commit is contained in:
parent
486c7d8c56
commit
607521c88f
2 changed files with 21 additions and 21 deletions
|
@ -90,7 +90,7 @@ lazy_static = "1.4.0"
|
|||
derive_more = "0.99.2"
|
||||
|
||||
# Numerical libraries
|
||||
num-traits = "0.2.9"
|
||||
num-traits = "0.2.10"
|
||||
num-derive = "0.3.0"
|
||||
|
||||
# Email libraries
|
||||
|
@ -108,7 +108,7 @@ regex = "1.3.1"
|
|||
data-url = "0.1.0"
|
||||
|
||||
# Required for SSL support for PostgreSQL
|
||||
openssl = { version = "0.10.25", optional = true }
|
||||
openssl = { version = "0.10.26", optional = true }
|
||||
|
||||
# URL encoding library
|
||||
percent-encoding = "2.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue