diff --git a/algonaut_core/Cargo.toml b/algonaut_core/Cargo.toml index 90379a2..8b0f557 100644 --- a/algonaut_core/Cargo.toml +++ b/algonaut_core/Cargo.toml @@ -18,7 +18,7 @@ sha2 = "0.10.1" static_assertions = "1.1.0" rmp-serde = "1.0.0" thiserror = "1.0.23" -ring = "0.16.19" +ring = "0.17.0" [dev-dependencies] rand = "0.8.3" diff --git a/algonaut_crypto/Cargo.toml b/algonaut_crypto/Cargo.toml index 75f3a0b..369df24 100644 --- a/algonaut_crypto/Cargo.toml +++ b/algonaut_crypto/Cargo.toml @@ -21,4 +21,4 @@ serde = { version = "1.0", features = ["derive"] } sha2 = "0.10.1" static_assertions = "1.1.0" thiserror = "1.0.23" -ring = "0.16.19" +ring = "0.17.0" diff --git a/algonaut_transaction/Cargo.toml b/algonaut_transaction/Cargo.toml index 02ec3ef..d5c7507 100644 --- a/algonaut_transaction/Cargo.toml +++ b/algonaut_transaction/Cargo.toml @@ -21,7 +21,7 @@ data-encoding = "2.3.1" derive_more = "0.99.13" rand = "0.8.3" getrandom = { version = "0.2.2", features = ["js"] } -ring = "0.16.19" +ring = "0.17.0" rmp-serde = "1.0.0" serde = { version = "1.0", features = ["derive"] } serde_bytes = "0.11.4"