Skip to content

chore(deps): bump the deps group across 1 directory with 9 updates - #47

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/deps-b20fa22794
Open

chore(deps): bump the deps group across 1 directory with 9 updates#47
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/deps-b20fa22794

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the deps group with 9 updates in the / directory:

Package From To
async-trait 0.1.91 0.1.92
time 0.3.54 0.3.55
clap 4.6.4 4.6.6
thiserror 2.0.19 2.0.20
similar 3.1.1 3.2.0
tree-sitter 0.26.11 0.26.13
tree-sitter-highlight 0.26.11 0.26.13
tree-sitter-scala 0.26.0 0.26.2
uuid 1.24.0 1.25.0

Updates async-trait from 0.1.91 to 0.1.92

Release notes

Sourced from async-trait's releases.

0.1.92

  • Resolve double_must_use clippy lint in generated code (#303)
Commits

Updates time from 0.3.54 to 0.3.55

Release notes

Sourced from time's releases.

v0.3.55

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.55 [2026-08-01]

Fixed

  • Avoid underflow in DateIter::nth, ensuring correct behavior.
  • Avoid overflow when deserializing timestamps.
  • Handle out-of-bounds data when deserializing.
  • Don't assume that the format being deserialized was generated by the serializer; this previously led to some valid values being parsed incorrectly and others being rejected.
  • No longer silence errors when deserializing UtcOffset.
  • OffsetDateTime::from_unix_timestamp_nanos and UtcDateTime::from_unix_timestamp_nanos correctly return None for all out-of-range values, rather than unexpectedly panicking in some situations.
  • OffsetDateTime::checked_to_offset and UtcDateTime::checked_to_offset correctly return None for all out-of-range values, rather than unexpectedly panicking in some situations.
Commits
  • 857d9c4 v0.3.55 release
  • 2b72fcd Precise feature gating for macro
  • c1089eb Run check-targets, miri in parallel
  • f377fad Avoid range-validated ordinal => year in cascade
  • 2eacb0a Report miscellaneous tasks, overall status
  • 29621ac Speed up CI
  • 08de7ba Fix nano-timestamp validation
  • 3c3f046 Fix copy-paste error
  • 3c0c81c Cascade errors when deserializing UtcOffset
  • c21acd5 Handle more deserializations of SignedDuration
  • Additional commits viewable in compare view

Updates clap from 4.6.4 to 4.6.6

Release notes

Sourced from clap's releases.

v4.6.6

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage

v4.6.5

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args
Changelog

Sourced from clap's changelog.

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args
Commits
  • 348cff3 chore: Release
  • d478377 docs: Update changelog
  • 04b9fbb Merge pull request #6414 from koopatroopa787/fix-bash-completion-bracket-glob
  • 7075239 Merge pull request #6422 from BaumiCoder/fix-fish-indentations
  • f90a966 fix(complete): Use spaces for indentation in fish
  • dd4997b fix(complete): Don't glob-expand bash positionals
  • 8387c81 Merge pull request #6399 from clap-rs/renovate/crate-ci-typos-1.x
  • 8141e11 chore(deps): Update compatible (dev) (#6398)
  • 8a6bd4e chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0
  • 71a7213 chore(deps): Update Rust Stable to v1.96 (#6396)
  • Additional commits viewable in compare view

Updates thiserror from 2.0.19 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)
Commits

Updates similar from 3.1.1 to 3.2.0

Changelog

Sourced from similar's changelog.

3.2.0

  • Added structured, line-oriented three-way merging through TextMerge, with merge and diff3 conflict output, configurable labels and marker sizes, owned and borrowed inputs, byte output, and whitespace-insensitive comparison.
  • Added WhitespaceMode and TextDiffConfig::whitespace_mode for Git-style line comparisons that ignore changes in whitespace (-b) or all whitespace (-w).
  • Changed Algorithm::Myers to reduce unmatched/confusing records and use Git-style bounded, non-minimal splits on expensive searches, and added Algorithm::RawMyers for the previous shortest-edit-script behavior without output-changing heuristics.
  • Improved heuristics and performance for most algorithms other than LCS.
  • Improved large-input performance by avoiding quadratic Histogram scans.

3.1.2

  • Fixed Algorithm::Lcs deadline fallback emitting edits twice, which produced out-of-bounds DiffOp ranges and panics when consuming timed-out diffs. #97
  • Fixed Algorithm::Lcs reporting identical subranges with zero-based indices instead of preserving the supplied range offsets. #98
  • Fixed Algorithm::Lcs and Algorithm::Hunt emitting zero-length delete operations when both inputs are empty. #99
Commits
  • e380405 chore(release): prepare 3.2.0
  • 9133b3d ref: Update changelog
  • a56a53f feat(merge): add three-way text merging
  • 7130d06 docs(examples): demonstrate whitespace-insensitive diffs
  • a635843 feat(text): add whitespace-insensitive line diffs
  • 6301178 perf(myers): preserve sparse matches with record reduction
  • f16b309 perf(myers): add bounded heuristic search
  • accea7d chore(clippy): resolve lint warnings
  • 3a5162b perf(algorithms): fast-path nearly disjoint ranges
  • fc32411 feat(fuzzing): add isolated performance campaign runner
  • Additional commits viewable in compare view

Updates tree-sitter from 0.26.11 to 0.26.13

Release notes

Sourced from tree-sitter's releases.

v0.26.13

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.12...v0.26.13

v0.26.12

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.11...v0.26.12

Commits
  • d97971e release v0.26.13
  • d2436dc fix(rust): remove must_use attribute from Tree::changed_ranges
  • e323709 build(deps): bump wasmtime-c-api to v36.0.14
  • c7a65b6 fix(ci): run all workspace tests
  • 9d1f316 fix(parser): nest error children during recovery
  • f837fc9 fix(lib): accumulate error costs through hidden error nodes
  • 15adfa9 fix(generate): fold case-insensitive patterns at the AST leaves
  • 063f8f8 fix(query): correctly set a state's skipped_quantifier flag when a
  • 6320165 fix(query): correctly identify MISSING nodes in queries
  • 808e4b1 release v0.26.12
  • Additional commits viewable in compare view

Updates tree-sitter-highlight from 0.26.11 to 0.26.13

Release notes

Sourced from tree-sitter-highlight's releases.

v0.26.13

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.12...v0.26.13

v0.26.12

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.11...v0.26.12

Commits
  • d97971e release v0.26.13
  • d2436dc fix(rust): remove must_use attribute from Tree::changed_ranges
  • e323709 build(deps): bump wasmtime-c-api to v36.0.14
  • c7a65b6 fix(ci): run all workspace tests
  • 9d1f316 fix(parser): nest error children during recovery
  • f837fc9 fix(lib): accumulate error costs through hidden error nodes
  • 15adfa9 fix(generate): fold case-insensitive patterns at the AST leaves
  • 063f8f8 fix(query): correctly set a state's skipped_quantifier flag when a
  • 6320165 fix(query): correctly identify MISSING nodes in queries
  • 808e4b1 release v0.26.12
  • Additional commits viewable in compare view

Updates tree-sitter-scala from 0.26.0 to 0.26.2

Release notes

Sourced from tree-sitter-scala's releases.

v0.26.2

NOTE: Download tree-sitter-scala.tar.gz for the complete source code.

🐛 bug fixes

🚀 updates

... (truncated)

Commits
  • b931fcc Merge pull request #646 from eed3si9n/wip/bump-version
  • 5d942ea 0.26.2
  • 7b77c7f Merge pull request #645 from tree-sitter/generation
  • 33d361f chore: generate and sync from 001160cff69a43cf9f818a03d80a996b28c5535b
  • 001160c Merge pull request #644 from tree-sitter/pattern-type-arguments
  • f427873 fix: take the type arguments of an extractor pattern
  • 66acbe2 Merge pull request #643 from tree-sitter/generation
  • c733a9c chore: generate and sync from 71b02a68c57bd0e52535962f9167de8462b3c60b
  • 71b02a6 fix: skip strings and characters when the comma reads its line
  • da0bae5 Merge pull request #642 from tree-sitter/indent-in-parens
  • Additional commits viewable in compare view

Updates uuid from 1.24.0 to 1.25.0

Release notes

Sourced from uuid's releases.

1.25.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.1...1.25.0

v1.24.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.0...v1.24.1

Commits
  • 302e0bf Merge pull request #903 from uuid-rs/cargo/1.25.0
  • b7ccde8 prepare for 1.25.0 release
  • c62dffb Merge pull request #902 from ChrisJr404/serde-bytes-module
  • 8c198b2 Add a serde::bytes module that encodes as a byte string
  • 2ea38af Merge pull request #900 from uuid-rs/cargo/v1.24.1
  • 9dbeb04 prepare for 1.24.1 release
  • e113df8 Merge pull request #899 from questfever/main
  • b017765 Fix non-ASCII character handling in parse diagnostics
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/deps-b20fa22794 branch from 5037ad8 to a65a75d Compare August 27, 2026 10:52
Bumps the deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.91` | `0.1.92` |
| [time](https://github.com/time-rs/time) | `0.3.54` | `0.3.55` |
| [clap](https://github.com/clap-rs/clap) | `4.6.4` | `4.6.6` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.19` | `2.0.20` |
| [similar](https://github.com/mitsuhiko/similar) | `3.1.1` | `3.2.0` |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.26.11` | `0.26.13` |
| [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) | `0.26.11` | `0.26.13` |
| [tree-sitter-scala](https://github.com/tree-sitter/tree-sitter-scala) | `0.26.0` | `0.26.2` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.24.0` | `1.25.0` |



Updates `async-trait` from 0.1.91 to 0.1.92
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.91...0.1.92)

Updates `time` from 0.3.54 to 0.3.55
- [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.54...v0.3.55)

Updates `clap` from 4.6.4 to 4.6.6
- [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.6.4...clap_complete-v4.6.6)

Updates `thiserror` from 2.0.19 to 2.0.20
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.19...2.0.20)

Updates `similar` from 3.1.1 to 3.2.0
- [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar@3.1.1...3.2.0)

Updates `tree-sitter` from 0.26.11 to 0.26.13
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.26.11...v0.26.13)

Updates `tree-sitter-highlight` from 0.26.11 to 0.26.13
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.26.11...v0.26.13)

Updates `tree-sitter-scala` from 0.26.0 to 0.26.2
- [Release notes](https://github.com/tree-sitter/tree-sitter-scala/releases)
- [Commits](tree-sitter/tree-sitter-scala@v0.26.0...v0.26.2)

Updates `uuid` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.24.0...1.25.0)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-version: 0.1.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: clap
  dependency-version: 4.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: similar
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: thiserror
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: time
  dependency-version: 0.3.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: tree-sitter
  dependency-version: 0.26.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: tree-sitter-highlight
  dependency-version: 0.26.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: tree-sitter-scala
  dependency-version: 0.26.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: uuid
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/deps-b20fa22794 branch from a65a75d to f3241e2 Compare August 27, 2026 17:26
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.

0 participants