Skip to content

chore(deps)(deps): bump the cargo-major group across 1 directory with 21 updates#24

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-major-4379f190e6
Open

chore(deps)(deps): bump the cargo-major group across 1 directory with 21 updates#24
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-major-4379f190e6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Bumps the cargo-major group with 21 updates in the / directory:

Package From To
toml_edit 0.22.27 0.25.11+spec-1.1.0
merge 0.1.0 0.2.0
console 0.15.11 0.16.3
colored 2.2.0 3.1.1
rustyline 15.0.0 18.0.0
enable-ansi-support 0.2.1 0.3.1
similar 2.7.0 3.1.0
termimad 0.30.1 0.34.1
dirs 5.0.1 6.0.0
sha2 0.10.9 0.11.0
sysinfo 0.35.2 0.38.4
gix 0.70.0 0.83.0
async-openai 0.34.0 0.36.1
nix 0.29.0 0.31.2
tree-sitter 0.23.2 0.26.8
tree-sitter-rust 0.23.3 0.24.2
tree-sitter-python 0.23.6 0.25.0
tree-sitter-go 0.23.4 0.25.0
notify 6.1.1 8.2.0
notify-debouncer-mini 0.4.1 0.7.0
mockall 0.13.1 0.14.0

Updates toml_edit from 0.22.27 to 0.25.11+spec-1.1.0

Commits
  • 45456ab chore: Release
  • b100851 docs: Update changelog
  • 165302f fix(edit): Preserve outer spans for malformed containers (#1141)
  • 1b0bd02 fix(edit): Preserve outer spans for malformed arrays
  • 9eb4dab test(parse): Cover malformed array parse error
  • 57ea4b4 fix(edit): Preserve outer spans for malformed inline tables
  • 92e8001 test(parse): Cover malformed inline table parse error
  • 36e558e docs: Fix spelling mistake
  • a3d0047 chore: Release
  • cc37615 docs: Update changelog
  • Additional commits viewable in compare view

Updates merge from 0.1.0 to 0.2.0

Updates console from 0.15.11 to 0.16.3

Release notes

Sourced from console's releases.

0.16.3

What's Changed

0.16.2

What's Changed

0.16.1

What's Changed

0.16.0

What's Changed

The 0.15.12 release was yanked after it turned out to be semver-incompatible with existing usage by several of the most popular dependent crates, because it introduced a std feature -- and those crates used default-features = false but relied on the std-guarded features.

The 0.16.0 API should be semver-compatible with the 0.15.x API except for the need for the std feature.

Refer to the 0.15.12 release notes for more information.

0.15.12

What's Changed

Commits
  • 70ea3d0 Bump version to 0.16.3
  • 6bd8894 Remove make msrv-lock
  • 499e5f6 Use std::sync::OnceLock instead of once_cell
  • 0bf645d Bump version
  • 0b789b9 Fix clippy warnings
  • bb1cbdb Exclude development scripts from published package
  • 12281c1 chore: minor improvement for docs
  • e611fbc docs: add note about clicolors
  • e9b9a44 Apply clippy suggestion
  • 9cf0c5f ci: enable all workflows for pull requests
  • Additional commits viewable in compare view

Updates colored from 2.2.0 to 3.1.1

Release notes

Sourced from colored's releases.

v3.1.1

No release notes provided.

v3.1.0

No release notes provided.

v3.0.0

  • [BREAKING CHANGE]: Upgrade MSRV to 1.80 and remove the then unnecessary lazy_static dependency.
Changelog

Sourced from colored's changelog.

Unreleased

  • Added methods ansi_color and on_ansi_color to Colorize.

3.0.0

  • [BREAKING CHANGE]: Upgrade MSRV to 1.80 and remove the then unnecessary lazy_static dependency.
Commits

Updates rustyline from 15.0.0 to 18.0.0

Release notes

Sourced from rustyline's releases.

18.0.0

What's Changed

  • Support minimal repaint #882
  • Fix edit_kill #887, #885
  • On windows, check that prompt is not styled #890, #889, #836, #562, #702, #215
  • Bump windows-sys version #892
  • Check NO_COLOR environment variable #894
  • Fix clippy warning #896
  • Update radix_trie requirement from 0.2 to 0.3 #898
  • Introduce Prompt trait for styling #893
  • Fix partial refresh #899, #897
  • Remove doc_auto_cfg #900
  • Fix vi paste #901, #732
  • Install signal handlers only when actually reading #903, #902
  • Configure cargo deny #904, #637
  • Update rusqlite version #906
  • Update signal-hook to 0.4 #907
  • Replace fd-lock with std File::lock #909, #908
  • Bump nix version to 0.31 #911
  • Refactor code related to signal handling #912
  • Bump signal-hook version #913, #910
  • Update rand to 0.10 #917
  • Update skim from 0.10 to 3.3.0 #919
  • Allow getting handler to fail after partial key event matches. #924, #923
  • Update dependencies #929
  • Clippy #930
  • Add comments on how to debug with PowerShell #933
  • Try to fix a panic related to SIG_PIPE #932, #931

Full Changelog: kkawakam/rustyline@v17.0.2...v18.0.0

17.0.2

Fix partial refresh #899, #897

Full Changelog: kkawakam/rustyline@v17.0.1...v17.0.2

17.0.1

Full Changelog: kkawakam/rustyline@v17.0.0...17.0.1

17.0.0

What's Changed

  • Fix warnings #869
  • Bump windows-sys dependency #870
  • Fix clippy warnings #871, #872
  • Fix configuration #875
  • Impl Hint for AsRef #876
  • Update rusqlite requirement from 0.36.0 to 0.37.0 #878
  • Avoid a full refresh while deleting at the end of the line #877

... (truncated)

Commits

Updates enable-ansi-support from 0.2.1 to 0.3.1

Release notes

Sourced from enable-ansi-support's releases.

enable-ansi-support 0.3.1

  • Bump Rust edition to 2021.

enable-ansi-support 0.3.0

  • windows-sys dependency updated to version 0.61.0.
  • MSRV updated to Rust 1.71.
Changelog

Sourced from enable-ansi-support's changelog.

[0.3.1] - 2025-10-02

  • Bump Rust edition to 2021.

[0.3.0] - 2025-10-02

  • windows-sys dependency updated to version 0.61.0.
  • MSRV updated to Rust 1.71.
Commits

Updates similar from 2.7.0 to 3.1.0

Changelog

Sourced from similar's changelog.

3.1.0

  • Added capture_diff_slices_by_key and capture_diff_slices_by_key_deadline as convenience helpers for diffing slices by derived keys.
  • Fixed Compact emitting inconsistent DiffOp cursor positions after compaction, which could leave Delete/Insert operations with stale new_index/old_index values.
  • Added explicit lifetime capture (+ use<...>) on iterator-returning APIs to improve compatibility with Rust 2024 lifetime capture behavior. #93

3.0.0

  • Added a Git-style Histogram diff implementation exposed as Algorithm::Histogram, including deadline-aware Myers fallback and comprehensive regression/behavior tests.
  • Raised MSRV to Rust 1.85 and moved the crate to Rust 2024 edition.
  • Added a Hunt-style diff implementation exposed as Algorithm::Hunt.
  • Added configurable inline refinement via InlineChangeOptions and InlineChangeMode, including semantic cleanup and new TextDiff::iter_inline_changes_with_options* methods. #92
  • Added a global disjoint-input fast path in algorithms::diff_deadline to avoid pathological runtimes on large, fully distinct inputs.
  • Improved Algorithm::Myers performance on heavily unbalanced diffs to avoid pathological slowdowns.
  • Added diff_deadline_raw entrypoints in the algorithm modules to bypass shared heuristics and keep minimal intrinsic trait bounds where needed.
  • Added test files in examples/diffs that can be used with the some of the examples as input pairs.
  • Added CachedLookup, a helper for adapting virtual or computed sequences by materializing items on first access and then serving borrowed values through normal indexing. The owned-lookup example demonstrates this approach for issue #33.
  • Fixed ranged indexing in the classic LCS table algorithm.
  • Improved diff compaction to merge adjacent delete hunks across equal runs.
  • Excluded development scripts from published crate contents. #87
  • TextDiff::from_* and TextDiffConfig::diff_* now accept owned inputs (String, Vec<u8>, Cow) in addition to borrowed inputs. This allows returning text diffs from functions without external owner lifetimes. #65
  • TextDiff no longer exposes old_slices / new_slices. Use old_len, new_len, old_slice, new_slice, iter_old_slices, iter_new_slices, old_lookup, and new_lookup instead.
  • TextDiff::iter_changes now panics on invalid out-of-bounds DiffOp ranges instead of silently truncating iteration.
  • utils::diff_lines_inline now takes &TextDiff and options rather than (Algorithm, old, new, options).
  • utils::diff_lines now avoids a second line-tokenization pass.
  • Renamed get_diff_ratio to diff_ratio.
  • Added first-class no_std + alloc support with an explicit default std feature.
  • Added optional hashbrown backend for no_std map storage

... (truncated)

Commits
  • 8ae2c3f chore(release): prepare 3.1.0
  • 37dfae4 Add use clause to iterator types for improved lifetime management (#93)
  • 6e321ad feat(api): add capture_diff_slices_by_key
  • d943be3 feat: Added a float bucket example
  • ff76e5d fix(compact): normalize stale diff op cursors
  • db010ec fix(ci): configure crates.io trusted publishing
  • 1f5a7ef chore(release): 3.0.0
  • b69c696 ci: Added publish workflow
  • d59c1ea chore: Restate relationship to pijul
  • 07c20a6 docs(algorithms): document CachedLookup adapter
  • Additional commits viewable in compare view

Updates termimad from 0.30.1 to 0.34.1

Release notes

Sourced from termimad's releases.

termimad v0.31.3

  • dependencies update
Changelog

Sourced from termimad's changelog.

v0.34.1 - 2025-11-24

  • new skin functions taking a Write as argument: write_expander, write_owning_expander and write_owning_expander_md

v0.34.0 - 2025-08-28

  • Key combinations can include the "Cmd" modifier ("Command" key, also called "Super", "Apple", or "Windows")

v0.33.0 - 2025-05-30

  • InputField: select_non_space_around, get_pos, set_cursor_pos, get_mouse_event_pos

v0.32.0 - 2025-05-09

  • update crokey to 1.2
  • update coolor to 1.1
  • update crossterm to 0.29

v0.31.3 - 2025-04-16

  • dependency update

v0.31.2 - 2025-01-25

  • tbl and MadSkin::compound_style now public

v0.31.1 - 2024-11-17

  • TextView::try_scroll_pages now accepts float values (anything Into<f64>)

v0.31.0 - 2024-10-26

  • reexport crossbeam
  • new Ticker tool: emit tick(s) on a channel

Commits

Updates dirs from 5.0.1 to 6.0.0

Commits

Updates sha2 from 0.10.9 to 0.11.0

Commits

Updates sysinfo from 0.35.2 to 0.38.4

Changelog

Sourced from sysinfo's changelog.

0.38.4

  • macOS: Unpin objc2-* crates version.
  • Linux: Fix computation of disk size.

0.38.3

  • macOS: Improve accuracy of System::available_memory and System::used_memory.
  • Documentation: add missing unit for CPU::frequency returned value.

0.38.2

  • Implement Error trait for MacAddrFromStrError, IpNetworkFromStrError and KillError types.

0.38.1

  • macOS: Put back support for versions below macOS 12.

0.38.0

  • Add NetBSD support.
  • Windows: Fix unsoundness for a function used in Motherboard and Product.
  • Linux: Improve CPU info parsing.
  • Fix serde serialization of MacAddr and of Disk::file_system.

0.37.2

  • Improve documentation of System::refresh_cpu_all and of System::refresh_cpu_specifics.
  • Android: Fix System::uptime.
  • Linux: Correctly handled modified/removed Process::exe paths.

0.37.1

  • Fix serde serialization on Process::name.
  • Linux: Fix get_cpu_frequency on loongarch64.
  • Windows: Correctly handle invalid UTF-8 string in Motherboard.

0.37.0

  • Update minimum supported Rust version to 1.88 (for 2024 edition and if let chain feature).
  • Added Component::id API.
  • Linux: Greatly improve partial processes retrieval.
  • Linux: Simplify internal components retrieval code.

0.36.1

  • Linux: Improve processor CPU usage computation.

0.36.0

... (truncated)

Commits
  • 97c194d Merge pull request #1642 from GuillaumeGomez/update
  • 91b92f1 Update crate version to 0.38.4
  • 8e8f76c Update CHANGELOG for 0.38.4
  • 9e6f37c Merge pull request #1641 from madsmtm/macos-no-pin-deps
  • 73d545c Fix warnings introduced in new objc2-* versions
  • 5cc4bcb Don't pin objc2-* crates
  • 5d4c63b Merge pull request #1640 from patjakdev/patjakdev/fix-1639
  • a8ee05c Use fragment size instead of block size for disk stats
  • 61257e4 Merge pull request #1635 from GuillaumeGomez/update
  • 3cf4b65 Update crate version to 0.38.3
  • Additional commits viewable in compare view

Updates gix from 0.70.0 to 0.83.0

Release notes

Sourced from gix's releases.

gix v0.83.0

Bug Fixes

  • Correctly use $COMMON_DIR/info/exclude to make excludes work in worktrees. It turns out there is no per-worktree excludes file either.

Chore (BREAKING)

  • Upgrade prodash and crosstermion to the latest version. This will fix the cargo deny issue as it brings in a newer lru crate.

Bug Fixes (BREAKING)

  • remove winnow and replace it with hand-implemented parsers everywhere. This will allow for simplified maintenance and editing (both human and machine) down the road, and enable additional performance optimisations.

    Parser compbinators to me ultimately were a failed experiment as I couldn't maintain them anyway, with it being too difficult for me to grasp and express everything in its very own kind of language, with a lot of different things to consider.

    Note that this also removes detailed errors from all parsers that previously used winnow, with the option to re-add those if there is demand.

Commit Statistics

  • 5 commits contributed to the release over the course of 2 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Adapt to changes in gix-object (91bfab0)
    • Remove winnow and replace it with hand-implemented parsers everywhere. (91c854e)
    • Merge pull request #2540 from GitoxideLabs/reporting (4d5ba23)
    • Merge pull request #2529 from GitoxideLabs/reflog-newline-handling (2c3a08e)
    • Adapt to changes in gix-error (2e2a126)

gix v0.82.0 - hardened

Advisories with fixes

... (truncated)

Commits
  • 53f880c Release gix-error v0.2.3, gix-date v0.15.3, gix-actor v0.41.0, gix-path v0.12...
  • 09687eb fix CI - and probably prevent can't connect to localhost in journey tests
  • d5f9bf5 feat: add Category::is_remote_tracking_branch().
  • 87b2da8 address auto-review
  • 731248f feat!: add sha-256 support to gix-ref.
  • 91bfab0 Adapt to changes in gix-object
  • d4439cd fix!: Limit Commit and Tag parsing to a given gix_hash::Kind
  • 5127973 fix: Allow more pathological cases during parsing just like Git
  • 91c854e fix!: remove winnow and replace it with hand-implemented parsers everywhere.
  • b060eb2 fix!: remove winnow from the public gix-actor API for parsing (#2545)
  • Additional commits viewable in compare view

Updates async-openai from 0.34.0 to 0.36.1

Release notes

Sourced from async-openai's releases.

v0.36.1

What's Changed

Full Changelog: 64bit/async-openai@async-openai-v0.36.0...async-openai-v0.36.1

v0.36.0

What's Changed

New Contributors

Full Changelog: 64bit/async-openai@async-openai-v0.35.0...async-openai-v0.36.0

v0.35.0

Breaking changes in upstream spec for certain types (diff in PRs), if you're not using any of those types upgrade should be no-op!

What's Changed

Full Changelog: 64bit/async-openai@async-openai-v0.34.0...async-openai-v0.35.0

Commits

Updates nix from 0.29.0 to 0.31.2

Changelog

Sourced from nix's changelog.

[0.31.2] - 2026-02-28

Added

  • Add WatchDescriptor::as_raw, to get libc id of WatchDescriptor. (#2718)
  • Added process::pthread_getthreadid_np() on FreeBSD. (#2725)
  • Added timerfd support on FreeBSD (#2728)

Fixed

  • The libc requirement is now 0.2.181, rather than pinned to 0.2.180. (#2744)

[0.31.1] - 2026-01-23

Added

  • termios: Add definition for IUCLC to supported platforms (#2702)
  • termios: Add definition for XCASE for supported platforms (#2703)

[0.31.0] - 2026-01-22

Added

  • Added the UDP GSO/GRO socket options and CMsgs on Android. This includes the following types:

    • UdpGsoSegment
    • UdpGroSegment
    • ControlMessage::UdpGsoSegments
    • ControlMessageOwned::UdpGroSegments

    (#2666)

  • Define errno EWOULDBLOCK as an alias of EAGAIN to match the AIX libc definition. (#2692)

  • Enable module ifaddrs on GNU Hurd (#2697)

  • Add termios OutputFlags::OFILL for Linux, Android, Aix, Cygwin, Fuchsia, Haiku, GNU/Hurd, Nto, Redox, Illumos, Solaris and Apple OSes. (#2701)

  • add sync() for cygwin (#2708)

Changed

... (truncated)

Commits

Updates tree-sitter from 0.23.2 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

v0.26.7

Notable Changes

  • A regression in v0.26.6 with quantified alternations was fixed.
  • Release artifacts for the tree-sitter CLI are now published as zip archives (in addition to gzipped executables, which are planned for removal in a future minor release).

What's Changed

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

v0.26.6

What's Changed

... (truncated)

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 parseDescription has been truncated

… 21 updates

Bumps the cargo-major group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.27` | `0.25.11+spec-1.1.0` |
| merge | `0.1.0` | `0.2.0` |
| [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.3` |
| [colored](https://github.com/mackwic/colored) | `2.2.0` | `3.1.1` |
| [rustyline](https://github.com/kkawakam/rustyline) | `15.0.0` | `18.0.0` |
| [enable-ansi-support](https://github.com/sunshowers-code/enable-ansi-support) | `0.2.1` | `0.3.1` |
| [similar](https://github.com/mitsuhiko/similar) | `2.7.0` | `3.1.0` |
| [termimad](https://github.com/Canop/termimad) | `0.30.1` | `0.34.1` |
| [dirs](https://github.com/soc/dirs-rs) | `5.0.1` | `6.0.0` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.35.2` | `0.38.4` |
| [gix](https://github.com/GitoxideLabs/gitoxide) | `0.70.0` | `0.83.0` |
| [async-openai](https://github.com/64bit/async-openai) | `0.34.0` | `0.36.1` |
| [nix](https://github.com/nix-rust/nix) | `0.29.0` | `0.31.2` |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.23.2` | `0.26.8` |
| [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) | `0.23.3` | `0.24.2` |
| [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) | `0.23.6` | `0.25.0` |
| [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go) | `0.23.4` | `0.25.0` |
| [notify](https://github.com/notify-rs/notify) | `6.1.1` | `8.2.0` |
| [notify-debouncer-mini](https://github.com/notify-rs/notify) | `0.4.1` | `0.7.0` |
| [mockall](https://github.com/asomers/mockall) | `0.13.1` | `0.14.0` |



Updates `toml_edit` from 0.22.27 to 0.25.11+spec-1.1.0
- [Commits](toml-rs/toml@v0.22.27...v0.25.11)

Updates `merge` from 0.1.0 to 0.2.0

Updates `console` from 0.15.11 to 0.16.3
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.15.11...0.16.3)

Updates `colored` from 2.2.0 to 3.1.1
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](colored-rs/colored@v2.2.0...v3.1.1)

Updates `rustyline` from 15.0.0 to 18.0.0
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](kkawakam/rustyline@v15.0.0...v18.0.0)

Updates `enable-ansi-support` from 0.2.1 to 0.3.1
- [Release notes](https://github.com/sunshowers-code/enable-ansi-support/releases)
- [Changelog](https://github.com/sunshowers-code/enable-ansi-support/blob/main/CHANGELOG.md)
- [Commits](sunshowers-code/enable-ansi-support@0.2.1...0.3.1)

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

Updates `termimad` from 0.30.1 to 0.34.1
- [Release notes](https://github.com/Canop/termimad/releases)
- [Changelog](https://github.com/Canop/termimad/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Canop/termimad/commits)

Updates `dirs` from 5.0.1 to 6.0.0
- [Commits](https://github.com/soc/dirs-rs/commits)

Updates `sha2` from 0.10.9 to 0.11.0
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

Updates `sysinfo` from 0.35.2 to 0.38.4
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.35.2...v0.38.4)

Updates `gix` from 0.70.0 to 0.83.0
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.70.0...gix-v0.83.0)

Updates `async-openai` from 0.34.0 to 0.36.1
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.34.0...async-openai-v0.36.1)

Updates `nix` from 0.29.0 to 0.31.2
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.29.0...v0.31.2)

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

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

Updates `tree-sitter-python` from 0.23.6 to 0.25.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases)
- [Commits](tree-sitter/tree-sitter-python@v0.23.6...v0.25.0)

Updates `tree-sitter-go` from 0.23.4 to 0.25.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-go/releases)
- [Commits](tree-sitter/tree-sitter-go@v0.23.4...v0.25.0)

Updates `notify` from 6.1.1 to 8.2.0
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/notify-8.2.0/CHANGELOG.md)
- [Commits](notify-rs/notify@notify-6.1.1...notify-8.2.0)

Updates `notify-debouncer-mini` from 0.4.1 to 0.7.0
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](notify-rs/notify@debouncer-mini-0.4.1...debouncer-full-0.7.0)

Updates `mockall` from 0.13.1 to 0.14.0
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.13.1...v0.14.0)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-version: 0.25.11+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: merge
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: console
  dependency-version: 0.16.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: colored
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: rustyline
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: enable-ansi-support
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: similar
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: termimad
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: dirs
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: sysinfo
  dependency-version: 0.38.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: gix
  dependency-version: 0.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: async-openai
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: nix
  dependency-version: 0.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: tree-sitter
  dependency-version: 0.26.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: tree-sitter-rust
  dependency-version: 0.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: tree-sitter-python
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: tree-sitter-go
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: notify
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: notify-debouncer-mini
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: mockall
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
...

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 Apr 29, 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