Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
deps: Bump solana-curve25519 to 2.0.3 for consistency (#7196)
Browse files Browse the repository at this point in the history
* deps: Bump curve25519 to 2.0.3 for consistency

* Add more crates to update-solana-dependencies.sh
  • Loading branch information
joncinque authored Aug 26, 2024
1 parent 13dda8f commit ab75089
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
base64 = "0.22.1"
bytemuck = "1.17.0"
solana-curve25519 = "2.0.0"
solana-curve25519 = "2.0.3"
solana-zk-sdk = "2.0.3"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-extraction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
bytemuck = "1.17.0"
solana-curve25519 = "2.0.0"
solana-curve25519 = "2.0.3"
solana-zk-sdk = "2.0.3"
thiserror = "1.0.63"

Expand Down
4 changes: 4 additions & 0 deletions update-solana-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ crates=(
solana-cli-config
solana-cli-output
solana-client
solana-compute-budget
solana-connection-cache
solana-core
solana-curve25519
solana-entry
solana-faucet
solana-frozen-abi
Expand All @@ -55,8 +57,10 @@ crates=(
solana-compute-budget-program
solana-config-program
solana-stake-program
solana-system-program
solana-vote-program
solana-zk-token-proof-program
solana-zk-elgamal-proof-program
solana-pubsub-client
solana-quic-client
solana-rayon-threadlimit
Expand Down

0 comments on commit ab75089

Please sign in to comment.