Skip to content

Commit a478cad

Browse files
chore(deps): bump clap from 4.1.6 to 4.1.8
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.6 to 4.1.8. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.1.6...v4.1.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e75226 commit a478cad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ itertools = "^0.10.4"
5959
assert-cmp = "^0.2.1"
6060
zero-copy-pads = "^0.2.0"
6161
terminal_size = "^0.2.3"
62-
clap = { version = "^4.1.6", optional = true }
62+
clap = { version = "^4.1.8", optional = true }
6363
clap_complete = { version = "^4.1.3", optional = true }
6464
clap-utilities = { version = "^0.2.0", optional = true }
6565
serde = { version = "^1.0.152", optional = true }

0 commit comments

Comments
 (0)