Skip to content

Commit 2cde70a

Browse files
chore(deps): bump the cargo-dependencies group with 2 updates (#42)
Bumps the cargo-dependencies group with 2 updates: [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) and [clap](https://github.com/clap-rs/clap). Updates `pulldown-cmark` from 0.12.0 to 0.12.1 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.12.0...v0.12.1) Updates `clap` from 4.5.16 to 4.5.17 - [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.16...clap_complete-v4.5.17) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6378a8c commit 2cde70a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markdown-reader/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.16", features = ["derive"] }
16+
clap = { version = "4.5.17", features = ["derive"] }
1717
color-eyre = "0.6.3"
1818
itertools = "0.13.0"
1919
ratatui = { version = "0.28.1", features = ["unstable-widget-ref"] }

tui-markdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ keywords = ["cli", "markdown", "ratatui", "terminal", "tui"]
1414

1515
[dependencies]
1616
itertools = "0.13.0"
17-
pulldown-cmark = "0.12.0"
17+
pulldown-cmark = "0.12.1"
1818
ratatui = "0.28.1"
1919
tracing = "0.1.40"

0 commit comments

Comments
 (0)