diff --git a/rubble/Cargo.toml b/rubble/Cargo.toml index 69f30679..48362543 100644 --- a/rubble/Cargo.toml +++ b/rubble/Cargo.toml @@ -22,9 +22,9 @@ sha2 = { version = "0.10.7", default-features = false } zerocopy = "0.6.1" defmt = "0.3.5" p256 = { version="0.13.2", default-features = false, features = ["arithmetic"]} -ring = { version = "0.16.20", default-features = false, optional = true } +ring = { version = "0.17.5", default-features = false, optional = true } log = { version = "0.4.19", optional = true } [dev-dependencies] p256 = { version = "0.13.2", default-features = false, features = ["arithmetic"]} -ring = "0.16.20" +ring = "0.17.5"