@@ -86,7 +86,7 @@ ecdsa_secp256k1 = ["amcl", "arrayref", "failure", "hex", "rand", "rand_chacha",
86
86
ecdsa_secp256k1_native = [" arrayref" , " failure" , " hex" , " log" , " rand" , " secp256k1" , " rand_chacha" , " sha2/std" , " zeroize" ]
87
87
ecdsa_secp256k1_asm = [" arrayref" , " failure" , " hex" , " log" , " rand" , " secp256k1" , " rand_chacha" , " sha2/asm" , " zeroize" ]
88
88
ed25519 = [" arrayref" , " ed25519-dalek/std" , " ed25519-dalek/u64_backend" , " hex" , " rand" , " rand_chacha" , " sha2/std" , " zeroize" ]
89
- ed25519_asm = [" arrayref" , " ed25519-dalek/nightly" , " ed25519-dalek/avx2_backend " , " hex" , " rand" , " rand_chacha" , " sha2/asm" , " zeroize" ]
89
+ ed25519_asm = [" arrayref" , " ed25519-dalek/nightly" , " ed25519-dalek/simd_backend " , " hex" , " rand" , " rand_chacha" , " sha2/asm" , " zeroize" ]
90
90
encryption = [" aescbc" , " aesgcm" , " chacha20poly1305" ]
91
91
encryption_asm = [" aescbc_native" , " aesgcm_native" , " chacha20poly1305_native" ]
92
92
ffi = [" failure" , " ffi-support" , " logger" , " serde" , " serde_json" , " time" ]
@@ -118,25 +118,25 @@ block-padding = { version = "0.1", optional = true }
118
118
clear_on_drop = { version = " 0.2.3" , optional = true }
119
119
console_error_panic_hook = { version = " 0.1.5" , optional = true }
120
120
curve25519-dalek = { version = " =1.2.3" , default-features = false , optional = true }
121
- ed25519-dalek = { version = " =1.0.0-pre.2 " , default-features = false , optional = true }
121
+ ed25519-dalek = { version = " =1.0.0-pre.3 " , default-features = false , optional = true }
122
122
env_logger = { version = " 0.7.0" , optional = true }
123
123
failure = { version = " 0.1.6" , optional = true }
124
124
ffi-support = { version = " 0.4" , optional = true }
125
- glass_pumpkin = { version = " 0.3 " , optional = true }
125
+ glass_pumpkin = { version = " 0.4 " , optional = true }
126
126
hex = { version = " 0.4.0" , optional = true }
127
127
hmac = { version = " 0.7" , optional = true }
128
128
int_traits = { version = " 0.1.1" , optional = true }
129
129
js-sys = { version = " 0.3.13" , optional = true }
130
130
lazy_static = { version = " 1.4" , optional = true }
131
131
libsodium-ffi = { version = " 0.2.2" , optional = true }
132
132
log = { version = " 0.4.8" , optional = true }
133
- num-bigint = { version = " 0.2 " , features = [" rand" ], optional = true }
134
- num-integer = { version = " 0.1" , optional = true }
135
- num-traits = { version = " 0.2" , optional = true }
133
+ num-bigint = { version = " 0.3.0 " , features = [" rand" ], optional = true }
134
+ num-integer = { version = " = 0.1.42 " , optional = true }
135
+ num-traits = { version = " = 0.2.11 " , optional = true }
136
136
openssl = { version = " 0.10" , optional = true }
137
137
# TODO: Find out if the wasm-bindgen feature can be made dependent on our own wasm feature
138
- rand = { version = " =0.6.5 " , features = [" wasm-bindgen" ], optional = true }
139
- rand_chacha = { version = " =0.1.1 " , optional = true }
138
+ rand = { version = " =0.7 " , features = [" wasm-bindgen" ], optional = true }
139
+ rand_chacha = { version = " =0.2.0 " , optional = true }
140
140
rustchacha20poly1305 = { version = " 0.5.0" , package = " chacha20poly1305" , optional = true }
141
141
rustlibsecp256k1 = { version = " 0.3" , package = " libsecp256k1" , optional = true }
142
142
secp256k1 = { version = " 0.17" , optional = true , features = [" rand" , " serde" ]}
@@ -147,7 +147,7 @@ sha3 = { version = "0.8", optional = true }
147
147
subtle = { version = " 2.2.1" , optional = true }
148
148
time = { version = " 0.1" , optional = true }
149
149
wasm-bindgen = { version = " 0.2" , optional = true , features = [" serde-serialize" ] }
150
- x25519-dalek = { version = " =0.5.2 " , optional = true , default-features = false }
150
+ x25519-dalek = { version = " =0.6.0 " , optional = true , default-features = false }
151
151
zeroize = { version = " 1.1" , features = [" zeroize_derive" ], optional = true }
152
152
153
153
[dev-dependencies ]
0 commit comments