Skip to content

Commit deaf2de

Browse files
chore(deps): bump the cargo-dependencies group with 2 updates (#36)
Bumps the cargo-dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [crossterm](https://github.com/crossterm-rs/crossterm). Updates `clap` from 4.5.11 to 4.5.13 - [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.11...v4.5.13) Updates `crossterm` from 0.27.0 to 0.28.1 - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f16a7db commit deaf2de

File tree

2 files changed

+79
-14
lines changed

2 files changed

+79
-14
lines changed

Cargo.lock

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

markdown-reader/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ 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.11", features = ["derive"] }
16+
clap = { version = "4.5.13", features = ["derive"] }
1717
color-eyre = "0.6.3"
18-
crossterm = "0.27.0"
18+
crossterm = "0.28.1"
1919
itertools = "0.13.0"
2020
ratatui = { version = "0.27.0", features = ["unstable-widget-ref"] }
2121
tracing = "0.1.40"

0 commit comments

Comments
 (0)