Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the rust-dependencies group with 7 updates:

Package From To
colored 3.0.0 3.1.1
time 0.3.44 0.3.45
comfy-table 7.2.1 7.2.2
wasm-bindgen-test 0.3.56 0.3.58
thiserror 2.0.17 2.0.18
futures-concurrency 7.7.0 7.7.1
icu_provider_source 2.1.1 2.1.2

Updates colored from 3.0.0 to 3.1.1

Changelog

Sourced from colored's changelog.

Unreleased

  • Added methods ansi_color and on_ansi_color to Colorize.
Commits

Updates time from 0.3.44 to 0.3.45

Release notes

Sourced from time's releases.

v0.3.45

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.45 [2026-01-13]

Added

  • time::format_description::StaticFormatDescription type alias for &'static [BorrowedFormatItem<'static>]. This is the type returned by the time::macros::format_description! macro.

Changed

  • The minimum supported Rust version is now 1.83.0.
  • All floating point methods on Duration are now const fn.
  • All setters on Parsed are now const fn.
  • The serde dependency has been replaced with serde_core, This reduces compile times by not including unused parts of serde.
  • Date::from_julian_day uses a new algorithm, resulting in an approximately 16% performance improvement. This method is used internally by numerous other methods.
  • util::is_leap_year uses a new algorithm, resulting in an approximately 8% performance improvement.
Commits
  • d41b5e1 v0.3.45 release
  • 69db9fb Add noop to utils benchmark
  • 30ba933 Change from_julian_day algorithm
  • 267d847 Change leap year algorithm
  • 41e21ef Make util tests more opaque
  • 8f5981a Test whether every year 0-399 is leap year
  • 6365c4c Improve accuracy of Date benchmarks
  • a4fc845 Dependency upgrade
  • c468474 Rename lints for latest rustc
  • 037af66 Add type alias for format_description! output
  • Additional commits viewable in compare view

Updates comfy-table from 7.2.1 to 7.2.2

Release notes

Sourced from comfy-table's releases.

v7.2.2

[7.2.2] - 2026-01-13

Fix

  • Minor performance improvements
  • Fixed an edge-case, where multiple LowerBoundary constraints weren't uphold.
  • Fixed an issue where tables were misformatted when no vertical border styling was specified. #198

[7.2.1] - 2025-09-11

Misc

  • Adjust a single test case to not fail in 0x0 sized tty-environments. !186
Changelog

Sourced from comfy-table's changelog.

[7.2.2] - 2026-01-13

Fix

  • Minor performance improvements
  • Fixed an edge-case, where multiple LowerBoundary constraints weren't uphold.
  • Fixed an issue where tables were misformatted when no vertical border styling was specified. #198
Commits
  • 9040cd2 chore: Release comfy-table version 7.2.2
  • 51f69f6 docs: Prepare changelog for release
  • 2c697e1 Merge pull request #201 from Nukesor/fix-cell-verticl-styling
  • 4bc64ad fix: Cell formatting without any vertical styling
  • dda03a0 meta: LLM contribution guidelines
  • f1aa156 meta: Add AGENTS.md
  • d01e3d5 Merge pull request #200 from Nukesor/tests
  • 053f7c9 chore: Format codebase with nightly rules
  • 78e8f46 fix: Split doesn't result in violation of lower boundary
  • 68c307c fix: Successive lower boundary constraints
  • Additional commits viewable in compare view

Updates wasm-bindgen-test from 0.3.56 to 0.3.58

Commits

Updates thiserror from 2.0.17 to 2.0.18

Release notes

Sourced from thiserror's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates futures-concurrency from 7.7.0 to 7.7.1

Release notes

Sourced from futures-concurrency's releases.

v7.7.1

What's Changed

Full Changelog: yoshuawuyts/futures-concurrency@v7.7.0...v7.7.1

Commits
  • 72b5b26 chore: Release futures-concurrency version 7.7.1
  • 7336a08 Merge pull request #217 from Ddystopia/const_indexer
  • a78d5e9 fix(indexer): use a static divisor when possible
  • 877daa6 Merge pull request #221 from yoshuawuyts/release-7.6.4
  • See full diff in compare view

Updates icu_provider_source from 2.1.1 to 2.1.2

Changelog

Sourced from icu_provider_source's changelog.

Changelog

Unreleased

Fully filled in up to 30c187f4b7

  • Components
    • General
      • Use HTTPS links in docs (unicode-org#7212)
    • 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
      • measure

... (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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [colored](https://github.com/mackwic/colored) | `3.0.0` | `3.1.1` |
| [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.45` |
| [comfy-table](https://github.com/nukesor/comfy-table) | `7.2.1` | `7.2.2` |
| [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.56` | `0.3.58` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [futures-concurrency](https://github.com/yoshuawuyts/futures-concurrency) | `7.7.0` | `7.7.1` |
| [icu_provider_source](https://github.com/unicode-org/icu4x) | `2.1.1` | `2.1.2` |


Updates `colored` from 3.0.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@v3.0.0...v3.1.1)

Updates `time` from 0.3.44 to 0.3.45
- [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.44...v0.3.45)

Updates `comfy-table` from 7.2.1 to 7.2.2
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](Nukesor/comfy-table@v7.2.1...v7.2.2)

Updates `wasm-bindgen-test` from 0.3.56 to 0.3.58
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

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

Updates `futures-concurrency` from 7.7.0 to 7.7.1
- [Release notes](https://github.com/yoshuawuyts/futures-concurrency/releases)
- [Commits](yoshuawuyts/futures-concurrency@v7.7.0...v7.7.1)

Updates `icu_provider_source` from 2.1.1 to 2.1.2
- [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: colored
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: time
  dependency-version: 0.3.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: comfy-table
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: wasm-bindgen-test
  dependency-version: 0.3.58
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: futures-concurrency
  dependency-version: 7.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: icu_provider_source
  dependency-version: 2.1.2
  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 Jan 19, 2026
@github-actions
Copy link

Test262 conformance changes

Test result main count PR count difference
Total 52,598 52,598 0
Passed 49,421 49,421 0
Ignored 2,134 2,134 0
Failed 1,043 1,043 0
Panics 0 0 0
Conformance 93.96% 93.96% 0.00%

@nekevss nekevss added this pull request to the merge queue Jan 20, 2026
Merged via the queue into main with commit 57f172c Jan 20, 2026
17 checks passed
@nekevss nekevss deleted the dependabot/cargo/rust-dependencies-9e5ed3f06a branch January 20, 2026 16:29
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.

1 participant