Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2025

Bumps the pointercrate group with 12 updates:

Package From To
log 0.4.26 0.4.27
deranged 0.4.0 0.4.1
iana-time-zone 0.1.61 0.1.62
icu_locid_transform_data 1.5.0 1.5.1
icu_normalizer_data 1.5.0 1.5.1
icu_properties_data 1.5.0 1.5.1
once_cell 1.21.1 1.21.3
rustls-webpki 0.103.0 0.103.1
socket2 0.5.8 0.5.9
time 0.3.40 0.3.41
time-macros 0.2.21 0.2.22
whoami 1.5.2 1.6.0

Updates log from 0.4.26 to 0.4.27

Release notes

Sourced from log's releases.

0.4.27

What's Changed

Full Changelog: rust-lang/log@0.4.26...0.4.27

Changelog

Sourced from log's changelog.

[0.4.27] - 2025-03-24

What's Changed

Full Changelog: rust-lang/log@0.4.26...0.4.27

Commits
  • 35161d0 Merge pull request #674 from rust-lang/cargo/0.4.27
  • cc131ef prepare for 0.4.27 release
  • ea6f54d Merge pull request #673 from rust-lang/feat/logger-by-ref
  • d229c73 fix unclosed code block
  • 02486e4 fill in more tests for logger argument
  • 71e034f expand logger tests
  • dfa067e fix up kv passing
  • 39d4c3a run fmt
  • 7aacc8f pass global logger by value, supplied logger by ref
  • a438c6e Merge pull request #664 from tisonkun/logger-field
  • Additional commits viewable in compare view

Updates deranged from 0.4.0 to 0.4.1

Commits

Updates iana-time-zone from 0.1.61 to 0.1.62

Changelog

Sourced from iana-time-zone's changelog.

[0.1.62] - 2025-03-24

Changed

  • Bump MSRV (minimum supported rust version) to 1.61 (#157)
  • Update to rust edition 2021 (#161)
  • Address high and medium severity zizmor findings (#163)

Added

  • Added support for tvOS, watchOS and visionOS (#146).
  • implement OpenHarmony support (#150)
Commits
  • 18469d8 Bump version number to 0.1.62
  • cf1dc8b update changelog with recent merged PRs
  • 9d644fe Merge pull request #161 from strawlab/dev/lopopolo-2021-edition
  • a843dde Merge pull request #163 from strawlab/dev/lopopolo-zizmor-gha
  • bd03e1a Add zizmor GitHub Actions workflow
  • 101937b Address high and medium severity zizmor findings
  • 35fcff1 Upgrade to 2021 edition
  • e6bc833 Merge pull request #160 from strawlab/dev/astraw-fix-minimal-version-macos
  • 03717ff ci: disable currently failing cross compilations
  • 6076833 fix typo in docstring
  • Additional commits viewable in compare view

Updates icu_locid_transform_data from 1.5.0 to 1.5.1

Changelog

Sourced from icu_locid_transform_data's changelog.

Changelog

Unreleased

  • Components
    • General
      • ...
    • icu_calendar
      • Rename Islamic calendars to Hijri (unicode-org#6214)
    • icu_collections
      • Remove some panics from CodePointTrie, which should no longer pull in panic machinery even with arithmetic panics enabled for lookup (unicode-org#6204)
  • Data model and providers
    • icu_experimental
      • dimension
        • units
          • Update unit conversion to accept unit constant denominator (unicode-org#6199)
    • General
      • ...
    • icu_provider
      • Put MaybeEncodeAsVarULE behind the "export" feature (unicode-org#6221)
    • icu_provider_fs
      • AbstractSerializer is now a sealed trait (unicode-org#6263)
  • Utils
    • General
      • ...
    • calendrical_calculations
      • Parametrise the HijriObservational calendar by location (unicode-org#6332)

icu4x 2.0-beta2

  • Components
    • General
      • Update data to CLDR 47 Beta 1, ICU 77 RC, TZDB 2025a
      • Some crates have been given the ability to be built without alloc (unicode-org#6077, unicode-org#6078, unicode-org#6166)
      • Consistently wrap all options in None in Rust and FFI (unicode-org#6084)
      • Options now consistently live in options modules (unicode-org#6138)
      • Remove compiled_data Default constructors from types which are prone to change sufficiently often (unicode-org#5958)
      • Move types over to uniform ::new() constructor convention (unicode-org#6141)
      • Implement display on all error types (unicode-org#5969)
      • Use core::error, remove unused std features (unicode-org#5973)
      • Remove bench features (unicode-org#5986)
    • icu_calendar
      • Rename IsoWeekday to Weekday (unicode-org#6140)
      • Add Date::wrap_calendar_in_ref (unicode-org#6016)
      • Time and DateTime moved to icu_time component (unicode-org#5961)
      • Audit exhaustiveness of icu_calendar::types (unicode-org#5978)
      • Add calendar argument to IXDTF parsing, making it available without compiled_data feature (unicode-org#5982)
      • Use correct day of year for Japanese (unicode-org#5992)
    • icu_casemap
      • Add borrowed variants to casemapper types (unicode-org#6088)

... (truncated)

Commits

Updates icu_normalizer_data from 1.5.0 to 1.5.1

Changelog

Sourced from icu_normalizer_data's changelog.

Changelog

Unreleased

  • Components
    • General
      • ...
    • icu_calendar
      • Rename Islamic calendars to Hijri (unicode-org#6214)
    • icu_collections
      • Remove some panics from CodePointTrie, which should no longer pull in panic machinery even with arithmetic panics enabled for lookup (unicode-org#6204)
  • Data model and providers
    • icu_experimental
      • dimension
        • units
          • Update unit conversion to accept unit constant denominator (unicode-org#6199)
    • General
      • ...
    • icu_provider
      • Put MaybeEncodeAsVarULE behind the "export" feature (unicode-org#6221)
    • icu_provider_fs
      • AbstractSerializer is now a sealed trait (unicode-org#6263)
  • Utils
    • General
      • ...
    • calendrical_calculations
      • Parametrise the HijriObservational calendar by location (unicode-org#6332)

icu4x 2.0-beta2

  • Components
    • General
      • Update data to CLDR 47 Beta 1, ICU 77 RC, TZDB 2025a
      • Some crates have been given the ability to be built without alloc (unicode-org#6077, unicode-org#6078, unicode-org#6166)
      • Consistently wrap all options in None in Rust and FFI (unicode-org#6084)
      • Options now consistently live in options modules (unicode-org#6138)
      • Remove compiled_data Default constructors from types which are prone to change sufficiently often (unicode-org#5958)
      • Move types over to uniform ::new() constructor convention (unicode-org#6141)
      • Implement display on all error types (unicode-org#5969)
      • Use core::error, remove unused std features (unicode-org#5973)
      • Remove bench features (unicode-org#5986)
    • icu_calendar
      • Rename IsoWeekday to Weekday (unicode-org#6140)
      • Add Date::wrap_calendar_in_ref (unicode-org#6016)
      • Time and DateTime moved to icu_time component (unicode-org#5961)
      • Audit exhaustiveness of icu_calendar::types (unicode-org#5978)
      • Add calendar argument to IXDTF parsing, making it available without compiled_data feature (unicode-org#5982)
      • Use correct day of year for Japanese (unicode-org#5992)
    • icu_casemap
      • Add borrowed variants to casemapper types (unicode-org#6088)

... (truncated)

Commits

Updates icu_properties_data from 1.5.0 to 1.5.1

Changelog

Sourced from icu_properties_data's changelog.

Changelog

Unreleased

  • Components
    • General
      • ...
    • icu_calendar
      • Rename Islamic calendars to Hijri (unicode-org#6214)
    • icu_collections
      • Remove some panics from CodePointTrie, which should no longer pull in panic machinery even with arithmetic panics enabled for lookup (unicode-org#6204)
  • Data model and providers
    • icu_experimental
      • dimension
        • units
          • Update unit conversion to accept unit constant denominator (unicode-org#6199)
    • General
      • ...
    • icu_provider
      • Put MaybeEncodeAsVarULE behind the "export" feature (unicode-org#6221)
    • icu_provider_fs
      • AbstractSerializer is now a sealed trait (unicode-org#6263)
  • Utils
    • General
      • ...
    • calendrical_calculations
      • Parametrise the HijriObservational calendar by location (unicode-org#6332)

icu4x 2.0-beta2

  • Components
    • General
      • Update data to CLDR 47 Beta 1, ICU 77 RC, TZDB 2025a
      • Some crates have been given the ability to be built without alloc (unicode-org#6077, unicode-org#6078, unicode-org#6166)
      • Consistently wrap all options in None in Rust and FFI (unicode-org#6084)
      • Options now consistently live in options modules (unicode-org#6138)
      • Remove compiled_data Default constructors from types which are prone to change sufficiently often (unicode-org#5958)
      • Move types over to uniform ::new() constructor convention (unicode-org#6141)
      • Implement display on all error types (unicode-org#5969)
      • Use core::error, remove unused std features (unicode-org#5973)
      • Remove bench features (unicode-org#5986)
    • icu_calendar
      • Rename IsoWeekday to Weekday (unicode-org#6140)
      • Add Date::wrap_calendar_in_ref (unicode-org#6016)
      • Time and DateTime moved to icu_time component (unicode-org#5961)
      • Audit exhaustiveness of icu_calendar::types (unicode-org#5978)
      • Add calendar argument to IXDTF parsing, making it available without compiled_data feature (unicode-org#5982)
      • Use correct day of year for Japanese (unicode-org#5992)
    • icu_casemap
      • Add borrowed variants to casemapper types (unicode-org#6088)

... (truncated)

Commits

Updates once_cell from 1.21.1 to 1.21.3

Changelog

Sourced from once_cell's changelog.

1.21.3

  • Outline more initialization in race: #284, #285.

1.21.2

  • Relax success ordering from AcqRel to Release in race: #278.
Commits
  • 29e3d93 Merge pull request #286 from briansmith/b/once-ref-dry
  • a206950 Prepare for 1.21.3 release.
  • 17d4a9b DRY race::OnceRef::{get_or_try_init, set}.
  • 01b1d56 Merge pull request #285 from briansmith/b/once-ref-cold
  • a851cc4 Mark initialization of OnceRef::get_or_try_init cold.
  • 2447a93 Merge pull request #281 from briansmith/b/init-inner
  • c294d64 Merge pull request #280 from briansmith/b/self
  • 5f0fdd4 Merge pull request #283 from briansmith/b/cast_mut
  • 899e319 Merge pull request #284 from briansmith/b/dry-get
  • 90da60b Mark initialization of OnceBox::get_or_try_init cold.
  • Additional commits viewable in compare view

Updates rustls-webpki from 0.103.0 to 0.103.1

Release notes

Sourced from rustls-webpki's releases.

0.103.1

Release Notes

  • Avoids a possible type inference error when building in projects that also use jhpratt/deranged.

What's Changed

New Contributors

Full Changelog: rustls/webpki@v/0.103.0...v/0.103.1

Commits
  • ab50614 Cargo: version 0.103.0 -> 0.103.1
  • 6488bcc avoid inference hazard usize comparison
  • 51ca321 deny: ignore RUSTSEC-2024-0436
  • fdb8917 deny: remove LicenseRef-ring
  • eadd17a Cargo: ring 0.17.8 -> 0.17.13
  • 7cb0aa7 split amazon test case into separate source file
  • bd991d2 Add new test case to integration tests
  • See full diff in compare view

Updates socket2 from 0.5.8 to 0.5.9

Commits

Updates time from 0.3.40 to 0.3.41

Release notes

Sourced from time's releases.

v0.3.41

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.41 [2025-03-23]

Fixed

  • Compatibility with the latest release of deranged. This fix is permanent and covers future similar changes upstream.
Commits

Updates time-macros from 0.2.21 to 0.2.22

Changelog

Sourced from time-macros's changelog.

0.2.22 [2020-09-25]

Fixed

  • Solaris & Illumos now successfully build.
  • Duration::new could previously result in an inconsistent internal state. This led to some odd situations where a Duration could be both positive and negative. This has been fixed such that the internal state maintains its invariants.
Commits

Updates whoami from 1.5.2 to 1.6.0

Release notes

Sourced from whoami's releases.

v1.6.0

Changelog

Added

  • Support for GNU/Hurd

Changed

  • Removed comment about hostname being limited to ASCII due to Unicode hostnames being supported on Windows
  • More descriptive error messages on the web target

Fixed

  • account() always returning username instead of user principal name on Windows
  • langs() now returns a list accurate to the POSIX locale spec
  • hostname() on Windows now returns PhysicalDnsHostname instead of NetBIOS
  • devicename(): Fixed reading escaped unix pretty names
  • Link error on Windows (in future Rust version)

What's Changed

New Contributors

Full Changelog: ardaku/whoami@v1.5.2...v1.6.0

Changelog

Sourced from whoami's changelog.

[1.6.0] - 2025-03-23

Added

  • Support for GNU/Hurd

Changed

  • Removed comment about hostname being limited to ASCII due to Unicode hostnames being supported on Windows
  • More descriptive error messages on the web target

Fixed

  • account() always returning username instead of user principal name on Windows
  • langs() now returns a list accurate to the POSIX locale spec
  • hostname() on Windows now returns PhysicalDnsHostname instead of NetBIOS
  • devicename(): Fixed reading escaped unix pretty names
  • Link error on Windows (in future Rust version)
Commits
  • 8170882 Release v1.6.0 (#162)
  • 109da1c Backport v2->v1: Fix reading escaped unix pretty names (#178)
  • bc489c0 Version 1.6.0 pre.2 (#158)
  • 7aabbfa Add discriminants to ExtendedNameFormat enum (#156)
  • 7aba7a4 Backport v2 -> v1: Fix license link (#154)
  • d90a4f8 1.6.0-pre.1 and Backport v2 -> v1: Adjusts langs() to match POSIX locale spec...
  • a027097 Backport v2 -> v1: Improved error handling (#149)
  • d9df517 Backport v2 -> v1: Switch Windows hostname() to return `PhysicalDnsHostname...
  • 85933dc Backport v2 -> v1: Check more environment variables for language (#146)
  • ef86159 v1: Update wasm-bindgen to v0.2.89 (#138)
  • 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 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 pointercrate group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` |
| [deranged](https://github.com/jhpratt/deranged) | `0.4.0` | `0.4.1` |
| [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.61` | `0.1.62` |
| [icu_locid_transform_data](https://github.com/unicode-org/icu4x) | `1.5.0` | `1.5.1` |
| [icu_normalizer_data](https://github.com/unicode-org/icu4x) | `1.5.0` | `1.5.1` |
| [icu_properties_data](https://github.com/unicode-org/icu4x) | `1.5.0` | `1.5.1` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.1` | `1.21.3` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.0` | `0.103.1` |
| [socket2](https://github.com/rust-lang/socket2) | `0.5.8` | `0.5.9` |
| [time](https://github.com/time-rs/time) | `0.3.40` | `0.3.41` |
| [time-macros](https://github.com/time-rs/time) | `0.2.21` | `0.2.22` |
| [whoami](https://github.com/ardaku/whoami) | `1.5.2` | `1.6.0` |


Updates `log` from 0.4.26 to 0.4.27
- [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.26...0.4.27)

Updates `deranged` from 0.4.0 to 0.4.1
- [Commits](https://github.com/jhpratt/deranged/commits)

Updates `iana-time-zone` from 0.1.61 to 0.1.62
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](strawlab/iana-time-zone@v0.1.61...v0.1.62)

Updates `icu_locid_transform_data` from 1.5.0 to 1.5.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@1.5.0...ind/icu_capi@1.5.1)

Updates `icu_normalizer_data` from 1.5.0 to 1.5.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@1.5.0...ind/icu_capi@1.5.1)

Updates `icu_properties_data` from 1.5.0 to 1.5.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@1.5.0...ind/icu_capi@1.5.1)

Updates `once_cell` from 1.21.1 to 1.21.3
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.21.1...v1.21.3)

Updates `rustls-webpki` from 0.103.0 to 0.103.1
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.0...v/0.103.1)

Updates `socket2` from 0.5.8 to 0.5.9
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/socket2/commits)

Updates `time` from 0.3.40 to 0.3.41
- [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.40...v0.3.41)

Updates `time-macros` from 0.2.21 to 0.2.22
- [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.2.21...v0.2.22)

Updates `whoami` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/ardaku/whoami/releases)
- [Changelog](https://github.com/ardaku/whoami/blob/v1.6.0/CHANGELOG.md)
- [Commits](ardaku/whoami@v1.5.2...v1.6.0)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: deranged
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: iana-time-zone
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: icu_locid_transform_data
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: icu_normalizer_data
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: icu_properties_data
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: rustls-webpki
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: socket2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: time
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: time-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: whoami
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
...

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 Mar 30, 2025
@stadust stadust merged commit c46785f into master Mar 31, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/pointercrate-55e2312a6f branch March 31, 2025 06:53
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