From b830c63c92fff396cefef799a5b02254671a6997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:18:44 +0000 Subject: [PATCH] chore(deps): bump clap from 2.34.0 to 4.6.0 in /dev-bins Bumps [clap](https://github.com/clap-rs/clap) from 2.34.0 to 4.6.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v2.34.0...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- dev-bins/Cargo.lock | 8 ++++---- dev-bins/Cargo.toml | 2 +- svm-test-harness/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f41764b5816..360675cf2c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -233,7 +233,7 @@ caps = "0.5.6" cfg-if = "1.0.4" chrono = { version = "0.4.44", default-features = false } chrono-humanize = "0.2.3" -clap = { version = "2.33.1", default-features = false, features = ["suggestions"] } +clap = { version = "4.6.0", default-features = false, features = ["suggestions"] } console = "0.16.3" const_format = "0.2.35" core_affinity = "0.8.3" diff --git a/dev-bins/Cargo.lock b/dev-bins/Cargo.lock index fd4e82d21ca..a1a7cc68ac5 100644 --- a/dev-bins/Cargo.lock +++ b/dev-bins/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ "agave-snapshots", "assert_cmd", "chrono", - "clap 2.34.0", + "clap 4.6.0", "crossbeam-channel", "csv", "dashmap", @@ -315,7 +315,7 @@ name = "agave-store-tool" version = "4.1.0-alpha.0" dependencies = [ "ahash 0.8.12", - "clap 2.34.0", + "clap 4.6.0", "rayon", "solana-account 4.2.0", "solana-accounts-db", @@ -6367,7 +6367,7 @@ dependencies = [ "agave-feature-set", "agave-logger", "chrono", - "clap 2.34.0", + "clap 4.6.0", "crossbeam-channel", "csv", "log", @@ -7273,7 +7273,7 @@ dependencies = [ "agave-snapshots", "base64 0.22.1", "bincode", - "clap 2.34.0", + "clap 4.6.0", "itertools 0.14.0", "serde", "serde_json", diff --git a/dev-bins/Cargo.toml b/dev-bins/Cargo.toml index 686813f6f72..790e7807ea5 100644 --- a/dev-bins/Cargo.toml +++ b/dev-bins/Cargo.toml @@ -59,7 +59,7 @@ ahash = "0.8.11" assert_cmd = "2.2.0" bincode = "1.3.3" chrono = { version = "0.4.42", default-features = false } -clap = { version = "2.33.1", default-features = false, features = ["suggestions"] } +clap = { version = "4.6.0", default-features = false, features = ["suggestions"] } crossbeam-channel = "0.5.15" csv = "1.4.0" dashmap = "5.5.3" diff --git a/svm-test-harness/Cargo.toml b/svm-test-harness/Cargo.toml index 02ec56401cd..154968667b4 100644 --- a/svm-test-harness/Cargo.toml +++ b/svm-test-harness/Cargo.toml @@ -28,7 +28,7 @@ fuzz = [ ] [dependencies] -clap = { version = "4.5.2", features = ["derive"], optional = true } +clap = { version = "4.6.0", features = ["derive"], optional = true } prost = { workspace = true, optional = true } solana-svm-test-harness-fixture = { workspace = true } solana-svm-test-harness-instr = { workspace = true }