Skip to content

Commit

Permalink
bump version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Sep 22, 2024
1 parent 7e17771 commit c2f866d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curve25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit c2f866d

Please sign in to comment.