Merge pull request #2252 from aarroyoc/bump-versions

Update ring and bump versions in Cargo.lock
This commit is contained in:
Mark Thom
2023-12-29 13:10:19 -07:00
committed by GitHub
2 changed files with 318 additions and 322 deletions

633
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -71,6 +71,7 @@ bytes = "1"
dashu = "0.4.0"
num-order = { version = "1.2.0" }
rand = "0.8.5"
ring = { version = "0.17.5", features = ["wasm32_unknown_unknown_js"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
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"] }
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]
assert_cmd = "1.0.3"
predicates-core = "1.0.2"