Skip to content

Commit

Permalink
chore(deps): bump the cargo-dependencies group across 1 directory wit…
Browse files Browse the repository at this point in the history
…h 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>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent dcd2b2b commit 9114c8f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 75 deletions.
97 changes: 27 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions markdown-reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ repository.workspace = true
authors.workspace = true

[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.26", features = ["derive"] }
color-eyre = "0.6.3"
crossterm = "0.28.1"
itertools = "0.13.0"
itertools = "0.14.0"
ratatui = { workspace = true, default-features = true, features = ["unstable-widget-ref"] }
tracing = "0.1.41"
tracing-error = "0.2.1"
Expand Down
6 changes: 3 additions & 3 deletions tui-markdown/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
ansi-to-tui = { version = "7.0.0", optional = true }
document-features = { version = "0.2.10", optional = true }
itertools = "0.13.0"
itertools = "0.14.0"
pretty_assertions = "1.4.1"
pulldown-cmark = "0.12.2"
ratatui.workspace = true
rstest = "0.23.0"
rstest = "0.24.0"
syntect = { version = "5.2.0", optional = true }
tracing = "0.1.41"

[dev-dependencies]
indoc = "2.0.5"
insta = "1.41.1"
insta = "1.42.0"
tracing-subscriber = "0.3.19"

0 comments on commit 9114c8f

Please sign in to comment.