Update ring to fix build error on latest nightly

See https://github.com/briansmith/ring/pull/430 for details
This commit is contained in:
Jonas Platte 2017-01-26 23:10:55 +01:00
parent 0bfcf340d9
commit b581715ffb

View File

@ -11,7 +11,7 @@ repository = "https://github.com/ruma/ruma-signatures"
version = "0.2.0" version = "0.2.0"
[dependencies] [dependencies]
ring = "0.6.2" ring = "0.6.3"
rustc-serialize = "0.3.22" rustc-serialize = "0.3.22"
serde = "0.9.1" serde = "0.9.1"
serde_json = "0.9.1" serde_json = "0.9.1"