Update ring and bump versions in Cargo.lock
This commit is contained in:
633
Cargo.lock
generated
633
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -71,6 +71,7 @@ bytes = "1"
|
|||||||
dashu = "0.4.0"
|
dashu = "0.4.0"
|
||||||
num-order = { version = "1.2.0" }
|
num-order = { version = "1.2.0" }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
ring = { version = "0.17.5", features = ["wasm32_unknown_unknown_js"] }
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
libffi = { version = "3.2.0", optional = true }
|
libffi = { version = "3.2.0", optional = true }
|
||||||
@@ -101,12 +102,6 @@ serde-wasm-bindgen = "0.5"
|
|||||||
web-sys = { version = "0.3", features = ["Document", "Window", "Element", "Performance"] }
|
web-sys = { version = "0.3", features = ["Document", "Window", "Element", "Performance"] }
|
||||||
js-sys = "0.3"
|
js-sys = "0.3"
|
||||||
|
|
||||||
[target.'cfg(target_os = "wasi")'.dependencies]
|
|
||||||
ring-wasi = { version = "0.16.25" }
|
|
||||||
|
|
||||||
[target.'cfg(not(target_os = "wasi"))'.dependencies]
|
|
||||||
ring = { version = "0.16.13" }
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_cmd = "1.0.3"
|
assert_cmd = "1.0.3"
|
||||||
predicates-core = "1.0.2"
|
predicates-core = "1.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user