Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 8986fe6

Browse files
chore(deps): bump clap from 4.5.4 to 4.5.60
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.60. - [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.4...clap_complete-v4.5.60) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2986aae commit 8986fe6

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 11 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
@@ -26,7 +26,7 @@ pkg-fmt = "tgz"
2626
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros", "sync"] }
2727
reqwest = { version = "0.12.4", features = ["json"], optional = true }
2828
serde = { version = "1.0.198", features = ["derive"], optional = true }
29-
clap = { version = "4.5.4", optional = true, features = ["derive"] }
29+
clap = { version = "4.5.60", optional = true, features = ["derive"] }
3030
serde_urlencoded = { version = "0.7.1", optional = true }
3131
serde_json = { version = "1.0.116", optional = true }
3232
base64 = { version = "0.22.0", optional = true }

0 commit comments

Comments
 (0)