diff --git a/Cargo.toml b/Cargo.toml index 290f48e..b6ebe7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ blake2 = { version = "^0.9.2", optional = true } chacha20poly1305 = { version = "^0.9.0", optional = true } chrono = { version = "^0.4", optional = true, features = ["serde"] } openssl = { version = "~0.10.36", optional = true } -ring = { version = "^0.16", features = ["std"] } +ring = { version = "^0.17", features = ["std"] } serde_json = { version = "^1.0.68", optional = true } time = { version = "^0.3", optional = true, features = ["serde-human-readable"] } thiserror = "^1.0.29"