Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-major-90a2accfc6
Open

chore(deps)(deps): bump the cargo-major group across 1 directory with 22 updates#46
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-major-90a2accfc6

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the cargo-major group with 22 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.39.1
gix 0.70.0 0.83.0
posthog-rs 0.5.1 0.7.0
async-openai 0.34.0 0.38.1
nix 0.29.0 0.31.3
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.39.1

Changelog

Sourced from sysinfo's changelog.

0.39.1

  • Linux: Fix wrong network numbers computation.

0.39.0

  • Update minimum supported rust version to 1.95.
  • Add new NetworkData::operational_state API.
  • Add new Process::cgroup_limits API (only returning data on Linux).
  • All supported systems other than Windows: Improve performance of Networks::refresh*.
  • All supported systems other than Windows: Fix soundness issue when retrieving users.
  • Linux: Take into account parent cgroup memory limits.
  • Linux: Fix panic when retrieving process information on ESXi.
  • FreeBSD: Use the name of dataset as name for zfs disks.

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.

... (truncated)

Commits
  • 6e883a3 Update CHANGELOG and crate version to 0.39.1
  • a45d38a Merge pull request #1659 from isaidsari/fix/linux-network-buffer-truncation
  • ee9cd3b Merge pull request #1655 from GuillaumeGomez/update
  • 3ada0c4 Update crate version to 0.39.0 version
  • e05d7c9 Update CHANGELOG for 0.39.0 version
  • b62b067 Merge pull request #1654 from GuillaumeGomez/improve-network
  • 03c0da0 Improve performance of network interfaces refresh by removing one call of `ge...
  • 560ba18 Try to reduce test_tasks flakyness
  • f9832e6 Merge pull request #1653 from GuillaumeGomez/fix-soundness
  • c2d1bf3 Fix new clippy lint
  • 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 posthog-rs from 0.5.1 to 0.7.0

Release notes

Sourced from posthog-rs's releases.

0.7.0

What's Changed

Full Changelog: PostHog/posthog-rs@0.6.0...0.7.0

0.6.0

What's Changed

Full Changelog: PostHog/posthog-rs@0.5.3...0.6.0

0.5.3

What's Changed

New Contributors

Full Changelog: PostHog/posthog-rs@0.5.2...0.5.3

0.5.2

What's Changed

Full Changelog: PostHog/posthog-rs@v0.5.1...0.5.2

Changelog

Sourced from posthog-rs's changelog.

0.7.0 — 2026-05-05

Minor changes

  • db601db feat(flags): support group-targeted and mixed-targeting feature flags in local evaluation

    Adds local evaluation support for pure group flags (where aggregation_group_type_index is set at the flag level) and mixed-targeting flags (where individual conditions can override the aggregation per condition). LocalEvaluator::evaluate_flag, evaluate_flag_simple, and evaluate_all_flags now take groups and group_properties parameters; match_feature_flag and match_feature_flag_with_context have updated signatures. Backwards-incompatible at the public-API level — see PR description for migration notes. — Thanks @​patricio-posthog!

0.6.0 — 2026-05-01

Minor changes

  • 7950daf Add evaluate_flags(distinct_id, options) for single-call snapshot-based feature flag evaluation. Returns a FeatureFlagEvaluations whose is_enabled / get_flag / get_flag_payload methods read from the cached evaluation. is_enabled and get_flag fire deduplicated $feature_flag_called events with full metadata ($feature_flag_id, $feature_flag_version, $feature_flag_reason, $feature_flag_request_id). Pass the snapshot to Event::with_flags(&snapshot) to attach $feature/<key> and $active_feature_flags to a captured event without an extra /flags call.

    When flag_keys is provided and local evaluation already covers every requested key, evaluate_flags skips the /flags round-trip entirely. If the remote /flags call fails after some flags were resolved locally, the snapshot is still returned with the local results (degraded), with errors_while_computing_flags propagated to subsequent $feature_flag_called events. String-encoded metadata.payload values from /flags?v=2 are normalized to parsed JSON.

    Deprecates the legacy single-flag methods in favor of evaluate_flags():

    • Client::get_feature_flag
    • Client::is_feature_enabled
    • Client::get_feature_flag_payload

    The methods continue to work but emit a #[deprecated] compile warning pointing at evaluate_flags(). They will be removed in a future major version. — Thanks @​dmarticus!

0.5.3 — 2026-04-21

Patch changes

  • c544e14 feat(flags): switch local evaluation polling from /api/feature_flag/local_evaluation to /flags/definitions — Thanks @​patricio-posthog!

0.5.2 — 2026-04-21

Patch changes

  • db48ade Trim surrounding whitespace from API keys and host config before using them. — Thanks @​marandaneto!
Commits
  • 7d33b38 chore: Release v0.7.0 [skip ci]
  • db601db fix: forward groups and group_properties to evaluate_all_flags (#109)
  • 31c1605 chore: run CI on main pushes (#110)
  • dfa3b3b chore: Release v0.7.0 [skip ci]
  • e976393 feat(flags): support group-targeted and mixed-targeting flags in local eval (...
  • 2c56135 chore: trigger releases from main changesets (#108)
  • f3be500 chore: Release v0.6.0
  • 7950daf feat: add evaluate_flags() API for single-call flag evaluation (#105)
  • 83cf3d2 chore: upgrade PostHog GitHub Action to v1 (#101)
  • 5787e7f chore: Release v0.5.3
  • Additional commits viewable in compare view

Updates async-openai from 0.34.0 to 0.38.1

Release notes

Sourced from async-openai's releases.

v0.38.1

What's Changed

New Contributors

Full Changelog: 64bit/async-openai@async-openai-v0.38.0...async-openai-v0.38.1

v0.38.0

What's Changed

Full Changelog: 64bit/async-openai@async-openai-v0.37.0...async-openai-v0.38.0

v0.37.0

What's Changed

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

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.3

Changelog

Sourced from

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 3, 2026
… 22 updates

Bumps the cargo-major group with 22 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.39.1` |
| [gix](https://github.com/GitoxideLabs/gitoxide) | `0.70.0` | `0.83.0` |
| [posthog-rs](https://github.com/posthog/posthog-rs) | `0.5.1` | `0.7.0` |
| [async-openai](https://github.com/64bit/async-openai) | `0.34.0` | `0.38.1` |
| [nix](https://github.com/nix-rust/nix) | `0.29.0` | `0.31.3` |
| [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.39.1
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.35.2...v0.39.1)

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 `posthog-rs` from 0.5.1 to 0.7.0
- [Release notes](https://github.com/posthog/posthog-rs/releases)
- [Changelog](https://github.com/PostHog/posthog-rs/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-rs@v0.5.1...0.7.0)

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

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

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: async-openai
  dependency-version: 0.36.1
  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: console
  dependency-version: 0.16.3
  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: enable-ansi-support
  dependency-version: 0.3.1
  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: merge
  dependency-version: 0.2.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
- dependency-name: nix
  dependency-version: 0.31.2
  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: posthog-rs
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: sha2
  dependency-version: 0.11.0
  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: sysinfo
  dependency-version: 0.38.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 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: 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-go
  dependency-version: 0.25.0
  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-rust
  dependency-version: 0.24.2
  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 changed the title chore(deps)(deps): Bump the cargo-major group across 1 directory with 22 updates chore(deps)(deps): bump the cargo-major group across 1 directory with 22 updates May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/cargo-major-90a2accfc6 branch from 30e2ab8 to 87a3435 Compare May 12, 2026 05:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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