Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the rust-dependencies group across 1 directory with 19 updates #4199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps the rust-dependencies group with 19 updates in the / directory:

Package From To
bitflags 2.8.0 2.9.0
clap 4.5.30 4.5.31
indoc 2.0.5 2.0.6
itoa 1.0.14 1.0.15
serde_json 1.0.139 1.0.140
textwrap 0.16.1 0.16.2
time 0.3.37 0.3.38
cargo_metadata 0.19.1 0.19.2
trybuild 1.0.103 1.0.104
serde_repr 0.1.19 0.1.20
quote 1.0.38 1.0.39
syn 2.0.98 2.0.99
proc-macro2 1.0.93 1.0.94
thiserror 2.0.11 2.0.12
portable-atomic 1.10.0 1.11.0
bytemuck 1.21.0 1.22.0
either 1.14.0 1.15.0
yoke 0.7.5 0.8.0
zerofrom 0.1.5 0.1.6

Updates bitflags from 2.8.0 to 2.9.0

Release notes

Sourced from bitflags's releases.

2.9.0

What's Changed

Full Changelog: bitflags/bitflags@2.8.0...2.9.0

Changelog

Sourced from bitflags's changelog.

2.9.0

What's Changed

Full Changelog: bitflags/bitflags@2.8.0...2.9.0

Commits
  • e197bf5 Merge pull request #439 from KodrAus/cargo/2.9.0
  • 8df6e80 prepare for 2.9.0 release
  • e92f0ae Merge pull request #438 from KodrAus/fix/ui-tests
  • 226ff75 fix up UI tests
  • 2170a26 Merge pull request #437 from wysiwys/wysiwys/add-clear-method
  • 76dde58 add tests for clear() trait method
  • ce5d420 add clear() method to trait
  • 9e45d36 Merge pull request #434 from bitflags/KodrAus-patch-1
  • 617645a pin checkout action for miri job
  • 2c836f2 Merge pull request #433 from bitflags/ci/remove-scorecard
  • Additional commits viewable in compare view

Updates clap from 4.5.30 to 4.5.31

Release notes

Sourced from clap's releases.

v4.5.31

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>
Changelog

Sourced from clap's changelog.

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>
Commits
  • acf9abb chore: Release
  • 9186a18 docs: Update changelog
  • 233c316 Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...
  • 13931a2 Merge pull request #5923 from Reverier-Xu/master
  • 536e29f feat(builder): Add ValueParserFactory for Saturating\<T>
  • 45ed71c chore: Avoid using gen for rust 2024 preserved keyword
  • 5029bb3 chore: Avoid using gen for rust 2024 preserved keyword
  • 8a1d59b chore(deps): Update Rust Stable to v1.85 (#5921)
  • 9caee53 docs(changelog): Clarify 5.0.0
  • cb2352f Merge pull request #5918 from epage/test
  • Additional commits viewable in compare view

Updates indoc from 2.0.5 to 2.0.6

Release notes

Sourced from indoc's releases.

2.0.6

  • Documentation improvements
Commits
  • f5934e4 Release 2.0.6
  • 382de61 Point standard library links to stable
  • aed1b60 Unset doc-scrape-examples for lib target
  • 3840e47 More precise gitignore patterns
  • 8304a10 Prevent upload-artifact step from causing CI failure
  • eac624b Work around needless_raw_string_hashes pedantic clippy lint in test
  • 64949e1 Resolve needless_lifetimes clippy lint
  • 0d37b42 Ignore needless_lifetimes clippy lint
  • 78289e3 Upload CI Cargo.lock for reproducing failures
  • 9ee9ca9 Fill in ignore reasons in all #[ignore] attributes
  • Additional commits viewable in compare view

Updates itoa from 1.0.14 to 1.0.15

Release notes

Sourced from itoa's releases.

1.0.15

  • Documentation improvements
Commits
  • e2766b8 Release 1.0.15
  • a136ce8 Point standard library links to stable
  • ecc7fae Convert html links to intra-doc links
  • 94fea8f Unset doc-scrape-examples for lib target
  • 758499d More precise gitignore patterns
  • See full diff in compare view

Updates serde_json from 1.0.139 to 1.0.140

Release notes

Sourced from serde_json's releases.

v1.0.140

  • Documentation improvements
Commits
  • 7627834 Release 1.0.140
  • d77a498 Merge pull request #1245 from serde-rs/powerpc
  • b34d317 Delete unused gcc installation
  • f7200c3 Ignore unbuffered_bytes clippy lint
  • 76cd4fb Ignore elidable_lifetime_names pedantic clippy lint
  • 400eaa9 Point standard library links to stable
  • See full diff in compare view

Updates textwrap from 0.16.1 to 0.16.2

Release notes

Sourced from textwrap's releases.

textwrap-0.16.2

Version 0.16.2 (2025-03-03)

This release fixes an unnecessary f64 cast, updates all dependencies, bumps the minimum supported Rust version to 1.70.

  • #540: Avoid spurious f64 cast and comparison.
  • #565: Configure automatic Dependabot updates.
  • #579: Bump rust-version to 1.70.
Changelog

Sourced from textwrap's changelog.

Version 0.16.2 (2025-03-03)

This release fixes an unnecessary f64 cast, updates all dependencies, bumps the minimum supported Rust version to 1.70.

  • #540: Avoid spurious f64 cast and comparison.
  • #565: Configure automatic Dependabot updates.
  • #579: Bump rust-version to 1.70.
Commits
  • 4770e55 Merge pull request #585 from mgeisler/release-0.16.2
  • 84ca0bb Bump version to 0.16.2
  • 30fc2df Update changelog for version 0.16.2
  • 6ff5874 Add dependency graph for version 0.16.2
  • 1e2016c Adapt to breaking changes in actions/github-script
  • ed3e027 Merge pull request #584 from mgeisler/cargo-semver-on-release
  • 5bd05cb Run cargo semver-checks when preparing a release
  • ca4138c Merge pull request #581 from mgeisler/cache-coverage-build
  • 47c5cda Merge pull request #583 from mgeisler/add-codecov-token
  • 3ca3f2e Merge pull request #582 from waywardmonkeys/fix-needless_lifetimes-lint
  • Additional commits viewable in compare view

Updates time from 0.3.37 to 0.3.38

Release notes

Sourced from time's releases.

v0.3.38

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.38 [2025-03-05]

Added

  • The [year] component (in format descriptions) now supports a range modifier, which can be either standard or extended. The default is extended for backwards compatibility. This is intended as a manner to opt out of the extended range when the large-dates feature is enabled. When the large-dates feature is not enabled, the modifier has no effect.

  • UtcDateTime, which is semantically equivalent to an OffsetDateTime with UTC as its offset. The advantage is that it is the same size as a PrimitiveDateTime and has improved operability with well-known formats.

    As part of this, there were some other additions:

    • utc_datetime! macro, which is similar to the datetime! macro but constructs a UtcDateTime.
    • PrimitiveDateTime::as_utc
    • OffsetDateTime::to_utc
    • OffsetDateTime::checked_to_utc
  • time::serde::timestamp::milliseconds_i64, which is a module to serialize/deserialize timestamps as the Unix timestamp. The pre-existing module does this as an i128 where an i64 would suffice. This new module should be preferred.

Changed

  • error::Format has had its source() implementation changed to no longer return a boxed value from the ComponentRange variant. If you were explicitly expecting this, you will need to update your code. The method API remains unchanged.
  • [year repr:century] supports single-digit values.
  • All format_into methods accept ?Sized references.

Miscellaneous

  • Some non-exhaustive enum variants that are no longer used have been modified to be statically proven as uninhabited. The relevant fields are doc-hidden and not semver-guaranteed to remain as such, though it is unlikely to change.
  • An unnecessary check when parsing RFC 2822 has been removed.
  • Various methods have had their implementations changed, resulting in significant performance gains. Among the methods changed are
    • util::is_leap_year
    • util::weeks_in_year
    • Month::length
    • Date::to_calendar_date
    • Date::month
    • Date::day
    • Date::from_julian_day
    • Date::to_julian_day
    • other methods that call into these methods
Commits
  • 1a31c05 v0.3.38 release
  • addf231 Permit unsized writers for format_into
  • 338f84f Allow clippy::ref_option lint for serde::format_description.
  • f8ecd81 feat: timestamp::milliseconds_i64 serializer
  • ce03bca Update Unicode license for cargo-audit
  • 3d0b981 Add parentheses for clarity
  • 3096301 Remove specific year from license
  • ec327a2 Optimize Julian day calculations
  • 0e1eddd Remove unnecessary calculation
  • 4b9d98d Further optimize Date methods
  • Additional commits viewable in compare view

Updates cargo_metadata from 0.19.1 to 0.19.2

Commits
  • 0b4be02 Merge pull request #285 from fenhl/version-bump
  • 8196734 Version bump
  • 0056e02 Merge pull request #284 from HTGAzureX1212/edition-2024-stable
  • e3e9cd3 feat: 2024 edition stabilized
  • 806a3ea Merge pull request #282 from foresterre/workspace-default-members
  • cdf4223 Add methods is_available and is_missing to WorkspaceDefaultMembers
  • d6b186c Merge pull request #280 from paolobarbolini/z-minimal-versions
  • 59f0651 build: fix -Zminimal-versions
  • 9d84a01 Merge pull request #266 from os-checker/workspace_default_members-serde-default
  • 45ceca0 clippy: fix first doc comment paragraph is too long
  • Additional commits viewable in compare view

Updates trybuild from 1.0.103 to 1.0.104

Release notes

Sourced from trybuild's releases.

1.0.104

  • Documentation improvements
Commits
  • c0286aa Release 1.0.104
  • d303483 Ignore elidable_lifetime_names pedantic clippy lint
  • 8ebbc03 Point standard library links to stable
  • 7e49194 Unset doc-scrape-examples for lib target
  • e0f27f5 Fix -Zrandomize-layout setting in Windows jobs
  • fa532c2 More precise gitignore patterns
  • 24ec4cc Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates serde_repr from 0.1.19 to 0.1.20

Release notes

Sourced from serde_repr's releases.

0.1.20

  • Documentation improvements
Commits
  • dddfad6 Release 0.1.20
  • 30e35f1 Point standard library links to stable
  • 9f39e14 More precise gitignore patterns
  • 9926d68 Remove **/*.rs.bk from project-specific gitignore
  • b82609d Prevent upload-artifact step from causing CI failure
  • 5b6a20f Upload CI Cargo.lock for reproducing failures
  • a803115 Format with rustfmt 1.7.0-nightly
  • 49082fa Fill in ignore reasons in all #[ignore] attributes
  • See full diff in compare view

Updates quote from 1.0.38 to 1.0.39

Release notes

Sourced from quote's releases.

1.0.39

  • Documentation improvements
Commits
  • 7d089f5 Release 1.0.39
  • dd15f29 Ignore elidable_lifetime_names pedantic clippy lint
  • b723616 Point standard library links to stable
  • ddbabd5 Convert html links to intra-doc links
  • fa46189 Unset doc-scrape-examples for lib target
  • 4d071e3 Resolve doc_overindented_list_items clippy lint
  • 908ddbd More precise gitignore patterns
  • See full diff in compare view

Updates syn from 2.0.98 to 2.0.99

Release notes

Sourced from syn's releases.

2.0.99

  • Documentation improvements
Commits
  • 4552057 Release 2.0.99
  • f4d8f0e Ignore elidable_lifetime_names pedantic clippy lint
  • afbee2e Point standard library links to stable
  • fdbed64 Merge pull request #1848 from findepi/findepi/remove-obsolete-clippy-suppress...
  • 88f0820 Remove obsolete clippy suppressions
  • 5357d54 Update test suite to nightly-2025-02-13
  • 5cffd62 Update color-backtrace dependency to 0.7
  • 076ac95 Unset doc-scrape-examples for lib target
  • af12bda Ignore format_push_string pedantic clippy lint
  • f3614ce Update test suite to nightly-2025-02-07
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.93 to 1.0.94

Release notes

Sourced from proc-macro2's releases.

1.0.94

  • Documentation improvements
Commits
  • 7cb0f3c Release 1.0.94
  • 23c425c Raise minimum tested compiler to rust 1.67
  • cbffe0c Ignore elidable_lifetime_names pedantic clippy lint
  • a12fe8b Point standard library links to stable
  • 36920b1 Combine rustdoc semver exempt cfg into one argument
  • 3a9bc71 Convert html links to intra-doc links
  • c7d999c Unset doc-scrape-examples for lib target
  • 020a8ae Resolve unnecessary_semicolon pedantic clippy lint
  • 0a77455 Ignore WebAssembly linker warning
  • ffc417a More precise gitignore patterns
  • Additional commits viewable in compare view

Updates thiserror from 2.0.11 to 2.0.12

Release notes

Sourced from thiserror's releases.

2.0.12

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)
Commits
  • 95a5126 Release 2.0.12
  • 76490f7 Merge pull request #413 from dtolnay/elidablelifetime
  • 9f27b76 Ignore elidable_lifetime_names pedantic clippy lint
  • daf2a6f Resolve some elidable_lifetime_names pedantic clippy lint
  • 5f07160 Point standard library links to stable
  • 6706a51 Convert html links to intra-doc links
  • 2706873 More precise gitignore patterns
  • 70bc20d Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates portable-atomic from 1.10.0 to 1.11.0

Changelog

Sourced from portable-atomic's changelog.

[1.11.0] - 2025-02-24

Commits
  • 3350139 Release portable-atomic 1.11.0
  • b3acd85 Update changelog
  • eeb0235 Work around nightly-2025-02-24 rustc regression
  • 617263b rustfmt: set style_edition = "2024"
  • 312b90f riscv: Enable run-time detection of Zacas extension by default
  • 8382e12 detect: Support run-time detection on powerpc64 AIX
  • ab45c80 riscv: Zacas extension is no longer experimental in LLVM
  • ac6ae91 tools: Update build.sh for avr-none
  • 30e04b1 Temporarily disable {8,16}-bit quickcheck_fetch_neg test on armv5te
  • 0f5f81c tests/no-std-qemu: Work around riscv64gc size issue with LLVM 20
  • Additional commits viewable in compare view

Updates bytemuck from 1.21.0 to 1.22.0

Changelog

Sourced from bytemuck's changelog.

bytemuck changelog

1.22

  • Add the pod_saturating feature, which adds Pod impls for Saturating<T> when T is already Pod.
  • A bump in the minimum bytemuck_derive dependency from 1.4.0 to 1.4.1 to avoid a bug if you have a truly ancient cargo.lock file sitting around.
  • Adds Send and Sync impls to BoxBytes.

1.21

  • Implement Pod and Zeroable for core::arch::{x86, x86_64}::__m512, __m512d and __m512i without nightly. Requires Rust 1.72, and is gated through the avx512_simd cargo feature.
  • Allow the use of must_cast_mut and must_cast_slice_mut in const contexts. Requires Rust 1.83, and is gated through the must_cast_extra cargo feature.
  • internal: introduced the maybe_const_fn macro that allows defining some function to be const depending upon some cfg predicate.

1.20

  • New functions to allocate zeroed Arc and Rc. Requires Rust 1.82
  • TransparentWrapper impls for core::cmp::Reverse and core::num::Saturating.
  • internal: Simplified the library's fill_zeroes calls to write_bytes

1.19

  • Adds the #[track_caller] attribute to functions which may panic.

1.18

  • Adds the latest_stable_rust cargo feature, which is a blanket feature that turns all other features on that are both sound and compatible with Stable rust.

1.17.1

  • Adds #[repr(C)] to the union Transmute<A, B> type that's used internally for most of the transmutations.

1.17.0

  • Makes the must_cast versions of the by-value and by-ref casts be const. The mut ref cast is unaffected for now (mut references aren't yet stable in const fn). This increases the MSRV of using that particular feature from 1.57 to 1.64.

1.16.3

  • Fully described in Lokathor/bytemuck#256, This makes casting slices to/from ZST elements more consistent between the crate's core module and other modules.

... (truncated)

Commits
  • d1d918b chore: Release bytemuck version 1.22.0
  • f48810f changelog.
  • ee2f71f Add pod_saturating feature (#303)
  • e023695 bump bytemuck_derive dependency to >= 1.4.1 (#301)
  • 9ec593d Implement Send and Sync for BoxBytes. (#299)
  • 1f6afb3 Add a pack1 as a related crate for packed integers etc. (#296)
  • c254af3 chore: Release bytemuck_derive version 1.9.0
  • 417e989 fix changelog which cargo-release goofed because crates.io goofed.
  • d6cd76c chore: Release bytemuck_derive version 1.9.0
  • 95db6e1 changelog
  • Additional commits viewable in compare view

Updates either from 1.14.0 to 1.15.0

Commits

Updates yoke from 0.7.5 to 0.8.0

Changelog

Sourced from yoke's changelog.

Changelog

Unreleased

  • Components
    • General
      • ...
    • icu_calendar
      • Rename Islamic calendars to Hijri (unicode-org#6214)
    • icu_collections
      • Remove some panics from CodePointTrie, which should no longer pull in panic machinery even with arithmetic panics enabled for lookup (unicode-org#6204)
  • Data model and providers
    • icu_experimental
      • dimension
        • units
          • Update unit conversion to accept unit constant denominator (unicode-org#6199)
    • General
      • ...
    • icu_provider
      • Put MaybeEncodeAsVarULE behind the "export" feature (unicode-org#6221)
  • Utils
    • General
      • ...
    • ...

icu4x 2.0-beta2

  • Components
    • General
      • Update data to CLDR 47 Beta 1, ICU 77 RC, TZDB 2025a
      • Some crates have been given the ability to be built without alloc (unicode-org#6077, unicode-org#6078, unicode-org#6166)
      • Consistently wrap all options in None in Rust and FFI (unicode-org#6084)
      • Options now consistently live in options modules (unicode-org#6138)
      • Remove compiled_data Default constructors from types which are prone to change sufficiently often (unicode-org#5958)
      • Move types over to uniform ::new() constructor convention (unicode-org#6141)
      • Implement display on all error types (unicode-org#5969)
      • Use core::error, remove unused std features (unicode-org#5973)
      • Remove bench features (unicode-org#5986)
    • icu_calendar
      • Rename IsoWeekday to Weekday (unicode-org#6140)
      • Add Date::wrap_calendar_in_ref (unicode-org#6016)
      • Time and DateTime moved to icu_time component (unicode-org#5961)
      • Audit exhaustiveness of icu_calendar::types (unicode-org#5978)
      • Add calendar argument to IXDTF parsing, making it available without compiled_data feature (unicode-org#5982)
      • Use correct day of year for Japanese (unicode-org#5992)
    • icu_casemap
      • Add borrowed variants to casemapper types (unicode-org#6088)
      • Add missing keys to CollatorPreferences (unicode-org#5950)
    • icu_collections
      • Remove some panics (unicode-org#6052)

... (truncated)

Commits

Updates zerofrom from 0.1.5 to 0.1.6

Changelog

Sourced from zerofrom's changelog.

Changelog

Unreleased

  • Components
    • General
      • ...
    • icu_calendar
      • Rename Islamic calendars to Hijri (unicode-org#6214)
    • icu_collections
      • Remove some panics from CodePointTrie, which should no longer pull in panic machinery even with arithmetic panics enabled for lookup (unicode-org#6204)
  • Data model and providers
    • icu_experimental
      • dimension
        • units
          • Update unit conversion to accept unit constant denominator (unicode-org#6199)
    • General
      • ...
    • icu_provider
      • Put MaybeEncodeAsVarULE behind the "export" feature (unicode-org#6221)
  • Utils
    • General
      • ...
    • ...

icu4x 2.0-beta2

  • Components
    • General
      • Update data to CLDR 47 Beta 1, ICU 77 RC, TZDB 2025a
      • Some crates have been given the ability to be built without alloc (unicode-org#6077, unicode-org#6078, unicode-org#6166)
      • Consistently wrap all options in None in Rust and FFI (unicode-org#6084)
      • Options now consistently live in options modules (unicode-org#6138)
      • Remove compiled_data Default constructors from types which are prone to change sufficiently often (unicode-org#5958)
      • Move types over to uniform ::new() constructor convention (unicode-org#6141)
      • Implement display on all error types (unicode-org#5969)
      • Use core::error, remove unused std features (unicode-org#5973)
      • Remove bench features (unicode-org#5986)
    • icu_calendar
      • Rename IsoWeekday to Weekday (unicode-org#6140)
      • Add Date::wrap_calendar_in_ref (unicode-org#6016)
      • Time and DateTime moved to icu_time component (unicode-org#5961)
      • Audit exhaustiveness of icu_calendar::types (unicode-org#5978)
      • Add calendar argument to IXDTF parsing, making it available without compiled_data feature (unicode-org#5982)
      • Use correct day of year for Japanese (unicode-org#5992)
    • icu_casemap
      • Add borrowed variants to casemapper types (unicode-org#6088)
      • Add missing keys to CollatorPreferences (unicode-org#5950)
    • icu_collections
      • Remove some panics (unicode-org#6052)

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the rust-dependencies group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bitflags](https://github.com/bitflags/bitflags) | `2.8.0` | `2.9.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` |
| [indoc](https://github.com/dtolnay/indoc) | `2.0.5` | `2.0.6` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.14` | `1.0.15` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.139` | `1.0.140` |
| [textwrap](https://github.com/mgeisler/textwrap) | `0.16.1` | `0.16.2` |
| [time](https://github.com/time-rs/time) | `0.3.37` | `0.3.38` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.19.1` | `0.19.2` |
| [trybuild](https://github.com/dtolnay/trybuild) | `1.0.103` | `1.0.104` |
| [serde_repr](https://github.com/dtolnay/serde-repr) | `0.1.19` | `0.1.20` |
| [quote](https://github.com/dtolnay/quote) | `1.0.38` | `1.0.39` |
| [syn](https://github.com/dtolnay/syn) | `2.0.98` | `2.0.99` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.93` | `1.0.94` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.11` | `2.0.12` |
| [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.10.0` | `1.11.0` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.21.0` | `1.22.0` |
| [either](https://github.com/rayon-rs/either) | `1.14.0` | `1.15.0` |
| [yoke](https://github.com/unicode-org/icu4x) | `0.7.5` | `0.8.0` |
| [zerofrom](https://github.com/unicode-org/icu4x) | `0.1.5` | `0.1.6` |



Updates `bitflags` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.8.0...2.9.0)

Updates `clap` from 4.5.30 to 4.5.31
- [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.30...v4.5.31)

Updates `indoc` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.5...2.0.6)

Updates `itoa` from 1.0.14 to 1.0.15
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@1.0.14...1.0.15)

Updates `serde_json` from 1.0.139 to 1.0.140
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.139...v1.0.140)

Updates `textwrap` from 0.16.1 to 0.16.2
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md)
- [Commits](mgeisler/textwrap@0.16.1...0.16.2)

Updates `time` from 0.3.37 to 0.3.38
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.37...v0.3.38)

Updates `cargo_metadata` from 0.19.1 to 0.19.2
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.19.1...0.19.2)

Updates `trybuild` from 1.0.103 to 1.0.104
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](dtolnay/trybuild@1.0.103...1.0.104)

Updates `serde_repr` from 0.1.19 to 0.1.20
- [Release notes](https://github.com/dtolnay/serde-repr/releases)
- [Commits](dtolnay/serde-repr@0.1.19...0.1.20)

Updates `quote` from 1.0.38 to 1.0.39
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.38...1.0.39)

Updates `syn` from 2.0.98 to 2.0.99
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.98...2.0.99)

Updates `proc-macro2` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.93...1.0.94)

Updates `thiserror` from 2.0.11 to 2.0.12
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.11...2.0.12)

Updates `portable-atomic` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/taiki-e/portable-atomic/releases)
- [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md)
- [Commits](taiki-e/portable-atomic@v1.10.0...v1.11.0)

Updates `bytemuck` from 1.21.0 to 1.22.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.21.0...v1.22.0)

Updates `either` from 1.14.0 to 1.15.0
- [Commits](rayon-rs/either@1.14.0...1.15.0)

Updates `yoke` from 0.7.5 to 0.8.0
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zerofrom` from 0.1.5 to 0.1.6
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: indoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: itoa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: textwrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: trybuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_repr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: portable-atomic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: either
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: yoke
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: zerofrom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 6, 2025
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