Skip to content

build(deps): bump the rust-minor-patch group across 1 directory with 9 updates#783

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-minor-patch-903aa0e002
Open

build(deps): bump the rust-minor-patch group across 1 directory with 9 updates#783
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-minor-patch-903aa0e002

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps the rust-minor-patch group with 9 updates in the / directory:

Package From To
clap 4.6.0 4.6.1
toml 1.1.0+spec-1.1.0 1.1.2+spec-1.1.0
uuid 1.23.0 1.23.1
tree-sitter 0.26.7 0.26.8
tree-sitter-c 0.24.1 0.24.2
tree-sitter-c-sharp 0.23.1 0.23.5
tree-sitter-swift 0.7.1 0.7.2
assert_cmd 2.2.0 2.2.1
insta 1.47.1 1.47.2

Updates clap from 4.6.0 to 4.6.1

Release notes

Sourced from clap's releases.

v4.6.1

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Changelog

Sourced from clap's changelog.

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Commits
  • 1420275 chore: Release
  • d2c817d docs: Update changelog
  • f88c94e Merge pull request #6341 from epage/sep
  • acbb822 fix(complete): Reduce risk of conflict with actual subcommands
  • a49fadb refactor(complete): Pull out subcommand separator
  • ddc008b Merge pull request #6332 from epage/update
  • 497dc50 chore: Update compatible dependencies
  • dca2326 Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x
  • 54bdaa3 chore(deps): Update j178/prek-action action to v2
  • f0d30d9 chore: Release
  • Additional commits viewable in compare view

Updates toml from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0

Commits

Updates uuid from 1.23.0 to 1.23.1

Release notes

Sourced from uuid's releases.

v1.23.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.0...v1.23.1

Commits
  • ca0c85f Merge pull request #879 from uuid-rs/cargo/v1.23.1
  • b4db015 prepare for 1.23.1 release
  • 771069d Merge pull request #878 from aznashwan/fix-from-gregorian-deprecation-note
  • 80994a2 fix: Timestamp::from_gregorian deprecation note
  • 90c5be8 Merge pull request #877 from guybedford/remove-wasm-bindgen-msrv
  • 8b8c4f4 Remove deprecated feature from wasm-bindgen dependency
  • See full diff in compare view

Updates tree-sitter from 0.26.7 to 0.26.8

Release notes

Sourced from tree-sitter's releases.

v0.26.8

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.7...v0.26.8

Commits
  • cd5b087 release v0.26.8
  • c0d1444 generate: avoid panicking when a supertype only has hidden external token chi...
  • 0b04fd0 Fix wasm loading of languages w/ multiple reserved word sets (#5475)
  • 05cf9a1 perf(cli): minor allocation and write call reductions
  • bab4851 perf(cli): buffer stdout in parse and query output
  • e28cb5a fix(cli): correct typo in parse command's help text
  • 3839f6f fix(lib): document invariants that must be upheld for TSInputEdit
  • 001a926 fix(generate): allow disabling qjs-rt feature from CLI
  • See full diff in compare view

Updates tree-sitter-c from 0.24.1 to 0.24.2

Release notes

Sourced from tree-sitter-c's releases.

v0.24.2

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

Commits
  • b780e47 ci(release): update to breaking upstream changes
  • 9f83013 release v0.24.2
  • 7519fa2 ci: update workflows
  • b9a149a feat(bindings): add zig bindings
  • a24ba42 feat: update bindings and parser with 0.26.8
  • ae19b67 ci: bump tree-sitter/parser-test-action from 2 to 3
  • d8d0503 ci: bump actions/checkout from 4 to 5
  • See full diff in compare view

Updates tree-sitter-c-sharp from 0.23.1 to 0.23.5

Release notes

Sourced from tree-sitter-c-sharp's releases.

v0.23.5

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

v0.23.4

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

v0.23.3

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

Commits

Updates tree-sitter-swift from 0.7.1 to 0.7.2

Release notes

Sourced from tree-sitter-swift's releases.

0.7.2 release

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

What's Changed

New Contributors

Full Changelog: alex-pinkus/tree-sitter-swift@0.7.1-pypi...0.7.2-pypi

Commits
  • 78521a2 Version bump to 0.7.2
  • 7e8a58c Updating top repository version
  • c354345 Add typed throws (throws(E)) grammar support — SE-0413
  • e2b3816 Bump Python package version to 0.7.1
  • 64f26c3 Updating top repository version
  • da7f937 Updating top repository version
  • fb63a70 Fix UB in eat_operators
  • 50f2735 Updating top repository version
  • 59b5dc9 Updating top repository version
  • 8abb3e8 fix: calloc(0, ...) allocates zero bytes in external scanner
  • Additional commits viewable in compare view

Updates assert_cmd from 2.2.0 to 2.2.1

Changelog

Sourced from assert_cmd's changelog.

[2.2.1] - 2026-04-17

Internal

  • Dependency update
Commits
  • eea8a1c chore: Release assert_cmd version 2.2.1
  • cd6828c docs: Update changelog
  • c771f78 Merge pull request #286 from assert-rs/renovate/j178-prek-action-2.x
  • 4d63465 chore(deps): Update j178/prek-action action to v2
  • 4728aea Merge pull request #284 from sendittothenewts/anstream-v1
  • 1e5a36f chore(deps): Drop support for Rust crate anstream v0.6
  • 2429682 chore(deps): Update Rust crate anstream to v1
  • See full diff in compare view

Updates insta from 1.47.1 to 1.47.2

Release notes

Sourced from insta's releases.

1.47.2

Release Notes

  • Restore Send + Sync on Settings, Redactions, and Redaction by reverting the Arc to Rc change from 1.47.0, which was semver-breaking. #873 #874
  • Add Send + Sync bounds to Comparator trait for consistency with Arc-based storage. #872
  • Add compile-time assertion to prevent future auto-trait regressions.

Install cargo-insta 1.47.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.47.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.47.2/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.47.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.47.2

  • Restore Send + Sync on Settings, Redactions, and Redaction by reverting the Arc to Rc change from 1.47.0, which was semver-breaking. #873 #874
  • Add Send + Sync bounds to Comparator trait for consistency with Arc-based storage. #872
  • Add compile-time assertion to prevent future auto-trait regressions.
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 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

…9 updates

Bumps the rust-minor-patch group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.1` |
| [toml](https://github.com/toml-rs/toml) | `1.1.0+spec-1.1.0` | `1.1.2+spec-1.1.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.0` | `1.23.1` |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.26.7` | `0.26.8` |
| [tree-sitter-c](https://github.com/tree-sitter/tree-sitter-c) | `0.24.1` | `0.24.2` |
| [tree-sitter-c-sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) | `0.23.1` | `0.23.5` |
| [tree-sitter-swift](https://github.com/alex-pinkus/tree-sitter-swift) | `0.7.1` | `0.7.2` |
| [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.2.0` | `2.2.1` |
| [insta](https://github.com/mitsuhiko/insta) | `1.47.1` | `1.47.2` |



Updates `clap` from 4.6.0 to 4.6.1
- [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.0...clap_complete-v4.6.1)

Updates `toml` from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.1.0...toml-v1.1.2)

Updates `uuid` from 1.23.0 to 1.23.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.0...v1.23.1)

Updates `tree-sitter` from 0.26.7 to 0.26.8
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.26.7...v0.26.8)

Updates `tree-sitter-c` from 0.24.1 to 0.24.2
- [Release notes](https://github.com/tree-sitter/tree-sitter-c/releases)
- [Commits](tree-sitter/tree-sitter-c@v0.24.1...v0.24.2)

Updates `tree-sitter-c-sharp` from 0.23.1 to 0.23.5
- [Release notes](https://github.com/tree-sitter/tree-sitter-c-sharp/releases)
- [Commits](tree-sitter/tree-sitter-c-sharp@v0.23.1...v0.23.5)

Updates `tree-sitter-swift` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/alex-pinkus/tree-sitter-swift/releases)
- [Commits](alex-pinkus/tree-sitter-swift@0.7.1...0.7.2)

Updates `assert_cmd` from 2.2.0 to 2.2.1
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](assert-rs/assert_cmd@v2.2.0...v2.2.1)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: toml
  dependency-version: 1.1.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: uuid
  dependency-version: 1.23.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: tree-sitter
  dependency-version: 0.26.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: tree-sitter-c
  dependency-version: 0.24.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: tree-sitter-c-sharp
  dependency-version: 0.23.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: tree-sitter-swift
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: assert_cmd
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: insta
  dependency-version: 1.47.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-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 May 10, 2026
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