Skip to content

Commit 9114c8f

Browse files
chore(deps): bump the cargo-dependencies group across 1 directory with 4 updates (#64)
Bumps the cargo-dependencies group with 4 updates in the / directory: [itertools](https://github.com/rust-itertools/itertools), [rstest](https://github.com/la10736/rstest), [insta](https://github.com/mitsuhiko/insta) and [clap](https://github.com/clap-rs/clap). Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) Updates `rstest` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.23.0...v0.24.0) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.41.1...1.42.0) Updates `clap` from 4.5.23 to 4.5.26 - [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.23...clap_complete-v4.5.26) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcd2b2b commit 9114c8f

File tree

3 files changed

+32
-75
lines changed

3 files changed

+32
-75
lines changed

Cargo.lock

+27-70
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,10 +13,10 @@ repository.workspace = true
1313
authors.workspace = true
1414

1515
[dependencies]
16-
clap = { version = "4.5.23", features = ["derive"] }
16+
clap = { version = "4.5.26", features = ["derive"] }
1717
color-eyre = "0.6.3"
1818
crossterm = "0.28.1"
19-
itertools = "0.13.0"
19+
itertools = "0.14.0"
2020
ratatui = { workspace = true, default-features = true, features = ["unstable-widget-ref"] }
2121
tracing = "0.1.41"
2222
tracing-error = "0.2.1"

tui-markdown/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ rustdoc-args = ["--cfg", "docsrs"]
2727
[dependencies]
2828
ansi-to-tui = { version = "7.0.0", optional = true }
2929
document-features = { version = "0.2.10", optional = true }
30-
itertools = "0.13.0"
30+
itertools = "0.14.0"
3131
pretty_assertions = "1.4.1"
3232
pulldown-cmark = "0.12.2"
3333
ratatui.workspace = true
34-
rstest = "0.23.0"
34+
rstest = "0.24.0"
3535
syntect = { version = "5.2.0", optional = true }
3636
tracing = "0.1.41"
3737

3838
[dev-dependencies]
3939
indoc = "2.0.5"
40-
insta = "1.41.1"
40+
insta = "1.42.0"
4141
tracing-subscriber = "0.3.19"

0 commit comments

Comments
 (0)