Skip to content

Commit 119fdf4

Browse files
Bump clap from 4.5.54 to 4.5.56
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.54 to 4.5.56. - [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.54...clap_complete-v4.5.56) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.56 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f307d0a commit 119fdf4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = { version = "1.0.219", default-features = false, features = ["derive"] }
2121
serde_json = "1.0"
2222
env_logger = { version="0.11.6", default-features = false, features = ["humantime", "auto-color"] }
2323
log = "0.4.29"
24-
clap = { version = "4.5.54", default-features = false, features = ["std", "help", "derive"] }
24+
clap = { version = "4.5.56", default-features = false, features = ["std", "help", "derive"] }
2525
minreq = { version = "2.14.1", default-features = false, features= ["json-using-serde", "https-rustls"] }
2626
base64 = { version = "0.22", default-features = false, features = ["alloc", "std"] }
2727
dirs = "6.0"

0 commit comments

Comments
 (0)