From 132e6fb964c16d403b2252905a31ab3c72419b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:15:31 +0000 Subject: [PATCH] chore(deps): bump solana-cli-config from 2.3.8 to 2.3.12 Bumps [solana-cli-config](https://github.com/anza-xyz/agave) from 2.3.8 to 2.3.12. - [Release notes](https://github.com/anza-xyz/agave/releases) - [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md) - [Commits](https://github.com/anza-xyz/agave/compare/v2.3.8...v2.3.12) --- updated-dependencies: - dependency-name: solana-cli-config dependency-version: 2.3.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbf09ef..82875b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7548,9 +7548,9 @@ dependencies = [ [[package]] name = "solana-clap-utils" -version = "2.3.8" +version = "2.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e2fe66b1c965d0623046253ee4eb96356ede1e1caf1527191c8599c721c51d1" +checksum = "041cc2e459cd3796f52e7e4fc23ff59153ee111e71b177081d8e032c5fb214cd" dependencies = [ "chrono", "clap 2.34.0", @@ -7577,9 +7577,9 @@ dependencies = [ [[package]] name = "solana-cli-config" -version = "2.3.8" +version = "2.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48ea0c21e0bd209fdb5276efadd158cae47a69826db6e34acf851875e945443d" +checksum = "5c238fe3a3b3016181cbbc6da9d337a10d5cd2e97d5bd2098b95f4f1e79536cf" dependencies = [ "dirs-next", "serde", @@ -8442,9 +8442,9 @@ dependencies = [ [[package]] name = "solana-remote-wallet" -version = "2.3.8" +version = "2.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ce3c0d279796f7c590ea4ffd7bd66d49c79e2ba963fad0bbf3d72306af9633" +checksum = "2ce1a936359340d4bc784e6068d3e01ebcbb2efd953b1deddc0a7d5998e0608e" dependencies = [ "console", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index e2141d4..13b55d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ ruzstd = "0.8.1" # Solana & Agave solana-account = "2.2.1" solana-account-decoder-client-types = "2.3.8" -solana-cli-config = "2.2.1" +solana-cli-config = "2.3.12" solana-client = "2.3.7" solana-commitment-config = "2.2.1" solana-compute-budget-interface = "2.2.2"