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 with 6 updates #4053

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the rust-dependencies group with 6 updates:

Package From To
hashbrown 0.15.1 0.15.2
proc-macro2 1.0.91 1.0.92
portable-atomic 1.9.0 1.10.0
url 2.5.3 2.5.4
yoke 0.7.4 0.7.5
zerofrom 0.1.4 0.1.5

Updates hashbrown from 0.15.1 to 0.15.2

Changelog

Sourced from hashbrown's changelog.

[v0.15.2] - 2024-11-14

Added

  • Marked const fn constructors as rustc_const_stable_indirect when built as part of the standard library. (#586)
Commits

Updates proc-macro2 from 1.0.91 to 1.0.92

Release notes

Sourced from proc-macro2's releases.

1.0.92

  • Improve compiler/fallback mismatch panic message (#487)
Commits

Updates portable-atomic from 1.9.0 to 1.10.0

Changelog

Sourced from portable-atomic's changelog.

[1.10.0] - 2024-11-23

  • Update to stabilized s390x and Arm64EC inline assembly. (97645c1, e1d1a97)

  • Make get_mut const fn on Rust 1.83+. (0dea68c)

  • Make from_ptr const fn on Rust 1.83+. (align to the std atomic change in Rust 1.84) (50532d8)

  • Various optimizations:

    • RISC-V without A-extension: Optimize 16-bit fetch_not when Zabha enabled. (a487a09)
    • s390x: Optimize 128-bit CAS/RMW. (fba028d, 33ab2c1)
    • PowerPC64: Optimize 128-bit Acquire/AcqRel/SeqCst CAS/RMW and 128-bit CAS with Relaxed failure ordering. (33ab2c1)
    • AVR: Optimize 8-bit load/store. (33ab2c1)
  • Improve support of run-time detection and outline-atomics:

    • Enable run-time detection by default on powerpc64 and aarch64 linux-uclibc. (#193)
    • Improve run-time detection of powerpc64 quadword-atomics. (1e3bfda)
    • Improve run-time detection of Zhaoxin CPU. (f283d2a)
  • Support RISC-V Zacas extension on pre-1.82 rustc. (#194)

  • Improve compile-time detection of RISC-V Zaamo/Zabha extensions. (673137a)

  • Respect RUSTC_BOOTSTRAP=-1 recently added in nightly in rustc version detection. (5b2847a)

Commits
  • b703006 Release portable-atomic 1.10.0
  • 1af9480 Update changelog
  • 33ab2c1 Cleanups for AVR/MSP430/PowerPC/RISC-V/s390x
  • 6d945ab Revert "ci: Temporarily disable NetBSD test"
  • e7b7a56 Release portable-atomic-util 0.2.4
  • 99e56d6 ci: Adjust codegen job
  • 8b642b9 util: Update docs and changelog
  • d8e6bbf util: add portable_atomic_unstable_coerce_unsized cfg option (#195)
  • 13e9580 Apply unqualified_local_imports lint
  • 464f393 tools: Tweak test.sh
  • Additional commits viewable in compare view

Updates url from 2.5.3 to 2.5.4

Release notes

Sourced from url's releases.

v2.5.4

What's Changed

  • Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by @​valenting in servo/rust-url#999
  • Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: servo/rust-url@v2.5.3...v2.5.4

Commits

Updates yoke from 0.7.4 to 0.7.5

Changelog

Sourced from yoke's changelog.

Changelog

icu4x 2.0-beta1

  • Components
    • General
      • Constructors updated to take type-safe "preferences" objects instead of locales.
        • Preference bags are often built from a locale, but they can also be built manually or merged from other sources.
        • Preference bags are taken by value, so most call sites will need to change from &locale.into() to locale.into() or (&locale).into()
      • Compiled data updated to CLDR 45 and ICU 75 (unicode-org#4782)
      • Compiled data updated to CLDR 46 (unicode-org#5479, unicode-org#5598)
      • Fine-tuning error enums; removal of obsolete variants (unicode-org#4959, unicode-org#4638, unicode-org#5019, unicode-org#5041, unicode-org#5146)
      • Refactored FromStr and try_from_str functions (unicode-org#4934, unicode-org#5085)
      • Deleted various deprecated functions
      • Shadow default instead of making new function const_default (unicode-org#5354)
      • Rename marker types (unicode-org#4999)
      • Fix take/into function names and conventions (unicode-org#5723)
    • icu
      • Adding datagen feature to meta crate (#5047)
    • icu_calendar
      • Restructure icu_calendar public API to put all calendars under cal (unicode-org#5701)
      • Consistently name calendar-specific Date/DateTime functions that have a calendar argument (unicode-org#5692)
      • Move all calendar types to cal module (unicode-org#5701)
      • Shorten integer types returned by day_of_month(), week_of_month(), and week_of_year() to u8 (unicode-org#5702)
      • IntoAnyCalendar: new kind() method (unicode-org#4975)
      • Fixed various broken assertions (unicode-org#4986)
      • Fix Japanese calendar year 0 (unicode-org#5006)
      • Add Date, Time, and DateTime from str impls via IXDTF (unicode-org#5260)
      • Fix bug by consistently 1-indexing months and days (unicode-org#5726)
      • Refactor YearInfo to separate cyclic/Temporal/Formatting eras (unicode-org#5509)
      • FormattableMonth -> MonthInfo, and split standard from formatting month codes (unicode-org#5536)
      • Remove unix epoch APIs (unicode-org#5748)
      • Shorten integer type of day_of_month, week_of_month, week_of_year (unicode-org#5702)
    • icu_collator
      • Introduce a borrowed version of the collator (unicode-org#5513)
      • Adapt the collator to Unicode 16 normalization changes (unicode-org#4878)
      • Use script fallback in collator (unicode-org#5743)
    • icu_collections
    • icu_normalizer
      • Introduce borrowed variants of normalizer structs (unicode-org#5413)
      • Make the normalizer work with new Unicode 16 normalization behaviors (unicode-org#4860)
    • icu_datetime
      • All-new semantic skeletons. (unicode-org#1317, unicode-org#4945)
        • This is a re-write of DateTimeFormatter and most of the icu_datetime crate. It adds the ability to format specific subsets of fields, conforming with LDML version 46. All call sites of ICU4X 1.x DateTimeFormatter will need to be updated. It is recommended to start fresh with the new crate documentation.
      • Optimize YearNames storage (unicode-org#5721)
      • Drop support for week-of-year, to likely be re-added in a future version or upon request (unicode-org#5569)
      • Remove VVV time zone format, to possibly be added back later (unicode-org#5659)
      • Fix generic location format for single-tz countries (unicode-org#5657)
      • Support localized offsets with seconds (unicode-org#5674)
      • Audit datetime format function (unicode-org#5789)

... (truncated)

Commits

Updates zerofrom from 0.1.4 to 0.1.5

Changelog

Sourced from zerofrom's changelog.

Changelog

icu4x 2.0-beta1

  • Components
    • General
      • Constructors updated to take type-safe "preferences" objects instead of locales.
        • Preference bags are often built from a locale, but they can also be built manually or merged from other sources.
        • Preference bags are taken by value, so most call sites will need to change from &locale.into() to locale.into() or (&locale).into()
      • Compiled data updated to CLDR 45 and ICU 75 (unicode-org#4782)
      • Compiled data updated to CLDR 46 (unicode-org#5479, unicode-org#5598)
      • Fine-tuning error enums; removal of obsolete variants (unicode-org#4959, unicode-org#4638, unicode-org#5019, unicode-org#5041, unicode-org#5146)
      • Refactored FromStr and try_from_str functions (unicode-org#4934, unicode-org#5085)
      • Deleted various deprecated functions
      • Shadow default instead of making new function const_default (unicode-org#5354)
      • Rename marker types (unicode-org#4999)
      • Fix take/into function names and conventions (unicode-org#5723)
    • icu
      • Adding datagen feature to meta crate (#5047)
    • icu_calendar
      • Restructure icu_calendar public API to put all calendars under cal (unicode-org#5701)
      • Consistently name calendar-specific Date/DateTime functions that have a calendar argument (unicode-org#5692)
      • Move all calendar types to cal module (unicode-org#5701)
      • Shorten integer types returned by day_of_month(), week_of_month(), and week_of_year() to u8 (unicode-org#5702)
      • IntoAnyCalendar: new kind() method (unicode-org#4975)
      • Fixed various broken assertions (unicode-org#4986)
      • Fix Japanese calendar year 0 (unicode-org#5006)
      • Add Date, Time, and DateTime from str impls via IXDTF (unicode-org#5260)
      • Fix bug by consistently 1-indexing months and days (unicode-org#5726)
      • Refactor YearInfo to separate cyclic/Temporal/Formatting eras (unicode-org#5509)
      • FormattableMonth -> MonthInfo, and split standard from formatting month codes (unicode-org#5536)
      • Remove unix epoch APIs (unicode-org#5748)
      • Shorten integer type of day_of_month, week_of_month, week_of_year (unicode-org#5702)
    • icu_collator
      • Introduce a borrowed version of the collator (unicode-org#5513)
      • Adapt the collator to Unicode 16 normalization changes (unicode-org#4878)
      • Use script fallback in collator (unicode-org#5743)
    • icu_collections
    • icu_normalizer
      • Introduce borrowed variants of normalizer structs (unicode-org#5413)
      • Make the normalizer work with new Unicode 16 normalization behaviors (unicode-org#4860)
    • icu_datetime
      • All-new semantic skeletons. (unicode-org#1317, unicode-org#4945)
        • This is a re-write of DateTimeFormatter and most of the icu_datetime crate. It adds the ability to format specific subsets of fields, conforming with LDML version 46. All call sites of ICU4X 1.x DateTimeFormatter will need to be updated. It is recommended to start fresh with the new crate documentation.
      • Optimize YearNames storage (unicode-org#5721)
      • Drop support for week-of-year, to likely be re-added in a future version or upon request (unicode-org#5569)
      • Remove VVV time zone format, to possibly be added back later (unicode-org#5659)
      • Fix generic location format for single-tz countries (unicode-org#5657)
      • Support localized offsets with seconds (unicode-org#5674)
      • Audit datetime format function (unicode-org#5789)

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

| Package | From | To |
| --- | --- | --- |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.1` | `0.15.2` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.91` | `1.0.92` |
| [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |
| [yoke](https://github.com/unicode-org/icu4x) | `0.7.4` | `0.7.5` |
| [zerofrom](https://github.com/unicode-org/icu4x) | `0.1.4` | `0.1.5` |


Updates `hashbrown` from 0.15.1 to 0.15.2
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/commits)

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

Updates `portable-atomic` from 1.9.0 to 1.10.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.9.0...v1.10.0)

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

Updates `yoke` from 0.7.4 to 0.7.5
- [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.4 to 0.1.5
- [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/ind/[email protected])

---
updated-dependencies:
- dependency-name: hashbrown
  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: portable-atomic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: yoke
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Nov 25, 2024
@jasonwilliams jasonwilliams added this pull request to the merge queue Nov 25, 2024
Merged via the queue into main with commit 10cb765 Nov 25, 2024
13 checks passed
@jasonwilliams jasonwilliams deleted the dependabot/cargo/rust-dependencies-fd1ddd1272 branch November 25, 2024 22:03
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.

2 participants