Skip to content

chore(deps): bump the rust-dependencies group with 11 updates#5416

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-401af10178
Open

chore(deps): bump the rust-dependencies group with 11 updates#5416
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-401af10178

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 11 updates:

Package From To
mimalloc-safe 0.1.63 0.1.64
rustls 0.23.40 0.23.41
time 0.3.49 0.3.51
log 0.4.32 0.4.33
trybuild 1.0.116 1.0.117
rustyline 18.0.0 18.0.1
quote 1.0.45 1.0.46
arrayvec 0.7.6 0.7.7
timezone_provider 0.2.3 0.2.4
temporal_rs 0.2.3 0.2.4
icu_collator 2.2.0 2.2.1

Updates mimalloc-safe from 0.1.63 to 0.1.64

Release notes

Sourced from mimalloc-safe's releases.

mimalloc-safe-v0.1.64

Chore

  • (deps) Update actions/checkout action to v7 (#81)
  • (deps) Switch mimalloc3 to upstream microsoft/mimalloc (#82)
Changelog

Sourced from mimalloc-safe's changelog.

[0.1.64] - 2026-06-24

Chore

  • (deps) Update actions/checkout action to v7 (#81)
  • (deps) Switch mimalloc3 to upstream microsoft/mimalloc (#82)
Commits

Updates rustls from 0.23.40 to 0.23.41

Commits
  • 642a103 ci: drop Taplo job
  • 752c144 Drop nightly clippy tests
  • 8d8611a Fix new clippy::useless-borrows-in-formatting
  • ebf3297 Fix new clippy::manual_clear
  • 46808e7 ci: sync cargo-check-external-types nightly
  • 041a8d2 Cargo deny: allow RUSTSEC-2026-0173
  • 62e220e Take semver-compatible dependency updates
  • 3c14696 Upgrade to hickory-resolver 0.26
  • 848a2cc connect-tests: delete ech.rs
  • 5ce9cac Bump version to 0.23.41
  • Additional commits viewable in compare view

Updates time from 0.3.49 to 0.3.51

Release notes

Sourced from time's releases.

v0.3.51

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.51 [2026-06-22]

Fixed

  • time compiles with macros enabled. This version is otherwise identical to v0.3.50.

0.3.50 [2026-06-22]

Added

  • Timestamp type

Fixed

  • [year] in a runtime-parsed version 3 format description when the large-dates feature is not enabled now succeeds. This previously failed due to a missing #[cfg].

Performance

  • Further gains when parsing with the non-deprecated parts of the RFC 2822 well-known format
  • Gains when formatting with the ISO 8601 well-known format
  • Date arithmetic is improved in common situations
Commits
  • 4ae4926 v0.3.51 release
  • 88eece3 v0.3.50 release
  • e1aa9ed Remove unused imports
  • 6f64473 Add regression test for issue 773
  • 9f8d7da Improve performance of ISO 8601 formatting
  • 356975c Share parsing components with different versions
  • 2850178 Improve RFC 2822 fast path
  • 1f6fa79 Add #[inline] to trivial method
  • 7e4fd30 Add fast path for Date arithmetic
  • a928f2d Avoid range error when not using large-dates
  • Additional commits viewable in compare view

Updates log from 0.4.32 to 0.4.33

Changelog

Sourced from log's changelog.

[0.4.33] - 2026-06-20

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.32...0.4.33

Commits
  • f405739 Merge pull request #734 from rust-lang/cargo/0.4.33
  • 6a24abf prepare for 0.4.33 release
  • 87e0621 Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparison
  • a9b5711 Review: fallback to the &str hash
  • cc89cc6 Review: fixed other comparisons
  • 920e7dc Review: fixed comparison on MaybeStaticStr
  • 0d71d3c Fixed key comparison
  • See full diff in compare view

Updates trybuild from 1.0.116 to 1.0.117

Release notes

Sourced from trybuild's releases.

1.0.117

  • Better error message when TRYBUILD env var is wrong (#332, thanks @​tisonkun)
Commits
  • 333eb00 Release 1.0.117
  • 820b8a5 Merge pull request #332 from tisonkun/patch-1
  • 7e9d0a6 Update actions/checkout@v6 -> v7
  • 8dd2668 Better error message when TRYBUILD env var is wrong
  • 0ee8f5a Raise required compiler to Rust 1.85
  • 4dec71c Resolve unnecessary_map_or clippy lint
  • 7d7cc4c Raise required compiler to Rust 1.82
  • See full diff in compare view

Updates rustyline from 18.0.0 to 18.0.1

Release notes

Sourced from rustyline's releases.

18.0.1

What's Changed

Full Changelog: kkawakam/rustyline@v18.0.0...v18.0.1

Commits

Updates quote from 1.0.45 to 1.0.46

Release notes

Sourced from quote's releases.

1.0.46

Commits
  • bc4caf2 Release 1.0.46
  • dc0e304 Format with rustfmt
  • 712114c Drop arrow from syntax of quote_spanned_with_expanded_span
  • f93ab8a Eliminate quote_spanned_with_expanded_span_as_expr macro
  • 1ff3951 Eliminate __quote_spanned macro
  • 64e913a Unify quote_spanned definitions
  • 2978e8b Wrap comment to 80 columns
  • 7f311a0 Fix PR 329 fat arrow spacing
  • 313a8a2 Remove unneeded get_span from PR 329
  • 0b33821 Merge pull request #329 from Noratrieb/avoid-repeat-expand
  • Additional commits viewable in compare view

Updates arrayvec from 0.7.6 to 0.7.7

Changelog

Sourced from arrayvec's changelog.

0.7.7

Commits
  • 8267e7e 0.7.7
  • af46ae7 Update CHANGELOG
  • 1bc606d Fix warning about hidden elided lifetime in Drain
  • 29daea9 Fix double-free for ZSTs with Drop in .extend()
  • 0ff49b9 add a test demonstrating double-free in extend() for ZSTs
  • 812c83a Use 16-bit lengths on 16-bit targets
  • 4ef0e89 Add ArrayVec::spare_capacity_mut
  • See full diff in compare view

Updates timezone_provider from 0.2.3 to 0.2.4

Release notes

Sourced from timezone_provider's releases.

v0.2.4 release

What's Changed in v0.2.4

Full Changelog: boa-dev/temporal@v0.2.3...v0.2.4

Changelog

Sourced from timezone_provider's changelog.

What's Changed in v0.2.4

Full Changelog: boa-dev/temporal@v0.2.3...v0.2.4

Commits
  • a5cebbc Release temporal_rs 0.2.4 (#731)
  • f10b8d5 chore(dependabot): bump the rust-dependencies group with 9 updates (#728)
  • ced23bc ZonedDateTime backward shift spec change (#725)
  • d475808 Fix ComputeNudgeWindow startEpochNs computation to check full startDateDurati...
  • See full diff in compare view

Updates temporal_rs from 0.2.3 to 0.2.4

Release notes

Sourced from temporal_rs's releases.

v0.2.4 release

What's Changed in v0.2.4

Full Changelog: boa-dev/temporal@v0.2.3...v0.2.4

Changelog

Sourced from temporal_rs's changelog.

What's Changed in v0.2.4

Full Changelog: boa-dev/temporal@v0.2.3...v0.2.4

Commits
  • a5cebbc Release temporal_rs 0.2.4 (#731)
  • f10b8d5 chore(dependabot): bump the rust-dependencies group with 9 updates (#728)
  • ced23bc ZonedDateTime backward shift spec change (#725)
  • d475808 Fix ComputeNudgeWindow startEpochNs computation to check full startDateDurati...
  • See full diff in compare view

Updates icu_collator from 2.2.0 to 2.2.1

Changelog

Sourced from icu_collator's changelog.

Changelog

icu 2.2.x

Several crates have had patch releases in the 2.2 stream:

  • Components
    • (2.2.1) icu_calendar
      • Fix extended year calculations in Gregorian-like and Coptic-like calendars (unicode-org#7849)
    • (2.2.1) icu_collator
      • Fix panic when using AlternateHandling::Shifted with MaxVariable::Currency (off-by-one in special primaries validation). (unicode-org#8081)
  • Utils
    • (0.8.3) yoke
      • Fix soundness of Send/Sync impls on CartableOptionPointer (unicode-org#8029)
      • Update to 2024 edition where possible (unicode-org#7878)

icu4x 2.2

  • Components
    • General
      • Use HTTPS links in docs (unicode-org#7212)
      • Update MSRV to 1.86 (unicode-org#7576)
      • Updated to CLDR 48.2 (unicode-org#7792)
      • Replace experimental features with unstable features (unicode-org#7566)
      • Add categories and keywords to Cargo.toml for all components (unicode-org#7737)
    • icu_calendar
      • Add Date::try_new, which replaces Date::try_new_from_codes, and takes typed year/month values. (unicode-org#7773, unicode-org#7764)
      • New methods: Date::try_new (and primarily-internal Calendar::new_date)
      • New types: InputYear, DateNewError
      • Handle possible Overflow values on individual calendars (unicode-org#7795)
      • New Date::try_from_fields API for fully general date construction from various choices of year and month values (unicode-org#7798)
      • New methods: Date::try_from_fields()
      • New types: DateFields, DateFromFieldsOptions, Overflow, MissingFieldsStrategy, DateFromFieldsError
      • New associated method: Calendar::from_fields()
      • New Date arithmetic APIs for adding and subtracting dates (unicode-org#7798, unicode-org#7355, unicode-org#7257)
      • New methods: Date::try_add_with_options, Date::try_added_with_options, Date::try_until_with_options
      • New types: DateDuration, DateAddOptions, DateDifferenceOptions, DateDurationUnit, DateDurationParseError, DateAddError, MismatchedCalendarError
      • New associated items: Calendar::add, Calendar::until, Calendar::DateCompatibilityError
      • Introduce a new Month type, preferred over using month codes (unicode-org#7147, unicode-org#7756)
        • New type: Month
        • New method: MonthInfo::to_input()
      • Introduce year/date ranges to all APIs, documented on the APIs themselves. Date now has a fundamental range (ISO years between ±999,999), and most constructors enforce a stricter range of ±9999 years for input years. (unicode-org#7676, unicode-org#7062, unicode-org#7629, unicode-org#7753, unicode-org#7219, unicode-org#7227)
      • Add constructors with Month for lunisolar calendars (unicode-org#7485)
      • New methods: Date::try_new_korean_traditional(), Date::try_new_chinese_traditional(), Date::try_new_hebrew_v2()
      • Expose LeapStatus on MonthInfo (unicode-org#7667)
      • New method: MonthInfo::leap_status()
      • New enum: LeapStatus
      • (Unstable) Integrate with chrono, jiff, and time (unicode-org#7617, unicode-org#7711)
      • New impls: From<chrono::NaiveDate>, From<jiff::civil::Date>, From<time::Date> for Date<Gregorian>

... (truncated)

Commits
  • 6f32890 Publish icu_calendar 2.2.1 (#7850)
  • 20b106f Fix extended year calculations by adding internal types AbstractGregorianYear...
  • See full diff 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 11 updates:

| Package | From | To |
| --- | --- | --- |
| [mimalloc-safe](https://github.com/napi-rs/mimalloc-safe) | `0.1.63` | `0.1.64` |
| [rustls](https://github.com/rustls/rustls) | `0.23.40` | `0.23.41` |
| [time](https://github.com/time-rs/time) | `0.3.49` | `0.3.51` |
| [log](https://github.com/rust-lang/log) | `0.4.32` | `0.4.33` |
| [trybuild](https://github.com/dtolnay/trybuild) | `1.0.116` | `1.0.117` |
| [rustyline](https://github.com/kkawakam/rustyline) | `18.0.0` | `18.0.1` |
| [quote](https://github.com/dtolnay/quote) | `1.0.45` | `1.0.46` |
| [arrayvec](https://github.com/bluss/arrayvec) | `0.7.6` | `0.7.7` |
| [timezone_provider](https://github.com/boa-dev/temporal) | `0.2.3` | `0.2.4` |
| [temporal_rs](https://github.com/boa-dev/temporal) | `0.2.3` | `0.2.4` |
| [icu_collator](https://github.com/unicode-org/icu4x) | `2.2.0` | `2.2.1` |


Updates `mimalloc-safe` from 0.1.63 to 0.1.64
- [Release notes](https://github.com/napi-rs/mimalloc-safe/releases)
- [Changelog](https://github.com/napi-rs/mimalloc-safe/blob/main/CHANGELOG.md)
- [Commits](napi-rs/mimalloc-safe@mimalloc-safe-v0.1.63...mimalloc-safe-v0.1.64)

Updates `rustls` from 0.23.40 to 0.23.41
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.40...v/0.23.41)

Updates `time` from 0.3.49 to 0.3.51
- [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.49...v0.3.51)

Updates `log` from 0.4.32 to 0.4.33
- [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.32...0.4.33)

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

Updates `rustyline` from 18.0.0 to 18.0.1
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](kkawakam/rustyline@v18.0.0...v18.0.1)

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

Updates `arrayvec` from 0.7.6 to 0.7.7
- [Release notes](https://github.com/bluss/arrayvec/releases)
- [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md)
- [Commits](bluss/arrayvec@0.7.6...0.7.7)

Updates `timezone_provider` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/boa-dev/temporal/releases)
- [Changelog](https://github.com/boa-dev/temporal/blob/main/CHANGELOG.md)
- [Commits](boa-dev/temporal@v0.2.3...v0.2.4)

Updates `temporal_rs` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/boa-dev/temporal/releases)
- [Changelog](https://github.com/boa-dev/temporal/blob/main/CHANGELOG.md)
- [Commits](boa-dev/temporal@v0.2.3...v0.2.4)

Updates `icu_collator` from 2.2.0 to 2.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/compare/icu@2.2.0...ind/icu_calendar@2.2.1)

---
updated-dependencies:
- dependency-name: mimalloc-safe
  dependency-version: 0.1.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rustls
  dependency-version: 0.23.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: time
  dependency-version: 0.3.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: log
  dependency-version: 0.4.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: trybuild
  dependency-version: 1.0.117
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rustyline
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: quote
  dependency-version: 1.0.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: arrayvec
  dependency-version: 0.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: timezone_provider
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: temporal_rs
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: icu_collator
  dependency-version: 2.2.1
  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 the C-Dependencies Pull requests that update a dependency file label Jun 27, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 27, 2026 08:09
@dependabot dependabot Bot added the C-Dependencies Pull requests that update a dependency file label Jun 27, 2026
@github-actions github-actions Bot added the Waiting On Review Waiting on reviews from the maintainers label Jun 27, 2026
@github-actions github-actions Bot added this to the v1.0.0 milestone Jun 27, 2026
@github-actions

Copy link
Copy Markdown

Test262 conformance changes

Test result main count PR count difference
Total 53,125 53,125 0
Passed 51,072 51,072 0
Ignored 1,482 1,482 0
Failed 571 571 0
Panics 0 0 0
Conformance 96.14% 96.14% 0.00%

Tested main commit: 8a1e8fe07f626f7a067afc2c9885d5d87de4bb5d
Tested PR commit: 1477b5238429deecf8e4ee9cf95b0c2026d43dbc
Compare commits: 8a1e8fe...1477b52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Dependencies Pull requests that update a dependency file Waiting On Review Waiting on reviews from the maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants