Update ring to 0.13 and subtle to 2.0 (#1383)

This commit is contained in:
Pierre Krieger
2019-01-10 13:32:27 +01:00
committed by Bastian Köcher
parent bbbf315854
commit 42c30609d3
5 changed files with 132 additions and 148 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ impl-serde = { version = "0.1", optional = true }
wasmi = { version = "0.4.2", optional = true }
hash-db = { git = "https://github.com/paritytech/trie", default-features = false }
hash256-std-hasher = { git = "https://github.com/paritytech/trie", default-features = false }
ring = { version = "0.12", optional = true }
untrusted = { version = "0.5", optional = true }
ring = { version = "0.13", optional = true }
untrusted = { version = "0.6", optional = true }
hex-literal = { version = "0.1", optional = true }
base58 = { version = "0.1", optional = true }
blake2-rfc = { version = "0.2.18", optional = true }