From 170f647eab16a593032ce000e41cfc0a6f7c2178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:52:55 +0000 Subject: [PATCH] Bump solana-pubkey from 2.4.0 to 3.0.0 Bumps [solana-pubkey](https://github.com/anza-xyz/solana-sdk) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/pubkey@v2.4.0...sdk@v3.0.0) --- updated-dependencies: - dependency-name: solana-pubkey dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- clients/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ff59bf..a381138 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2554,7 +2554,7 @@ dependencies = [ "solana-cpi 2.2.1", "solana-instruction 2.3.0", "solana-program-error 2.2.2", - "solana-pubkey 2.4.0", + "solana-pubkey 3.0.0", "thiserror 2.0.17", ] diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 36c618e..89e0cef 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -20,7 +20,7 @@ solana-account-info = "^2" solana-cpi = "^2" solana-instruction = "^2" solana-program-error = "^2" -solana-pubkey = "^2" +solana-pubkey = "^3" thiserror = "^2.0" [dev-dependencies]