Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ab75089

Browse files
authored
deps: Bump solana-curve25519 to 2.0.3 for consistency (#7196)
* deps: Bump curve25519 to 2.0.3 for consistency * Add more crates to update-solana-dependencies.sh
1 parent 13dda8f commit ab75089

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

token/confidential-transfer/ciphertext-arithmetic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
[dependencies]
1111
base64 = "0.22.1"
1212
bytemuck = "1.17.0"
13-
solana-curve25519 = "2.0.0"
13+
solana-curve25519 = "2.0.3"
1414
solana-zk-sdk = "2.0.3"
1515

1616
[dev-dependencies]

token/confidential-transfer/proof-extraction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99

1010
[dependencies]
1111
bytemuck = "1.17.0"
12-
solana-curve25519 = "2.0.0"
12+
solana-curve25519 = "2.0.3"
1313
solana-zk-sdk = "2.0.3"
1414
thiserror = "1.0.63"
1515

update-solana-dependencies.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ crates=(
3131
solana-cli-config
3232
solana-cli-output
3333
solana-client
34+
solana-compute-budget
3435
solana-connection-cache
3536
solana-core
37+
solana-curve25519
3638
solana-entry
3739
solana-faucet
3840
solana-frozen-abi
@@ -55,8 +57,10 @@ crates=(
5557
solana-compute-budget-program
5658
solana-config-program
5759
solana-stake-program
60+
solana-system-program
5861
solana-vote-program
5962
solana-zk-token-proof-program
63+
solana-zk-elgamal-proof-program
6064
solana-pubsub-client
6165
solana-quic-client
6266
solana-rayon-threadlimit

0 commit comments

Comments
 (0)