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:
parent
e2f7f56a81
commit
1277cb099d
7 changed files with 153 additions and 80 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue