From 33d392aaf60c5ad8ee92a0a542e3ceccf09edf5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 18:46:43 +0000 Subject: [PATCH] chore(deps): update rust crate ring to 0.17.0 [security] --- keypair/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keypair/Cargo.toml b/keypair/Cargo.toml index 620f568..e05af11 100644 --- a/keypair/Cargo.toml +++ b/keypair/Cargo.toml @@ -24,7 +24,7 @@ libp2p-identity = { workspace = true, default-features = false, features = ["pee multihash = { version = "0.18.0", features = ["identity"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -ring = { version = "0.16.9", features = ["alloc", "std"], default-features = false } +ring = { version = "0.17.0", features = ["alloc", "std"], default-features = false } [dev-dependencies] quickcheck = "1.0.3"