Skip to content

Commit daa6242

Browse files
Bump clap from 4.5.20 to 4.5.31
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.31. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.20...v4.5.31) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f30b8fd commit daa6242

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

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

src/idl2json_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ path = "src/main.rs"
2222
anyhow = "1"
2323
candid = { workspace = true }
2424
candid_parser = { workspace = true }
25-
clap = { version = "4.5.20", features = [ "derive" ] }
25+
clap = { version = "4.5.31", features = [ "derive" ] }
2626
fn-error-context = "0.2.1"
2727
idl2json = { path = "../idl2json", version = "0.10.1", features = ["clap", "crypto"] }
2828
serde_json = "^1.0"

src/yaml2candid_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
66

77
[dependencies]
8-
clap = { version = "4.5.20", features = [ "derive" ] }
8+
clap = { version = "4.5.31", features = [ "derive" ] }
99
yaml2candid = { path = "../yaml2candid", version = "0.10.1" }
1010

1111
[build-dependencies]

0 commit comments

Comments
 (0)