diff --git a/Cargo.toml b/Cargo.toml index e1df0671..99c6d5a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ diesel_migrations = { version = "1.4.0", features = ["sqlite"] } libsqlite3-sys = { version = "0.12.0", features = ["bundled"] } # Crypto library -ring = { version = "0.13.5", features = ["rsa_signing"] } +ring = { version = "0.14.6", features = ["rsa_signing"] } # UUID generation uuid = { version = "0.7.2", features = ["v4"] }