Skip to content

Commit

Permalink
attempt to loosen x25519 dep to 1.1
Browse files Browse the repository at this point in the history
Signed-off-by: George Mulhearn <[email protected]>
  • Loading branch information
gmulhearn-anonyome committed Sep 7, 2023
1 parent b3a97bc commit b0d05b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indy-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
sha2 = { version = "0.10", optional = true }
thiserror = "1.0"
x25519-dalek = { version = "=1.2", default-features = false, features = [
x25519-dalek = { version = "1.1", default-features = false, features = [
"u64_backend",
], optional = true }
zeroize = { version = "1.3" }
Expand Down

0 comments on commit b0d05b2

Please sign in to comment.