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"