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
parent e2f7f56a81
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"