Skip to content

Commit ea68bdb

Browse files
build(deps): bump clap from 3.2.25 to 4.5.32 (#40)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.25 to 4.5.32. - [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.32) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5909f5b commit ea68bdb

File tree

2 files changed

+111
-35
lines changed

2 files changed

+111
-35
lines changed

Diff for: Cargo.lock

+110-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: clients/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99

1010
[dependencies]
1111
tokio = "1.44"
12-
clap = { version = "3.2.23", features = ["derive"] }
12+
clap = { version = "4.5.32", features = ["derive"] }
1313
console = "0.15.10"
1414
bincode = "1.3.1"
1515
bytemuck = "1.21.0"

0 commit comments

Comments
 (0)