Update ring to 0.13 (#674)

This commit is contained in:
Toralf Wittner
2019-01-10 11:17:44 +01:00
committed by Pierre Krieger
parent 1e7fcc6d61
commit f55a8bc2f3

View File

@ -30,8 +30,8 @@ ed25519-dalek = "0.8.0"
hmac = "0.6.3" hmac = "0.6.3"
[target.'cfg(not(any(target_os = "emscripten", target_os = "unknown")))'.dependencies] [target.'cfg(not(any(target_os = "emscripten", target_os = "unknown")))'.dependencies]
ring = { version = "0.12", default-features = false } ring = { version = "0.13", default-features = false }
untrusted = { version = "0.5" } untrusted = { version = "0.6" }
[target.'cfg(any(target_os = "emscripten", target_os = "unknown"))'.dependencies] [target.'cfg(any(target_os = "emscripten", target_os = "unknown"))'.dependencies]
stdweb = { version = "0.4", default-features = false } stdweb = { version = "0.4", default-features = false }