1
0
Fork 0
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:
Daniel García 2019-11-24 14:50:43 +01:00
parent 486c7d8c56
commit 607521c88f
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 21 additions and 21 deletions

View file

@ -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"