Skip to content

Commit a3bb504

Browse files
build(deps): bump clap from 3.2.25 to 4.5.43
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.25 to 4.5.43. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v3.2.25...clap_complete-v4.5.43) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.43 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1133808 commit a3bb504

2 files changed

Lines changed: 178 additions & 4 deletions

File tree

Cargo.lock

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

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = { workspace = true }
1010
edition = { workspace = true }
1111

1212
[dependencies]
13-
clap = { version = "3", features = ["cargo"] }
13+
clap = { version = "4", features = ["cargo"] }
1414
futures-util = "0.3.31"
1515
solana-clap-v3-utils = "2.3.4"
1616
solana-cli-config = "2.3.4"

0 commit comments

Comments
 (0)