1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-28 20:41:17 +00:00

Updated Cipher API with breaking changes, and included backwards compatibility

This commit is contained in:
Daniel García 2018-03-06 00:02:36 +01:00
commit 1277cb099d
7 changed files with 153 additions and 80 deletions

View file

@ -33,7 +33,7 @@ r2d2-diesel = "1.0.0"
ring = { version = "0.11.0", features = ["rsa_signing"] }
# UUID generation
uuid = { version = "0.6.0", features = ["v4"] }
uuid = { version = "0.6.1", features = ["v4"] }
# Date and time library for Rust
chrono = "0.4.0"