Skip to content

Commit 40aeb29

Browse files
Bump clap from 4.5.34 to 4.5.35 (#1228)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.34 to 4.5.35. - [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.34...clap_complete-v4.5.35) --- 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 54e5383 commit 40aeb29

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ anyhow = { version = "1", features = ["backtrace"] }
1010
async-trait = "0.1.88"
1111
base64 = "0.22.1"
1212
chrono = { version = "0.4", default-features = false, features = ["serde"] }
13-
clap = { version = "4.5.34", features = ["cargo", "derive", "env", "unicode", "help", "wrap_help"] }
13+
clap = { version = "4.5.35", features = ["cargo", "derive", "env", "unicode", "help", "wrap_help"] }
1414
clap_complete = { version = "4.5.47" }
1515
cli-macro = { path = "cli-macro" }
1616
colored_json = "4.1"

0 commit comments

Comments
 (0)