Skip to content

Commit 0f028d4

Browse files
build(deps): bump clap from 4.5.18 to 4.5.19 (#109)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.18 to 4.5.19. - [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.18...clap_complete-v4.5.19) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9162283 commit 0f028d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
anyhow = "1.0.89"
9-
clap = { version = "4.5.18", features = ["derive"] }
9+
clap = { version = "4.5.19", features = ["derive"] }
1010
dotenv = "0.15.0"
1111
sdk = { path = "../sdk" }
1212
serde_json = "1.0.128"

0 commit comments

Comments
 (0)