Skip to content

chore(deps): bump the dependencies group across 1 directory with 6 updates#573

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/dependencies-63e5a06ab6
Open

chore(deps): bump the dependencies group across 1 directory with 6 updates#573
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/dependencies-63e5a06ab6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dependencies group with 6 updates in the / directory:

Package From To
shadow-rs 1.7.0 2.0.0
const_format 0.2.35 0.2.36
clap 4.5.60 4.6.1
clap_mangen 0.2.31 0.3.0
rand 0.10.0 0.10.1
os_info 3.14.0 3.15.0

Updates shadow-rs from 1.7.0 to 2.0.0

Release notes

Sourced from shadow-rs's releases.

v2.0.0

What's Changed

New Contributors

Full Changelog: baoyachi/shadow-rs@v1.7.1...v2.0.0

v1.7.1

What's Changed

New Contributors

Full Changelog: baoyachi/shadow-rs@v1.7.0...v1.7.1

Commits

Updates const_format from 0.2.35 to 0.2.36

Changelog

Sourced from const_format's changelog.

0.2.36

Breaking change: bumped Minimum Supported Rust Version to Rust 1.71. This change is motivated by quote increasing its MSRV to 1.71.

Now the "rust_1_64" feature is effectively always enabled, so these items are always enabled:

  • const_format::str_split

Deprecated these items because their replacements now take constant time to run:

  • const_format::fmt::StrWriter::as_bytes_alt: superceeded by as_bytes
  • const_format::fmt::StrWriter::as_str_alt: superceeded by as_str
  • const_format::fmt::StrWriterMut::as_bytes_alt: superceeded by as_bytes
  • const_format::fmt::StrWriterMut::as_str_alt: superceeded by as_str
  • const_format::utils::slice_up_to_len_alt: superceeded by slice_up_to_len

Changed these methods from being conditionally const (by requiring the "rust_1_64" feature to be const) to being unconditionally const:

  • const_format::fmt::StrWriter::as_bytes
  • const_format::fmt::StrWriter::as_str
  • const_format::fmt::StrWriterMut::as_bytes
  • const_format::fmt::StrWriterMut::as_str

Changed this method to be const:

  • const_format::AsciiStr::as_str

Fixed nightly 2026-04-09 compatibility when cargo update -Z minimal-versions is used by bumping konst internal dependency to "0.2.20" version

Commits

Updates clap from 4.5.60 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

[4.6.0] - 2026-03-12

Compatibility

  • Update MSRV to 1.85

[4.5.61] - 2026-03-12

Internal

  • Update dependencies
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 clap_mangen from 0.2.31 to 0.3.0

Commits

Updates rand from 0.10.0 to 0.10.1

Changelog

Sourced from rand's changelog.

[0.10.1] — 2026-02-11

This release includes a fix for a soundness bug; see #1763.

Changes

  • Document panic behavior of make_rng and add #[track_caller] (#1761)
  • Deprecate feature log (#1763)

#1761: rust-random/rand#1761 #1763: rust-random/rand#1763

Commits

Updates os_info from 3.14.0 to 3.15.0

Release notes

Sourced from os_info's releases.

os_info 3.15.0

  • KDE neon support has been added. (#433)

  • Hurd support has been added. (#434)

  • Bazzite support has been added. (#435)

  • The codename detection from files has been fixed. (#436)

Changelog

Sourced from os_info's changelog.

[3.15.0] (2026-05-19)

  • KDE neon support has been added. (#433)

  • Hurd support has been added. (#434)

  • Bazzite support has been added. (#435)

  • The codename detection from files has been fixed. (#436)

Commits
  • fe820bf Merge pull request #442 from stanislav-tkach/3-15-release
  • 645ef98 Suppress the warning
  • 2682d08 Fix renaming
  • f705268 Fix spellchecker
  • b9f4cae Relase the 3.15 version
  • 847e067 Merge pull request #436 from Keats/master
  • a768499 Merge pull request #438 from stanislav-tkach/dependabot/cargo/nix-0.31
  • 78711bc Update nix requirement from 0.30 to 0.31
  • 977a4aa Merge pull request #437 from stanislav-tkach/cargo-deny-config-update
  • 1ae2893 Fix Clippy
  • Additional commits viewable in compare view

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

…dates

Bumps the dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [shadow-rs](https://github.com/baoyachi/shadow-rs) | `1.7.0` | `2.0.0` |
| [const_format](https://github.com/rodrimati1992/const_format_crates) | `0.2.35` | `0.2.36` |
| [clap](https://github.com/clap-rs/clap) | `4.5.60` | `4.6.1` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.31` | `0.3.0` |
| [rand](https://github.com/rust-random/rand) | `0.10.0` | `0.10.1` |
| [os_info](https://github.com/stanislav-tkach/os_info) | `3.14.0` | `3.15.0` |



Updates `shadow-rs` from 1.7.0 to 2.0.0
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](baoyachi/shadow-rs@v1.7.0...v2.0.0)

Updates `const_format` from 0.2.35 to 0.2.36
- [Release notes](https://github.com/rodrimati1992/const_format_crates/releases)
- [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md)
- [Commits](https://github.com/rodrimati1992/const_format_crates/commits)

Updates `clap` from 4.5.60 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.5.60...clap_complete-v4.6.1)

Updates `clap_mangen` from 0.2.31 to 0.3.0
- [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_mangen-v0.2.31...clap_mangen-v0.3.0)

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

Updates `os_info` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/stanislav-tkach/os_info/releases)
- [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md)
- [Commits](stanislav-tkach/os_info@v3.14.0...v3.15.0)

---
updated-dependencies:
- dependency-name: shadow-rs
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: const_format
  dependency-version: 0.2.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: clap_mangen
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rand
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: os_info
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 19, 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