Skip to content

chore(deps): bump the major group with 10 updates#2372

Merged
amitksingh1490 merged 2 commits intomainfrom
dependabot/cargo/major-81521ff3d4
Feb 10, 2026
Merged

chore(deps): bump the major group with 10 updates#2372
amitksingh1490 merged 2 commits intomainfrom
dependabot/cargo/major-81521ff3d4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Bumps the major group with 10 updates:

Package From To
convert_case 0.8.0 0.10.0
crossterm 0.28.1 0.29.0
reedline 0.42.0 0.45.0
sysinfo 0.36.1 0.38.0
termimad 0.33.0 0.34.1
whoami 1.6.1 2.1.0
rmcp 0.8.5 0.10.0
rand 0.9.2 0.10.0
posthog-rs 0.3.7 0.4.0

Updates convert_case from 0.8.0 to 0.10.0

Commits

Updates crossterm from 0.28.1 to 0.29.0

Release notes

Sourced from crossterm's releases.

0.29

Version 0.29

Added ⭐

  • Copy to clipboard using OSC52 (#974)
  • Derive standard traits for "SetCursorStyle" (#909)
  • Add query_keyboard_enhancement_flags to read enabled flags (#958)
  • Add is_* and as_* methods to the event enums (#949)
  • Add a feature flag for derive_more impls (#970)
  • Update rustix to 1.0 (#982)
  • Upgrade various dependencies

Breaking ⚠️

  • Correctly fix KeyModifiers Display impl Properly adding + in between modifiers (#979)

@​joshka @​linrongbin16 @​kmicklas @​maciek50322 @​rosew0od @​sxyazi @​the-mikedavis @​hthuz @​aschey @​naseschwarz @​Flokkq @​gaesa @​WindSoilder

Changelog

Sourced from crossterm's changelog.

Unreleased

Version 0.29

Added ⭐

  • Copy to clipboard using OSC52 (#974)
  • Derive standard traits for "SetCursorStyle" (#909)
  • Add query_keyboard_enhancement_flags to read enabled flags (#958)
  • Add is_* and as_* methods to the event enums (#949)
  • Add a feature flag for derive_more impls (#970)
  • Update rustix to 1.0 (#982)

Breaking ⚠️

  • Correctly fix KeyModifiers Display impl Properly adding + in between modifiers (#979)
Commits

Updates reedline from 0.42.0 to 0.45.0

Release notes

Sourced from reedline's releases.

v0.45.0

What's Changed

New Contributors

Full Changelog: nushell/reedline@v0.44.0...v0.45.0

v0.44.0

What's Changed

New Contributors

Full Changelog: nushell/reedline@v0.43.0...v0.44.0

v0.43.0

What's Changed

... (truncated)

Commits
  • c236c80 Bump version for 0.45.0 release (#1012)
  • 6ceda50 fix: Correctly handle longer first suggestion in find_common_string (#1001)
  • 6c37265 fix(IdeMenu): Use width instead of bytes/chars (#998)
  • 56a2a1c Set input in update_values instead of update_working_details (#917)
  • 25d2424 fix(IdeMenu): Don't make description position depend on description width (#996)
  • 4d14e5d menu: Don't apply selected_text style to matched text in suggestions (#994)
  • 4cce77d fix: reset ANSI styling before printing prompt (#992)
  • b81c351 fix: Restore pre-798 ColumnarMenu highlighting behavior (#991)
  • 07fe597 fix: only check for kitty support when it's enabled (#988)
  • 32a3366 Make menu settings public (#977)
  • Additional commits viewable in compare view

Updates sysinfo from 0.36.1 to 0.38.0

Changelog

Sourced from sysinfo's changelog.

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.
Commits
  • 4124381 Update CHANGELOG for 0.38.0
  • 98a3141 Merge pull request #1617 from GuillaumeGomez/updat
  • 7197638 Update crate version to 0.38.0
  • f69a2b9 Fix typos and make Motherboard::new return None on NetBSD
  • 791face Merge pull request #1616 from GuillaumeGomez/netbsd-root
  • b564d9a Add Process::root support for NetBSD
  • 7b324db Merge pull request #1615 from GuillaumeGomez/netbsd
  • ae044ef Implement Process::open_files on NetBSD
  • 8c5cd19 Merge pull request #1609 from notable-equivalent/feature/cgroup-access-from-c
  • 464968f Add C interface for accessing cgroup info
  • Additional commits viewable in compare view

Updates termimad from 0.33.0 to 0.34.1

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")

Commits

Updates whoami from 1.6.1 to 2.1.0

Release notes

Sourced from whoami's releases.

v2.1.0

Changelog

Added

  • Add to DesktopEnvironment enum variants Niri, Hyprland, Cosmic

Changed

  • Bumped MSRV to 1.75

What's Changed

New Contributors

Full Changelog: ardaku/whoami@v2.0.3...v2.1.0

v2.0.3

Changelog

Fixed

  • License files not being included in the package (again, switching to a workspace broke it)

What's Changed

New Contributors

Full Changelog: ardaku/whoami@v2.0.2...v2.0.3

v2.0.2

Changelog

Fixed


What's Changed

... (truncated)

Commits

Updates rmcp from 0.8.5 to 0.10.0

Release notes

Sourced from rmcp's releases.

rmcp-macros-v0.10.0

Fixed

  • (shemars) use JSON Schema 2020-12 as Default Dialect (#549)

rmcp-v0.10.0

Added

  • add support for custom client notifications (#556)

Other

  • replace paste with pastey for macros feature (#564)

rmcp-macros-v0.9.1

Fixed

  • (shemars) use JSON Schema 2020-12 as Default Dialect (#549)

rmcp-v0.9.1

Added

  • (streamable-http) support both SSE and JSON response formats (#540)

Fixed

  • don't block on creating the SSE stream (#553)
  • (shemars) use JSON Schema 2020-12 as Default Dialect (#549)
  • (oauth) let OAuth discovery skip to next well-known URL candidate on JSON parse error. (#545)

Other

  • Implementation of SEP-986: Specify Format for Tool Names (#551)

rmcp-macros-v0.9.0

Added

  • (tool) add _meta to tool definitions (#534)

rmcp-v0.9.0

Added

  • (auth) implement CredentialStore trait (#542)
  • (tool) add _meta to tool definitions (#534)
Commits
  • 57d1ac9 chore: release v0.9.2 (#567)
  • 4ef1a16 feat: add support for custom client notifications (#556)
  • b6dcb28 chore: replace paste with pastey for macros feature (#564)
  • 94428d5 docs: mark SSE transport examples as deprecated (#561)
  • 2b60f8a chore: release v0.9.1 (#548)
  • 97ef6c9 Implementation of SEP-986: Specify Format for Tool Names (#551)
  • cf45070 feat(streamable-http): support both SSE and JSON response formats (#540)
  • 25e2ec4 chore(deps): bump actions/checkout from 5 to 6 (#554)
  • da57ee7 fix: don't block on creating the SSE stream (#553)
  • 76cdf48 fix(shemars): use JSON Schema 2020-12 as Default Dialect (#549)
  • Additional commits viewable in compare view

Updates rand from 0.9.2 to 0.10.0

Changelog

Sourced from rand's changelog.

[0.10.0] - 2026-02-08

Changes

  • The dependency on rand_chacha has been replaced with a dependency on chacha20. This changes the implementation behind StdRng, but the output remains the same. There may be some API breakage when using the ChaCha-types directly as these are now the ones in chacha20 instead of rand_chacha (#1642).
  • Rename fns IndexedRandom::choose_multiple -> sample, choose_multiple_array -> sample_array, choose_multiple_weighted -> sample_weighted, struct SliceChooseIter -> IndexedSamples and fns IteratorRandom::choose_multiple -> sample, choose_multiple_fill -> sample_fill (#1632)
  • Use Edition 2024 and MSRV 1.85 (#1653)
  • Let Fill be implemented for element types, not sliceable types (#1652)
  • Fix OsError::raw_os_error on UEFI targets by returning Option<usize> (#1665)
  • Replace fn TryRngCore::read_adapter(..) -> RngReadAdapter with simpler struct RngReader (#1669)
  • Remove fns SeedableRng::from_os_rng, try_from_os_rng (#1674)
  • Remove Clone support for StdRng, ReseedingRng (#1677)
  • Use postcard instead of bincode to test the serde feature (#1693)
  • Avoid excessive allocation in IteratorRandom::sample when amount is much larger than iterator size (#1695)
  • Rename os_rng -> sys_rng, OsRng -> SysRng, OsError -> SysError (#1697)
  • Rename Rng -> RngExt as upstream rand_core has renamed RngCore -> Rng (#1717)

Additions

  • Add fns IndexedRandom::choose_iter, choose_weighted_iter (#1632)
  • Pub export Xoshiro128PlusPlus, Xoshiro256PlusPlus prngs (#1649)
  • Pub export ChaCha8Rng, ChaCha12Rng, ChaCha20Rng behind chacha feature (#1659)
  • Fn rand::make_rng() -> R where R: SeedableRng (#1734)

Removals

  • Removed ReseedingRng (#1722)
  • Removed unused feature "nightly" (#1732)
  • Removed feature small_rng (#1732)

#1632: rust-random/rand#1632 #1642: rust-random/rand#1642 #1649: rust-random/rand#1649 #1652: rust-random/rand#1652 #1653: rust-random/rand#1653 #1659: rust-random/rand#1659 #1665: rust-random/rand#1665 #1669: rust-random/rand#1669 #1674: rust-random/rand#1674 #1677: rust-random/rand#1677 #1693: rust-random/rand#1693 #1695: rust-random/rand#1695 #1697: rust-random/rand#1697 #1717: rust-random/rand#1717 #1722: rust-random/rand#1722 #1732: rust-random/rand#1732 #1734: rust-random/rand#1734

Commits

Updates posthog-rs from 0.3.7 to 0.4.0

Changelog

Sourced from posthog-rs's changelog.

0.4.0 - 2026-02-04

  • Add feature flags with local evaluation support (#36)
  • Add group support and anonymous event support (#22)
  • Add global disable function (#20)
  • Add global client functions (#19)
  • Add timestamp setter (#30)

0.2.0

  • Add generic properties (#1)
  • Derive Debug, PartialEq, and Eq on Event
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

@github-actions github-actions Bot added type: chore Routine tasks like conversions, reorganization, and maintenance work. and removed dependencies labels Feb 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/major-81521ff3d4 branch 2 times, most recently from 1752fe1 to bb3ef3c Compare February 10, 2026 05:08
Bumps the major group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [convert_case](https://github.com/rutrum/convert-case) | `0.8.0` | `0.10.0` |
| [crossterm](https://github.com/crossterm-rs/crossterm) | `0.28.1` | `0.29.0` |
| [reedline](https://github.com/nushell/reedline) | `0.42.0` | `0.45.0` |
| [schemars](https://github.com/GREsau/schemars) | `0.8.22` | `1.1.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.36.1` | `0.38.0` |
| [termimad](https://github.com/Canop/termimad) | `0.33.0` | `0.34.1` |
| [whoami](https://github.com/ardaku/whoami) | `1.6.1` | `2.1.0` |
| [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `0.8.5` | `0.10.0` |
| [rand](https://github.com/rust-random/rand) | `0.9.2` | `0.10.0` |
| [posthog-rs](https://github.com/posthog/posthog-rs) | `0.3.7` | `0.4.0` |


Updates `convert_case` from 0.8.0 to 0.10.0
- [Commits](https://github.com/rutrum/convert-case/commits)

Updates `crossterm` from 0.28.1 to 0.29.0
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29)

Updates `reedline` from 0.42.0 to 0.45.0
- [Release notes](https://github.com/nushell/reedline/releases)
- [Commits](nushell/reedline@v0.42.0...v0.45.0)

Updates `schemars` from 0.8.22 to 1.1.0
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.22...v1.1.0)

Updates `sysinfo` from 0.36.1 to 0.38.0
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.36.1...v0.38.0)

Updates `termimad` from 0.33.0 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 `whoami` from 1.6.1 to 2.1.0
- [Release notes](https://github.com/ardaku/whoami/releases)
- [Commits](https://github.com/ardaku/whoami/commits/v2.1.0)

Updates `rmcp` from 0.8.5 to 0.10.0
- [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases)
- [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.8.5...rmcp-v0.10.0)

Updates `rand` from 0.9.2 to 0.10.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.2...0.10.0)

Updates `posthog-rs` from 0.3.7 to 0.4.0
- [Changelog](https://github.com/PostHog/posthog-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/posthog/posthog-rs/commits/v0.4.0)

---
updated-dependencies:
- dependency-name: convert_case
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: crossterm
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: reedline
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: schemars
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: sysinfo
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: termimad
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: whoami
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: rmcp
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: rand
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: posthog-rs
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/major-81521ff3d4 branch from bb3ef3c to 06cdac7 Compare February 10, 2026 05:17
@amitksingh1490 amitksingh1490 merged commit ee01c37 into main Feb 10, 2026
11 checks passed
@amitksingh1490 amitksingh1490 deleted the dependabot/cargo/major-81521ff3d4 branch February 10, 2026 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Routine tasks like conversions, reorganization, and maintenance work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant