Skip to content

Commit 2147bf1

Browse files
chore(deps): bump the cargo-dependencies group with 3 updates
Bumps the cargo-dependencies group with 3 updates: [itertools](https://github.com/rust-itertools/itertools), [rstest](https://github.com/la10736/rstest) and [insta](https://github.com/mitsuhiko/insta). 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) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dcd2b2b commit 2147bf1

File tree

3 files changed

+25
-68
lines changed

3 files changed

+25
-68
lines changed

Cargo.lock

+21-64
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
@@ -16,7 +16,7 @@ authors.workspace = true
1616
clap = { version = "4.5.23", 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)