Use *ring* 0.17.2.

This commit is contained in:
Brian Smith 2023-10-06 17:12:49 -07:00
parent 16a2638bd0
commit cef4925a16
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ alloc = ["ring/alloc"]
std = ["alloc"]
[dependencies]
ring = { version = "0.17.0", default-features = false }
ring = { version = "0.17.2", default-features = false }
untrusted = "0.9"
[dev-dependencies]