mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-30 02:01:35 +00:00
Update ring to 0.13 (#674)
This commit is contained in:
committed by
Pierre Krieger
parent
1e7fcc6d61
commit
f55a8bc2f3
@ -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 }
|
||||||
|
Reference in New Issue
Block a user