Skip to content

Commit 06117a0

Browse files
authored
updated libraries. fixed build on stable rust (#154)
1 parent 2c21b9d commit 06117a0

File tree

2 files changed

+46
-128
lines changed

2 files changed

+46
-128
lines changed

rust/Cargo.lock

Lines changed: 37 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ exclude = [
1515
crate-type = ["cdylib", "rlib"]
1616

1717
[dependencies]
18-
cryptoxide = "0.2.0"
18+
cryptoxide = "0.3.2"
1919
cbor_event = "2.1.3"
20-
curve25519-dalek = "1"
21-
ed25519-dalek = "1.0.0-pre.1"
22-
ed25519-bip32 = "0.3.1"
23-
sha2 = "^0.8"
24-
digest = "^0.8"
20+
curve25519-dalek = "3.1.0"
21+
ed25519-dalek = "1.0.1"
22+
ed25519-bip32 = "0.3.2"
23+
sha2 = "^0.9"
24+
digest = "^0.9"
2525
bech32 = "0.7.2"
2626
hex = "0.4.0"
27-
cfg-if = "0.1"
27+
cfg-if = "1"
2828
linked-hash-map = "0.5.3"
2929
serde_json = "1.0.57"
3030
# The default can't be compiled to wasm, so it's necessary to use either the 'nightly'
@@ -38,9 +38,9 @@ noop_proc_macro = "0.3.0"
3838

3939
# wasm
4040
[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
41-
wasm-bindgen = "=0.2.65"
41+
wasm-bindgen = "=0.2.74"
4242
rand_os = { version = "0.1", features = ["wasm-bindgen"] }
43-
js-sys = "=0.3.24"
43+
js-sys = "=0.3.51"
4444

4545
[profile.release]
4646
# Tell `rustc` to optimize for small code size.

0 commit comments

Comments
 (0)