Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the cargo-dependencies group with 5 updates in the / directory:

Package From To
document-features 0.2.11 0.2.12
syntect 5.2.0 5.3.0
indoc 2.0.6 2.0.7
clap 4.5.47 4.5.50
time 0.3.43 0.3.44

Updates document-features from 0.2.11 to 0.2.12

Changelog

Sourced from document-features's changelog.

0.2.12 - 2025-10-24

  • Update litrs dependency to 1.0.0
Commits

Updates syntect from 5.2.0 to 5.3.0

Release notes

Sourced from syntect's releases.

v5.3.0

Improvements

  • Add HighlightLines::from_state() constructor #569

Fixes

  • Ignore UTF-8 BOM on syntax detection #530
  • Escape CSS class names #539
  • Avoid an infinite loop when a syntax definition continually pushes contexts without consuming any input #597
  • Return an error when a syntax definition contains an unescaped trailing backslash instead of panicking at runtime #548

Dependencies

  • Replace bitflags with a manual implementation #590
  • Update public-api to work with new lockfile versions #591
  • Update thiserror to v2 #594
  • Update fancy-regex to 0.16.2 #596
  • Bump rust_onig version to avoid build failures on newer GCC versions #584

Docs

  • Add various projects to the README showcase:
  • Deprecate syntect::parsing::SCOPE_REPO for removal #580

Other

  • Format with rustfmt #528
  • Bump nightly toolchain version to fix a test build failure #542
  • Remove unused import in yaml load test #531
  • Use BufWriter to improve unoptimized serialization perf #554
  • Commit Cargo.lock to avoid flaky CI issues #567
  • Switch from expect-test to insta #568 then later to public-api's snapshot-testing support #595
  • Speed up unittest runtime #577 #598
  • Fix new clippy lints #585
  • Use cargo-hack to check many different features in CI #593
Changelog

Sourced from syntect's changelog.

Version 5.3.0

Improvements

  • Add HighlightLines::from_state() constructor #569

Fixes

  • Ignore UTF-8 BOM on syntax detection #530
  • Escape CSS class names #539
  • Avoid an infinite loop when a syntax definition continually pushes contexts without consuming any input #597
  • Return an error when a syntax definition contains an unescaped trailing backslash instead of panicking at runtime #548

Dependencies

  • Replace bitflags with a manual implementation #590
  • Update public-api to work with new lockfile versions #591
  • Update thiserror to v2 #594
  • Update fancy-regex to 0.16.2 #596
  • Bump rust_onig version to avoid build failures on newer GCC versions #584

Docs

  • Add various projects to the README showcase:
  • Deprecate syntect::parsing::SCOPE_REPO for removal #580

Other

  • Format with rustfmt #528
  • Bump nightly toolchain version to fix a test build failure #542
  • Remove unused import in yaml load test #531
  • Use BufWriter to improve unoptimized serialization perf #554
  • Commit Cargo.lock to avoid flaky CI issues #567
  • Switch from expect-test to insta #568 then later to public-api's snapshot-testing support #595
  • Speed up unittest runtime #577 #598
  • Fix new clippy lints #585
  • Use cargo-hack to check many different features in CI #593

#528: trishume/syntect#528 #530: trishume/syntect#530 #531: trishume/syntect#531 #533: trishume/syntect#533 #534: trishume/syntect#534

... (truncated)

Commits
  • e467084 Update lock file for 5.3.0 release
  • f1ed46c Release 5.3.0
  • d683f91 Merge pull request #601 from CosmicHorrorDev/prep-5.3.0
  • ca7de0f Revert "Replace yaml-rust dependency with yaml-rust2"
  • 095a21f docs: Update installation docs to use cargo add
  • dd1b700 docs: Update the changelog for the 5.3.0 release
  • c0472fb Merge pull request #596 from CosmicHorrorDev/update-fancy-regex
  • f56d2b0 deps: Update fancy-regex to v0.16.2
  • a85dde9 Merge pull request #600 from praseodym/yaml-rust2
  • 498099e Replace yaml-rust dependency with yaml-rust2
  • Additional commits viewable in compare view

Updates indoc from 2.0.6 to 2.0.7

Release notes

Sourced from indoc's releases.

2.0.7

  • Support C-string literals indoc! {c"..."}, indoc! {cr"..."} (#67)
Commits
  • 8d78216 Release 2.0.7
  • 23472ff Merge pull request #67 from dtolnay/cstring
  • 8d05562 Hide C-string tests from old toolchain versions
  • 7c92efb Recognize C-string literals
  • fe39de4 Generalize Error constructors
  • 27e0151 Add C-string tests
  • 57f6fbb Sort tests
  • 170a079 Raise minimum tested compiler to rust 1.76
  • 2f6ef04 Opt in to generate-macro-expansion when building on docs.rs
  • ce1bed4 Update ui test suite to nightly-2025-09-12
  • Additional commits viewable in compare view

Updates clap from 4.5.47 to 4.5.50

Release notes

Sourced from clap's releases.

v4.5.50

[4.5.50] - 2025-10-20

Features

  • Accept Cow where String and &str are accepted

v4.5.48

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Changelog

Sourced from clap's changelog.

[4.5.50] - 2025-10-20

Features

  • Accept Cow where String and &str are accepted

[4.5.49] - 2025-10-13

Fixes

  • (help) Correctly wrap when ANSI escape codes are present

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Commits
  • d8acd47 chore: Release
  • 7c2b8d9 docs: Update changelog
  • e69a2ea Merge pull request #5987 from mernen/fix-bash-comp-words-loop
  • e03cc2e Merge pull request #5988 from cordx56/fix-builder-custom-version-docs
  • 5ab2579 fix: Minor fix for builder docs about version
  • 2f66432 fix(complete): Only parse arguments before current
  • 4d9d210 test(complete): Illustrate current behavior in Bash
  • 6abe2f8 chore: Release
  • d5c7454 docs: Update changelog
  • 5b2e960 Merge pull request #5985 from mernen/bash-cur
  • Additional commits viewable in compare view

Updates time from 0.3.43 to 0.3.44

Release notes

Sourced from time's releases.

v0.3.44

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.44 [2025-09-19]

Fixed

  • Comparisons of PrimitiveDateTime, UtcDateTime, and OffsetDateTime with differing signs (i.e. one negative and one positive year) would return the inverse result of what was expected. This was introduced in v0.3.42 and has been fixed.
  • Type inference would fail due to feature unification when wasm-bindgen enabled serde_json. This has been fixed by explicitly specifying the type in the relevant locations.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 5 updates

Bumps the cargo-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [document-features](https://github.com/slint-ui/document-features) | `0.2.11` | `0.2.12` |
| [syntect](https://github.com/trishume/syntect) | `5.2.0` | `5.3.0` |
| [indoc](https://github.com/dtolnay/indoc) | `2.0.6` | `2.0.7` |
| [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.50` |
| [time](https://github.com/time-rs/time) | `0.3.43` | `0.3.44` |



Updates `document-features` from 0.2.11 to 0.2.12
- [Changelog](https://github.com/slint-ui/document-features/blob/master/CHANGELOG.md)
- [Commits](slint-ui/document-features@v0.2.11...v0.2.12)

Updates `syntect` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/trishume/syntect/releases)
- [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md)
- [Commits](trishume/syntect@v5.2.0...v5.3.0)

Updates `indoc` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.6...2.0.7)

Updates `clap` from 4.5.47 to 4.5.50
- [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.47...clap_complete-v4.5.50)

Updates `time` from 0.3.43 to 0.3.44
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.43...v0.3.44)

---
updated-dependencies:
- dependency-name: document-features
  dependency-version: 0.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: syntect
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: indoc
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-version: 4.5.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: time
  dependency-version: 0.3.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 27, 2025
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.67%. Comparing base (47cfb47) to head (4c820d1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage   37.67%   37.67%           
=======================================
  Files           5        5           
  Lines         430      430           
=======================================
  Hits          162      162           
  Misses        268      268           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joshka joshka merged commit ebf8336 into main Nov 2, 2025
11 checks passed
@joshka joshka deleted the dependabot/cargo/cargo-dependencies-194e31cccd branch November 2, 2025 22:39
@github-actions github-actions bot mentioned this pull request Sep 28, 2025
joshka pushed a commit that referenced this pull request Nov 3, 2025
## 🤖 New release

* `tui-markdown`: 0.3.5 -> 0.3.6 (✓ API compatible changes)
* `markdown-reader`: 0.1.25 -> 0.1.26

<details><summary><i><b>Changelog</b></i></summary><p>

## `tui-markdown`

<blockquote>

##
[0.3.6](tui-markdown-v0.3.5...tui-markdown-v0.3.6)
- 2025-11-03

### Added

- Implement task list support
([#99](#99))

### Other

- *(deps)* bump the cargo-dependencies group across 1 directory with 5
updates ([#97](#97))
- *(deps)* bump the cargo-dependencies group across 1 directory with 4
updates ([#94](#94))
- *(deps)* bump the cargo-dependencies group across 1 directory with 2
updates ([#91](#91))
</blockquote>

## `markdown-reader`

<blockquote>

##
[0.1.26](markdown-reader-v0.1.25...markdown-reader-v0.1.26)
- 2025-11-03

### Added

- Implement task list support
([#99](#99))

### Other

- *(deps)* bump the cargo-dependencies group across 1 directory with 5
updates ([#97](#97))
- *(deps)* bump the cargo-dependencies group across 1 directory with 4
updates ([#94](#94))
- *(deps)* bump the cargo-dependencies group across 1 directory with 2
updates ([#91](#91))
- *(deps)* bump the cargo-dependencies group across 1 directory with 2
updates ([#86](#86))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants