Skip to content

Commit

Permalink
Fixup: zeroize: Allow versions newer than 1.3 for curve25519-dalek (s…
Browse files Browse the repository at this point in the history
…olana-labs#33930)

Fixes

    commit a099c7a
    Author: Illia Bobyr <[email protected]>
    Date:   Mon Oct 23 12:19:59 2023 -0700

    zeroize: Allow versions newer than 1.3 for `curve25519-dalek` (solana-labs#33516)

Use correct commit hash from `solana-labs/curve25519-dalek.git`.
  • Loading branch information
ilya-bobyr authored Oct 31, 2023
1 parent cdc2841 commit 3049199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -516,14 +516,14 @@ rev = "6105d7a5591aefa646a95d12b5e8d3f55a9214ef"
#
# https://github.com/dalek-cryptography/curve25519-dalek/commit/29e5c29b0e5c6821e4586af58b0d0891dd2ec639
#
# Comparison with `c14774464c4d38de553c6ef2f48a10982c1b4801`:
# Comparison with `b500cdc2a920cd5bff9e2dd974d7b97349d61464`:
#
# https://github.com/dalek-cryptography/curve25519-dalek/compare/3.2.1...solana-labs:curve25519-dalek:c14774464c4d38de553c6ef2f48a10982c1b4801
# https://github.com/dalek-cryptography/curve25519-dalek/compare/3.2.1...solana-labs:curve25519-dalek:b500cdc2a920cd5bff9e2dd974d7b97349d61464
#
# Or, using the branch name instead of the hash:
#
# https://github.com/dalek-cryptography/curve25519-dalek/compare/3.2.1...solana-labs:curve25519-dalek:3.2.1-unpin-zeroize
#
[patch.crates-io.curve25519-dalek]
git = "https://github.com/solana-labs/curve25519-dalek.git"
rev = "c14774464c4d38de553c6ef2f48a10982c1b4801"
rev = "b500cdc2a920cd5bff9e2dd974d7b97349d61464"

0 comments on commit 3049199

Please sign in to comment.