Skip to content

chore: bump the patch group with 6 updates#912

Merged
max-sixty merged 1 commit intomainfrom
dependabot/cargo/patch-8a902d1451
Feb 2, 2026
Merged

chore: bump the patch group with 6 updates#912
max-sixty merged 1 commit intomainfrom
dependabot/cargo/patch-8a902d1451

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the patch group with 6 updates:

Package From To
askama 0.15.1 0.15.4
clap 4.5.54 4.5.56
tree-sitter 0.26.3 0.26.5
tree-sitter-highlight 0.26.3 0.26.5
schemars 1.2.0 1.2.1
insta 1.46.1 1.46.2

Updates askama from 0.15.1 to 0.15.4

Release notes

Sourced from askama's releases.

v0.15.4

What's Changed

Full Changelog: askama-rs/askama@v0.15.3...v0.15.4

v0.15.3

What's Changed

Full Changelog: askama-rs/askama@v0.15.2...v0.15.3

v0.15.2

What's Changed

New Contributors

Full Changelog: askama-rs/askama@v0.15.1...v0.15.2

Commits
  • 92fd0be Merge pull request #687 from GuillaumeGomez/update
  • 341b6a0 Update crate version to 0.15.4
  • 2a4fd9f Merge pull request #686 from GuillaumeGomez/temporary-refs
  • 03a01c2 Correctly handle temporary references
  • d901581 Some function call fixes
  • 69e7247 Merge pull request #681 from GuillaumeGomez/update
  • 86abe56 Update crate version to 0.15.3
  • 827cbf2 Merge pull request #680 from GuillaumeGomez/fix-invalid-variable-parsing
  • 8ca3545 Fix ui/truncate.rs and ui/filter-invocation-invalid-arguments.rs stderr
  • c37b454 Fix invalid variable parsing
  • Additional commits viewable in compare view

Updates clap from 4.5.54 to 4.5.56

Release notes

Sourced from clap's releases.

v4.5.56

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
Changelog

Sourced from clap's changelog.

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
Commits
  • 9cec100 chore: Release
  • 00e72e0 docs: Update changelog
  • c7848ff Merge pull request #6094 from epage/home
  • 60184fb feat(complete): Expand ~ in native completions
  • 09969d3 chore(deps): Update Rust Stable to v1.89 (#6093)
  • 520beb5 chore: Release
  • 2bd8ab3 docs: Update changelog
  • 220875b Merge pull request #6091 from epage/possible
  • e5eb6c9 fix(help): Integrate 'Possible Values:' into 'Arg::help'
  • 594a771 refactor(help): Make empty tracking more consistent
  • Additional commits viewable in compare view

Updates tree-sitter from 0.26.3 to 0.26.5

Release notes

Sourced from tree-sitter's releases.

v0.26.5

No release notes provided.

v0.26.4

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.3...v0.26.4

Commits
  • 4708131 0.26.5
  • 7ec1794 0.26.4
  • fa8811f docs: include info on environment variables for fuzz command
  • ef4999b fix(cli): include default values for --edits and --iterations in
  • 77e43dd fix(cli): use --edits value for fuzz tests
  • 666144d fix(wasm): when reallocating the last allocated region, properly grow
  • ce2cb41 test: rename wasm corpus test "wasm_realloc"->"wasm_realloc_overflow_heap"
  • a423343 fix(loader): don't rely on nm to verify scanner symbols
  • c8aedb8 fix(loader): account for nm/ld fix on newer powerpc linux toolchains
  • 308b96d generate: return error rather than assert when ABI incompatibility is
  • Additional commits viewable in compare view

Updates tree-sitter-highlight from 0.26.3 to 0.26.5

Release notes

Sourced from tree-sitter-highlight's releases.

v0.26.5

No release notes provided.

v0.26.4

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.3...v0.26.4

Commits
  • 4708131 0.26.5
  • 7ec1794 0.26.4
  • fa8811f docs: include info on environment variables for fuzz command
  • ef4999b fix(cli): include default values for --edits and --iterations in
  • 77e43dd fix(cli): use --edits value for fuzz tests
  • 666144d fix(wasm): when reallocating the last allocated region, properly grow
  • ce2cb41 test: rename wasm corpus test "wasm_realloc"->"wasm_realloc_overflow_heap"
  • a423343 fix(loader): don't rely on nm to verify scanner symbols
  • c8aedb8 fix(loader): account for nm/ld fix on newer powerpc linux toolchains
  • 308b96d generate: return error rather than assert when ABI incompatibility is
  • Additional commits viewable in compare view

Updates schemars from 1.2.0 to 1.2.1

Release notes

Sourced from schemars's releases.

v1.2.1

Fixed

  • transform attributes are now applied after the schema is otherwise fully constructed. In particular, they're now applied after all other attributes are processed. (GREsau/schemars#505)
Changelog

Sourced from schemars's changelog.

[1.2.1] - 2026-02-01

Fixed

  • transform attributes are now applied after the schema is otherwise fully constructed. In particular, they're now applied after all other attributes are processed. (GREsau/schemars#505)
Commits

Updates insta from 1.46.1 to 1.46.2

Release notes

Sourced from insta's releases.

1.46.2

Release Notes

  • Fix inline snapshot corruption with carriage returns. The leading_space() function incorrectly treated \r as indentation, causing carriage returns to be stripped from snapshot content. #866
  • Remove < 0.4.17 upper bound on globset dependency. #864

Install cargo-insta 1.46.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.46.2/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.46.2/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.46.2

File Platform Checksum
cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Changelog

Sourced from insta's changelog.

1.46.2

  • Fix inline snapshot corruption with carriage returns. The leading_space() function incorrectly treated \r as indentation, causing carriage returns to be stripped from snapshot content. #866
  • Remove < 0.4.17 upper bound on globset dependency. #864
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

Bumps the patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [askama](https://github.com/askama-rs/askama) | `0.15.1` | `0.15.4` |
| [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.56` |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.26.3` | `0.26.5` |
| [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) | `0.26.3` | `0.26.5` |
| [schemars](https://github.com/GREsau/schemars) | `1.2.0` | `1.2.1` |
| [insta](https://github.com/mitsuhiko/insta) | `1.46.1` | `1.46.2` |


Updates `askama` from 0.15.1 to 0.15.4
- [Release notes](https://github.com/askama-rs/askama/releases)
- [Commits](askama-rs/askama@v0.15.1...v0.15.4)

Updates `clap` from 4.5.54 to 4.5.56
- [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.54...clap_complete-v4.5.56)

Updates `tree-sitter` from 0.26.3 to 0.26.5
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.26.3...v0.26.5)

Updates `tree-sitter-highlight` from 0.26.3 to 0.26.5
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.26.3...v0.26.5)

Updates `schemars` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v1.2.0...v1.2.1)

Updates `insta` from 1.46.1 to 1.46.2
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.46.1...1.46.2)

---
updated-dependencies:
- dependency-name: askama
  dependency-version: 0.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap
  dependency-version: 4.5.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tree-sitter
  dependency-version: 0.26.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tree-sitter-highlight
  dependency-version: 0.26.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: schemars
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: insta
  dependency-version: 1.46.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 2, 2026
@max-sixty max-sixty merged commit a9c1e3a into main Feb 2, 2026
21 checks passed
@max-sixty max-sixty deleted the dependabot/cargo/patch-8a902d1451 branch February 2, 2026 13:40
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.

1 participant