Skip to content

Commit 6c53353

Browse files
chore(deps): bump clap from 4.5.1 to 4.5.2 (#11)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.2. - [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.1...v4.5.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce8a240 commit 6c53353

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.

markdown-reader/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
clap = { version = "4.5.1", features = ["derive"] }
16+
clap = { version = "4.5.2", features = ["derive"] }
1717
color-eyre = "0.6.2"
1818
crossterm = "0.27.0"
1919
itertools = "0.12.1"

0 commit comments

Comments
 (0)