Update to *ring* 0.9.3.

*ring* 0.9.3 is the first version that prevents multiple versions of
*ring* from being linked together. Soon *ring* 0.9.3 will be the oldest
version of *ring* on crates.io. *ring* 0.6.* have already been yanked.
This commit is contained in:
Brian Smith
2017-05-08 16:04:12 -10:00
committed by Romain Ruetschi
parent 5727911763
commit 21ac171a85

View File

@ -12,6 +12,5 @@ categories = ["cryptography", "algorithms"]
readme = "README.md"
[dependencies]
ring = "^0.6.0"
ring = "^0.9.3"
rand = "^0.3.0"