Skip to content

Commit 7ca8ccf

Browse files
Bump clap from 3.2.21 to 4.0.26
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.21 to 4.0.26. - [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.21...v4.0.26) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95c6c3a commit 7ca8ccf

File tree

2 files changed

+49
-12
lines changed

2 files changed

+49
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
itertools = "0.10.5"
1010
thiserror = "1.0.38"
11-
clap = { version = "3.2.21", features = ["derive"] }
11+
clap = { version = "4.0.26", features = ["derive"] }
1212

1313
move-core-types = { git = "https://github.com/move-language/move", rev = "3b69b861372625e0247948bdc18254d2214528cc" }
1414
move-compiler = { git = "https://github.com/move-language/move", rev = "3b69b861372625e0247948bdc18254d2214528cc" }

0 commit comments

Comments
 (0)