mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-05 20:30:54 +00:00
bump version pins
This commit is contained in:
parent
7e17771d12
commit
c2f866d891
1 changed files with 2 additions and 2 deletions
|
|
@ -59,9 +59,9 @@ zeroize = { version = "1", default-features = false, optional = true }
|
|||
[target.'cfg(curve25519_dalek_backend = "u32e_backend")'.dependencies]
|
||||
log = { version = "0.4"}
|
||||
engine25519-as = {git = "https://github.com/betrusted-io/engine25519-as.git", rev = "775e8406eb4aad08f05ae10619fcb4ca891ba0a6", default-features = false, features = []}
|
||||
utralib = {version = "0.1.24", default-features = false}
|
||||
utralib = {version = "0.1.25", default-features = false}
|
||||
zeroize = { version = "1", default-features = false }
|
||||
xous = "0.9.63"
|
||||
xous = "0.9.64"
|
||||
# for fallback when hardware is unavailable
|
||||
fiat-crypto = { version = "0.2.1", default-features = false}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue