Skip to content

Comments

chore(dependabot): bump the rust-dependencies group with 12 updates#685

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-dependencies-fce718b4c4
Open

chore(dependabot): bump the rust-dependencies group with 12 updates#685
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-dependencies-fce718b4c4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps the rust-dependencies group with 12 updates:

Package From To
resb 0.1.0 0.1.1
iana-time-zone 0.1.64 0.1.65
log 0.4.28 0.4.29
zoneinfo64 0.2.0 0.2.1
diplomat-tool 0.14.0 0.14.1
serde 1.0.225 1.0.228
serde_json 1.0.145 1.0.149
icu_time 2.1.0 2.1.1
hashbrown 0.16.0 0.16.1
indexmap 2.11.4 2.13.0
syn 2.0.106 2.0.117
clap 4.5.47 4.5.60

Updates resb from 0.1.0 to 0.1.1

Changelog

Sourced from resb's changelog.

Changelog

Unreleased

Fully filled in up to 30c187f4b7

  • Components
    • General
      • Use HTTPS links in docs (unicode-org#7212)
      • Update MSRV to 1.86 (unicode-org#7576)
    • icu_calendar
      • Introduce a new Month type, preferred over using month codes (unicode-org#7147)
      • Restrict the range of valid dates constructed via certain constructors (unicode-org#7219, unicode-org#7227)
      • Fix out-of-range bug during date arithmetic (unicode-org#7257)
      • Implement ISO 8601 date duration parsing (#7355)
      • Correctly produce ethioaa calendars from CalendarAlgorithm (unicode-org#7321)
      • Respect -u-rg in calendar resolution (unicode-org#7376)
      • Optimize the stack size of Date types (unicode-org#7220)
      • AnyCalendar cleanups and docs fixes (unicode-org#7223, unicode-org#7225)
      • Improve Hijri docs (unicode-org#7330, unicode-org#7332, unicode-org#7333)
      • Remove Hijri<AstronomicalSimulation> simulation code, retaining hardcoded data, falling back to Tabular for non-modern dates (unicode-org#7301)
      • Replace Date::day_of_week by Date::weekday (unicode-org#7288)
      • Deprecate Date::new_from_iso/Date::to_iso (unicode-org#7287)
      • Optimize Hebrew and Julian calendars (unicode-org#7213)
      • Optimize day/week diffing to use RDs (unicode-org#7308)
    • icu_casemap
      • General changes only
    • icu_collections
      • Add CodePointInversionListAndStringList::contains_utf8 (unicode-org#7363)
    • icu_codepointtrie_builder: 0.5.1 -> ???
      • Remove serde dep from icu_codepointtrie_builder (unicode-org#7298)
    • icu_collator
      • General changes only
    • icu_datetime
      • Fix error handling for FieldSetBuilder (unicode-org#7245)
      • Add some support for U (cyclic year) datetime symbol (unicode-org#7328)
      • Remove old datetime data structs (unicode-org#7205)
      • Assorted improvements to icu_datetime docs (unicode-org#7244)
    • icu_decimal
      • General changes only
    • icu_experimental: 0.4.0 -> ???
      • compactdecimal
        • Don't hallucinate patterns (unicode-org#7387)
        • Pack compact decimal data (unicode-org#7388)
        • Round fractional compact decimals to two significant digits (unicode-org#7389)
      • currency
        • Add currency fractions provider (unicode-org#7278)
        • Update comments for currency data structures to enhance clarity (unicode-org#7405)
      • dimension

... (truncated)

Commits

Updates iana-time-zone from 0.1.64 to 0.1.65

Changelog

Sourced from iana-time-zone's changelog.

[0.1.65] - 2026-01-28

Changed

  • Add wasi support (#190)
  • Add support for emscripten (#189)
  • Add s390x target to Rust CI workflow (#182)
Commits

Updates log from 0.4.28 to 0.4.29

Release notes

Sourced from log's releases.

0.4.29

MSRV

This release increases log's MSRV from 1.61.0 to 1.68.0.

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.28...0.4.29

Changelog

Sourced from log's changelog.

[0.4.29] - 2025-12-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.28...0.4.29

Commits
  • b1e2df7 Merge pull request #719 from rust-lang/cargo/0.4.29
  • 3fe1a54 prepare for 0.4.29 release
  • 7a432d9 Merge pull request #718 from rust-lang/ci/msrv
  • 0689d56 rebump msrv to 1.68.0
  • 46b448e try drop msrv back to 1.61.0
  • 929ab38 fix up doc test feature gate
  • 957cece bump serde-dependent crates
  • bea40c8 bump msrv to 1.68.0
  • c540184 Merge pull request #716 from rust-lang/ci-smaller-matrix2
  • c971e63 Merge branch 'master' into ci-smaller-matrix2
  • Additional commits viewable in compare view

Updates zoneinfo64 from 0.2.0 to 0.2.1

Changelog

Sourced from zoneinfo64's changelog.

Changelog

Unreleased

Fully filled in up to 30c187f4b7

  • Components
    • General
      • Use HTTPS links in docs (unicode-org#7212)
      • Update MSRV to 1.86 (unicode-org#7576)
    • icu_calendar
      • Introduce a new Month type, preferred over using month codes (unicode-org#7147)
      • Restrict the range of valid dates constructed via certain constructors (unicode-org#7219, unicode-org#7227)
      • Fix out-of-range bug during date arithmetic (unicode-org#7257)
      • Implement ISO 8601 date duration parsing (#7355)
      • Correctly produce ethioaa calendars from CalendarAlgorithm (unicode-org#7321)
      • Respect -u-rg in calendar resolution (unicode-org#7376)
      • Optimize the stack size of Date types (unicode-org#7220)
      • AnyCalendar cleanups and docs fixes (unicode-org#7223, unicode-org#7225)
      • Improve Hijri docs (unicode-org#7330, unicode-org#7332, unicode-org#7333)
      • Remove Hijri<AstronomicalSimulation> simulation code, retaining hardcoded data, falling back to Tabular for non-modern dates (unicode-org#7301)
      • Replace Date::day_of_week by Date::weekday (unicode-org#7288)
      • Deprecate Date::new_from_iso/Date::to_iso (unicode-org#7287)
      • Optimize Hebrew and Julian calendars (unicode-org#7213)
      • Optimize day/week diffing to use RDs (unicode-org#7308)
    • icu_casemap
      • General changes only
    • icu_collections
      • Add CodePointInversionListAndStringList::contains_utf8 (unicode-org#7363)
    • icu_codepointtrie_builder: 0.5.1 -> ???
      • Remove serde dep from icu_codepointtrie_builder (unicode-org#7298)
    • icu_collator
      • General changes only
    • icu_datetime
      • Fix error handling for FieldSetBuilder (unicode-org#7245)
      • Add some support for U (cyclic year) datetime symbol (unicode-org#7328)
      • Remove old datetime data structs (unicode-org#7205)
      • Assorted improvements to icu_datetime docs (unicode-org#7244)
    • icu_decimal
      • General changes only
    • icu_experimental: 0.4.0 -> ???
      • compactdecimal
        • Don't hallucinate patterns (unicode-org#7387)
        • Pack compact decimal data (unicode-org#7388)
        • Round fractional compact decimals to two significant digits (unicode-org#7389)
      • currency
        • Add currency fractions provider (unicode-org#7278)
        • Update comments for currency data structures to enhance clarity (unicode-org#7405)
      • dimension

... (truncated)

Commits

Updates diplomat-tool from 0.14.0 to 0.14.1

Commits

Updates serde from 1.0.225 to 1.0.228

Release notes

Sourced from serde's releases.

v1.0.228

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995)

v1.0.227

  • Documentation improvements (#2991)

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)
Commits
  • a866b33 Release 1.0.228
  • 5adc9e8 Merge pull request #2995 from dtolnay/rustdocflags
  • ab58178 Workaround for RUSTDOCFLAGS='--cfg=docsrs'
  • 415d9fc Release 1.0.227
  • 7c58427 Merge pull request #2991 from dtolnay/inlinecoredoc
  • 9d3410e Merge pull request #2992 from dtolnay/inplaceseed
  • 2fb6748 Remove InPlaceSeed public re-export
  • f8137c7 Inline serde_core into serde in docsrs mode
  • b7dbf7e Merge pull request #2990 from dtolnay/integer128
  • 7c83691 No longer macro_use integer128 module
  • Additional commits viewable in compare view

Updates serde_json from 1.0.145 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

Commits

Updates icu_time from 2.1.0 to 2.1.1

Changelog

Sourced from icu_time's changelog.

Changelog

Unreleased

Fully filled in up to 30c187f4b7

  • Components
    • General
      • Use HTTPS links in docs (unicode-org#7212)
      • Update MSRV to 1.86 (unicode-org#7576)
    • icu_calendar
      • Introduce a new Month type, preferred over using month codes (unicode-org#7147)
      • Restrict the range of valid dates constructed via certain constructors (unicode-org#7219, unicode-org#7227)
      • Fix out-of-range bug during date arithmetic (unicode-org#7257)
      • Implement ISO 8601 date duration parsing (#7355)
      • Correctly produce ethioaa calendars from CalendarAlgorithm (unicode-org#7321)
      • Respect -u-rg in calendar resolution (unicode-org#7376)
      • Optimize the stack size of Date types (unicode-org#7220)
      • AnyCalendar cleanups and docs fixes (unicode-org#7223, unicode-org#7225)
      • Improve Hijri docs (unicode-org#7330, unicode-org#7332, unicode-org#7333)
      • Remove Hijri<AstronomicalSimulation> simulation code, retaining hardcoded data, falling back to Tabular for non-modern dates (unicode-org#7301)
      • Replace Date::day_of_week by Date::weekday (unicode-org#7288)
      • Deprecate Date::new_from_iso/Date::to_iso (unicode-org#7287)
      • Optimize Hebrew and Julian calendars (unicode-org#7213)
      • Optimize day/week diffing to use RDs (unicode-org#7308)
    • icu_casemap
      • General changes only
    • icu_collections
      • Add CodePointInversionListAndStringList::contains_utf8 (unicode-org#7363)
    • icu_codepointtrie_builder: 0.5.1 -> ???
      • Remove serde dep from icu_codepointtrie_builder (unicode-org#7298)
    • icu_collator
      • General changes only
    • icu_datetime
      • Fix error handling for FieldSetBuilder (unicode-org#7245)
      • Add some support for U (cyclic year) datetime symbol (unicode-org#7328)
      • Remove old datetime data structs (unicode-org#7205)
      • Assorted improvements to icu_datetime docs (unicode-org#7244)
    • icu_decimal
      • General changes only
    • icu_experimental: 0.4.0 -> ???
      • compactdecimal
        • Don't hallucinate patterns (unicode-org#7387)
        • Pack compact decimal data (unicode-org#7388)
        • Round fractional compact decimals to two significant digits (unicode-org#7389)
      • currency
        • Add currency fractions provider (unicode-org#7278)
        • Update comments for currency data structures to enhance clarity (unicode-org#7405)
      • dimension

... (truncated)

Commits

Updates hashbrown from 0.16.0 to 0.16.1

Release notes

Sourced from hashbrown's releases.

v0.16.1

Added

  • Added HashTable methods related to the raw bucket index (#657)
  • Added VacantEntryRef::insert_with_key (#579)

Changed

  • Removed specialization for Copy types (#662)
  • The get_many_mut family of methods have been renamed to get_disjoint_mut to match the standard library. The old names are still present for now, but deprecated. (#648)
  • Recognize and use over-sized allocations when using custom allocators. (#523)
  • Depend on serde_core instead of serde. (#649)
  • Optimized collect on rayon parallel iterators. (#652)
Changelog

Sourced from hashbrown's changelog.

0.16.1 - 2025-11-20

Added

  • Added HashTable methods related to the raw bucket index (#657)
  • Added VacantEntryRef::insert_with_key (#579)

Changed

  • Removed specialization for Copy types (#662)
  • The get_many_mut family of methods have been renamed to get_disjoint_mut to match the standard library. The old names are still present for now, but deprecated. (#648)
  • Recognize and use over-sized allocations when using custom allocators. (#523)
  • Depend on serde_core instead of serde. (#649)
  • Optimized collect on rayon parallel iterators. (#652)
Commits
  • 1876e4f Add PR link for get_disjoint_mut rename
  • 2e363b6 Update CHANGELOG for version 0.16.1
  • 88d54a5 chore: release v0.16.1
  • 21be06c Merge pull request #657 from cuviper/table-bucket
  • af971f3 Add T to bucket iterators and inline their methods
  • 7ccb6d6 Add HashTable::iter_buckets and iter_hash_buckets
  • aeb7996 Add HashTable::get_bucket_entry_unchecked
  • e885a4e get_bucket_entry -> Result\<OccupiedEntry, AbsentEntry>
  • dabfbef Add get_bucket_unchecked and get_bucket_unchecked_mut
  • 42d9377 Make HashTable entries use Tag instead of a full hash
  • Additional commits viewable in compare view

Updates indexmap from 2.11.4 to 2.13.0

Changelog

Sourced from indexmap's changelog.

2.13.0 (2026-01-07)

  • Implemented Clone for IntoKeys and IntoValues.
  • Added map::Slice::split_at_checked and split_at_mut_checked.
  • Added set::Slice::split_at_checked.

2.12.1 (2025-11-20)

  • Simplified a lot of internals using hashbrown's new bucket API.

2.12.0 (2025-10-17)

  • MSRV: Rust 1.82.0 or later is now required.
  • Updated the hashbrown dependency to 0.16 alone.
  • Error types now implement core::error::Error.
  • Added pop_if methods to IndexMap and IndexSet, similar to the method for Vec added in Rust 1.86.
Commits
  • a4aba99 Merge pull request #431 from cuviper/release-2.13.0
  • e345f3a Release 2.13.0
  • e6b677b Merge pull request #430 from cuviper/split_at_checked
  • 61c9d53 Add Slice::split_at_checked and split_at_mut_checked
  • 8b8d350 Merge pull request #426 from cuviper/clone-intokv
  • 88efd0c impl Clone for IntoKeys and IntoValues
  • 3b6d04b Merge pull request #425 from cuviper/inner-core
  • eb30eb1 Move crate::map::core to crate::inner
  • cfad758 Merge pull request #424 from cuviper/buckets
  • a96b9c7 Release 2.12.1
  • Additional commits viewable in compare view

Updates syn from 2.0.106 to 2.0.117

Release notes

Sourced from syn's releases.

2.0.117

  • Fix parsing of self:: pattern in first function argument (#1970)

2.0.116

  • Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver (#1968)

2.0.115

  • Enable GenericArgument::Constraint parsing in non-full mode (#1966)

2.0.114

  • Make std dependencies more easily discoverable in source code (#1956, thanks @​tamird)

2.0.113

  • Allow parsing TypeParam with colon not followed by any type param bounds (#1953, thanks @​wyfo)

2.0.112

2.0.111

  • Allow first argument of braced!, bracketed!, parenthesized! to be an otherwise unused variable (#1946)

2.0.110

  • Tweaks to improve build speed (#1939, thanks @​dishmaker)
  • Make syn::ext::IdentExt::unraw available without "parsing" feature (#1940)
  • Support parsing syn::Meta followed by => (#1944)

2.0.109

2.0.108

  • Parse unrecognized or invalid literals as Lit::Verbatim (#1925)

2.0.107

  • Improve panic message when constructing a LitInt, LitFloat, or Lit from invalid syntax (#1917)
  • Improve panic message on Punctuated index out of bounds (#1922)
Commits
  • 7bcb37c Release 2.0.117
  • 9c6e7d3 Merge pull request #1970 from dtolnay/receiver
  • 019a848 Fix self:: pattern in first function argument
  • 23f54f3 Update test suite to nightly-2026-02-18
  • b99b9a6 Unpin CI miri toolchain
  • a62e54a Release 2.0.116
  • 5a8ed9f Merge pull request #1968 from dtolnay/receiver
  • 813afcc Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver
  • c172150 Add regression test for issue 1718
  • 0071ab3 Ignore type_complexity clippy lint
  • Additional commits viewable in compare view

Updates clap from 4.5.47 to 4.5.60

Release notes

Sourced from clap's releases.

v4.5.60

[4.5.60] - 2026-02-19

Fixes

  • (help) Quote empty default values, possible values

v4.5.59

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

[4.5.58] - 2026-02-11

v4.5.57

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

v4.5.53

[4.5.53] - 2025-11-19

Features

... (truncated)

Changelog

Sourced from clap's changelog.

[4.5.60] - 2026-02-19

Fixes

  • (help) Quote empty default values, possible values

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands

[4.5.58] - 2026-02-11

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

... (truncated)

Commits
  • 33d24d8 chore: Release
  • 9332409 docs: Update changelog
  • b7adce5 Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion
  • 009bba4 fix(clap_complete): Improve powershell registration
  • d89d57d chore: Release
  • f18b67e docs: Update changelog
  • 9d218eb Merge pull request #6165 from epage/shirt
  • 126440c fix(help): Correctly calculate padding for short-only args
  • 9e3c05e test(help): Show panic with short, valueless arg
  • c9898d0 test(help): Verify short with value
  • 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

Bumps the rust-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [resb](https://github.com/unicode-org/icu4x) | `0.1.0` | `0.1.1` |
| [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.64` | `0.1.65` |
| [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` |
| [zoneinfo64](https://github.com/unicode-org/icu4x) | `0.2.0` | `0.2.1` |
| [diplomat-tool](https://github.com/rust-diplomat/diplomat) | `0.14.0` | `0.14.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.225` | `1.0.228` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` |
| [icu_time](https://github.com/unicode-org/icu4x) | `2.1.0` | `2.1.1` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.16.0` | `0.16.1` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.4` | `2.13.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.106` | `2.0.117` |
| [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.60` |


Updates `resb` from 0.1.0 to 0.1.1
- [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 `iana-time-zone` from 0.1.64 to 0.1.65
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](strawlab/iana-time-zone@v0.1.64...v0.1.65)

Updates `log` from 0.4.28 to 0.4.29
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.28...0.4.29)

Updates `zoneinfo64` from 0.2.0 to 0.2.1
- [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 `diplomat-tool` from 0.14.0 to 0.14.1
- [Commits](https://github.com/rust-diplomat/diplomat/compare/v0.14.0...diplomat-runtime@0.14.1)

Updates `serde` from 1.0.225 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.225...v1.0.228)

Updates `serde_json` from 1.0.145 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.149)

Updates `icu_time` from 2.1.0 to 2.1.1
- [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 `hashbrown` from 0.16.0 to 0.16.1
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.16.0...v0.16.1)

Updates `indexmap` from 2.11.4 to 2.13.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.11.4...2.13.0)

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

Updates `clap` from 4.5.47 to 4.5.60
- [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.47...clap_complete-v4.5.60)

---
updated-dependencies:
- dependency-name: resb
  dependency-version: 0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: iana-time-zone
  dependency-version: 0.1.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: zoneinfo64
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: diplomat-tool
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: icu_time
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: hashbrown
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: indexmap
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: syn
  dependency-version: 2.0.117
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: clap
  dependency-version: 4.5.60
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-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 Feb 24, 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