Skip to content

Commit 8904127

Browse files
build(deps): bump solana-curve25519 from 2.3.4 to 3.0.7 (#815)
Bumps [solana-curve25519](https://github.com/anza-xyz/agave) from 2.3.4 to 3.0.7. - [Release notes](https://github.com/anza-xyz/agave/releases) - [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md) - [Commits](anza-xyz/agave@v2.3.4...v3.0.7) --- updated-dependencies: - dependency-name: solana-curve25519 dependency-version: 3.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb7bc7e commit 8904127

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

confidential/ciphertext-arithmetic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = { workspace = true }
1111
[dependencies]
1212
base64 = "0.22.1"
1313
bytemuck = "1.24.0"
14-
solana-curve25519 = "2.3.4"
14+
solana-curve25519 = "3.0.7"
1515
solana-zk-sdk = "4.0.0"
1616

1717
[dev-dependencies]

confidential/proof-extraction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = { workspace = true }
1111
[dependencies]
1212
bytemuck = "1.24.0"
1313
solana-account-info = "3.0.0"
14-
solana-curve25519 = "2.3.4"
14+
solana-curve25519 = "3.0.7"
1515
solana-instruction = "3.0.0"
1616
solana-instructions-sysvar = "3.0.0"
1717
solana-msg = "3.0.0"

0 commit comments

Comments
 (0)