Skip to content

chore(deps): bump the rust-dependencies group across 1 directory with 13 updates#5423

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

chore(deps): bump the rust-dependencies group across 1 directory with 13 updates#5423
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-e6dca6a767

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
mimalloc-safe 0.1.63 0.1.64
rustls 0.23.40 0.23.41
rustc-hash 2.1.2 2.1.3
time 0.3.49 0.3.53
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
rand 0.10.1 0.10.2
arrayvec 0.7.6 0.7.8
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 rustc-hash from 2.1.2 to 2.1.3

Changelog

Sourced from rustc-hash's changelog.

2.1.3

Commits

Updates time from 0.3.49 to 0.3.53

Release notes

Sourced from time's releases.

v0.3.53

See the changelog for details.

v0.3.52

See the changelog for details.

v0.3.51

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.53 [2026-07-01]

There are no publicly-facing changes in this release. It solely works around the cookie crate relying on an implementation detail of time that was never part of the public API (and thus subject to semver guarantees). The internal API has been reverted to the extent necessary for cookie to compile. This measure is temporary; the internal change will be re-applied in an yet-to-be-determined future release.

0.3.52 [2026-06-30]

Fixed

  • Subsecond values in the time! macro are parsed using the textual representation, ensuring accuracy. Previously, they were parsed using the floating point representation, which could result in a loss of precision and even invalid values.
  • The date! macro could previously create an invalid value that would then panic at compile time. The macro now emits a proper error instead.
  • When parsing an invalid format description, an edge case would inadvertently panic. This now returns an error as intended.

Added

  • Support default values when parsing

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] [YANKED]

This version was yanked because it would not compile when the macros feature was enabled.

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
  • 0ae2f84 v0.3.53 release
  • cea8c96 Avoid issue with cookie crate temporarily
  • 55e1f2b Require private type to properly seal traits
  • 7cf4780 v0.3.52 release
  • 0e5b04f Fix trusted publishing workflow
  • 6e4140a Support default values when parsing
  • 10ac36a Add more doctests to Timestamp
  • 6b0d468 Restore lexer depth on the unclosed-bracket error path
  • 0abc06d Add trusted publishing
  • 43cf0c0 Preferentially group shards by target
  • 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 rand from 0.10.1 to 0.10.2

Changelog

Sourced from rand's changelog.

[0.10.2] — 2026-07-02

Fixes

  • Fix possible memory safety violation due to deserialization of UniformChar from bad source (#1790)

Changes

  • Document required output order of fn partial_shuffle and apply #[must_use] (#1769)
  • Avoid usage of unsafe in contexts where non-local memory corruption could invalidate contract (#1791)

#1769: rust-random/rand#1769 #1790: rust-random/rand#1790 #1791: rust-random/rand#1791

Commits

Updates arrayvec from 0.7.6 to 0.7.8

Changelog

Sourced from arrayvec's changelog.

0.7.8

0.7.7

Commits
  • 0cb664c 0.7.8
  • f3a707f Update CHANGELOG
  • 66f86e4 tests: skip two tests on 32-bit architectures
  • 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

… 13 updates

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

| 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` |
| [rustc-hash](https://github.com/rust-lang/rustc-hash) | `2.1.2` | `2.1.3` |
| [time](https://github.com/time-rs/time) | `0.3.49` | `0.3.53` |
| [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` |
| [rand](https://github.com/rust-random/rand) | `0.10.1` | `0.10.2` |
| [arrayvec](https://github.com/bluss/arrayvec) | `0.7.6` | `0.7.8` |
| [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 `rustc-hash` from 2.1.2 to 2.1.3
- [Changelog](https://github.com/rust-lang/rustc-hash/blob/main/CHANGELOG.md)
- [Commits](rust-lang/rustc-hash@v2.1.2...v2.1.3)

Updates `time` from 0.3.49 to 0.3.53
- [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.53)

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 `rand` from 0.10.1 to 0.10.2
- [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.1...0.10.2)

Updates `arrayvec` from 0.7.6 to 0.7.8
- [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.8)

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: rustc-hash
  dependency-version: 2.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: time
  dependency-version: 0.3.53
  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: rand
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: arrayvec
  dependency-version: 0.7.8
  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 Jul 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 4, 2026 08:09
@dependabot dependabot Bot added the C-Dependencies Pull requests that update a dependency file label Jul 4, 2026
@github-actions github-actions Bot added the Waiting On Review Waiting on reviews from the maintainers label Jul 4, 2026
@github-actions github-actions Bot added this to the v1.0.0 milestone Jul 4, 2026
@github-actions

github-actions Bot commented Jul 4, 2026

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: e821928fc93382a5cd5cb9d76ca55691ab02bc12
Compare commits: 8a1e8fe...e821928

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