chore(deps): update rust crate ring to 0.17.0 [security]

This commit is contained in:
renovate[bot] 2025-03-07 18:46:43 +00:00 committed by GitHub
parent e2d93adb1e
commit 33d392aaf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"