Skip to content

Commit 853a5bc

Browse files
committed
fix(ring): Upgrade to patched version on ring
ring was incompatible with the latest nightly due to dependence on unsupported behaviour. briansmith/ring#598
1 parent 51d5aef commit 853a5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ env_logger = "0.4.3"
99
error-chain = "0.10.0"
1010
log = "0.3.8"
1111
rand = "0.3.16"
12-
ring = "0.9.7"
12+
ring = "0.13.0-alpha"
1313
rust-crypto = "0.2.36"
1414
serde = "1.0.9"
1515
serde_derive = "1.0.9"
16-
untrusted = "0.5.1"
16+
untrusted = "0.6"
1717

1818
[dependencies.ruma-identifiers]
1919
branch = "synapse-workarounds"

0 commit comments

Comments
 (0)