Skip to content

Commit 9c8e348

Browse files
build(deps): bump solana-zk-sdk from 2.3.4 to 4.0.0
Bumps [solana-zk-sdk](https://github.com/solana-program/zk-elgamal-proof) from 2.3.4 to 4.0.0. - [Release notes](https://github.com/solana-program/zk-elgamal-proof/releases) - [Commits](https://github.com/solana-program/zk-elgamal-proof/commits/[email protected]) --- updated-dependencies: - dependency-name: solana-zk-sdk dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e889854 commit 9c8e348

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

confidential-transfer/elgamal-registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ solana-sdk-ids = "2.2.1"
2626
solana-security-txt = "1.1.1"
2727
solana-system-interface = { version = "1.0.0", features = ["bincode"] }
2828
solana-sysvar = { version = "2.3.0", features = ["bincode"] }
29-
solana-zk-sdk = "2.3.4"
29+
solana-zk-sdk = "4.0.0"
3030
spl-pod = "0.5.1"
3131
spl-token-confidential-transfer-proof-extraction = { version = "0.4.1" }
3232

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ solana-sdk-ids = "2.2.1"
4040
solana-security-txt = "1.1.1"
4141
solana-sysvar = "2.3.0"
4242
solana-system-interface = "1.0.0"
43-
solana-zk-sdk = "2.3.4"
43+
solana-zk-sdk = "4.0.0"
4444
spl-elgamal-registry = { version = "0.3.0", path = "../confidential-transfer/elgamal-registry", features = ["no-entrypoint"] }
4545
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
4646
spl-token-2022-interface = { version = "1.0" }

0 commit comments

Comments
 (0)