Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2025

Bumps the pointercrate group with 18 updates in the / directory:

Package From To
chrono 0.4.40 0.4.41
getrandom 0.3.2 0.3.3
tokio 1.44.2 1.45.0
backtrace 0.3.74 0.3.75
bytemuck 1.22.0 1.23.0
cc 1.2.20 1.2.22
crc 3.2.1 3.3.0
idna_adapter 1.2.0 1.2.1
libm 0.2.13 0.2.15
openssl-sys 0.9.107 0.9.108
redox_syscall 0.5.11 0.5.12
rustix 1.0.5 1.0.7
rustls 0.23.26 0.23.27
rustls-pki-types 1.11.0 1.12.0
sha2 0.10.8 0.10.9
synstructure 0.13.1 0.13.2
toml 0.8.21 0.8.22
winnow 0.7.7 0.7.10

Updates chrono from 0.4.40 to 0.4.41

Release notes

Sourced from chrono's releases.

v0.4.41

What's Changed

Commits
  • d1de1d9 Bump version to 0.4.41
  • e2bd1d1 Add support for lenient format strings (#1693)
  • 2c95b0a Tweak expression to avoid repetition
  • ebeef99 TimeZone::from_posix_tz: Treat empty TZ variable as UTC
  • dc068f0 Tweak style on NaiveWeek fixes
  • b267a4f Implemented consistent Hash and Eq trait for NaiveWeek
  • 7c0bd13 Apply suggestions from clippy 1.86
  • 104cdc7 Bump MSRV to 1.62
  • 6a85301 Upgrade to windows-bindgen 0.61
  • 265c79b Tweak WeekdaySet method order
  • Additional commits viewable in compare view

Updates getrandom from 0.3.2 to 0.3.3

Changelog

Sourced from getrandom's changelog.

[0.3.3] - 2025-05-09

Changed

  • Doc improvements #632 #634 #635
  • Add crate version to docs.rs links used in compile_error!s #639

Fixed

  • Error handling in WASI p1 #661

#632: rust-random/getrandom#632 #634: rust-random/getrandom#634 #635: rust-random/getrandom#635 #639: rust-random/getrandom#639 #661: rust-random/getrandom#661

Commits

Updates tokio from 1.44.2 to 1.45.0

Release notes

Sourced from tokio's releases.

Tokio v1.45.0

Added

  • metrics: stabilize worker_total_busy_duration, worker_park_count, and worker_unpark_count (#6899, #7276)
  • process: add Command::spawn_with (#7249)

Changed

  • io: do not require Unpin for some trait impls (#7204)
  • rt: mark runtime::Handle as unwind safe (#7230)
  • time: revert internal sharding implementation (#7226)

Unstable

  • rt: remove alt multi-threaded runtime (#7275)

#6899: tokio-rs/tokio#6899 #7276: tokio-rs/tokio#7276 #7249: tokio-rs/tokio#7249 #7204: tokio-rs/tokio#7204 #7230: tokio-rs/tokio#7230 #7226: tokio-rs/tokio#7226 #7275: tokio-rs/tokio#7275

Commits
  • 00754c8 chore: prepare Tokio v1.45.0 (#7308)
  • 1ae9434 time: revert "use sharding for timer implementation" related changes (#7226)
  • 8895bba ci: Test AArch64 Windows (#7288)
  • 48ca254 time: update sleep documentation to reflect maximum allowed duration (#7302)
  • a0af02a compat: add more documentation to tokio_util::compat (#7279)
  • 0ce3a11 metrics: stabilize worker_park_count and worker_unpark_count (#7276)
  • 1ea9ce1 ci: fix cfg!(miri) declarations in tests (#7286)
  • 4d4d126 chore: prepare tokio-util v0.7.15 (#7283)
  • 5490267 fs: update the mockall dev dependency to 0.13.0 (#7234)
  • 1434b32 examples: improve echo example consistency (#7256)
  • Additional commits viewable in compare view

Updates backtrace from 0.3.74 to 0.3.75

Release notes

Sourced from backtrace's releases.

0.3.75

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.74...0.3.75

Commits
  • f8cc6ac Merge pull request #680 from ChrisDenton/0.3.75
  • 612c018 Cut backtrace 0.3.75
  • d7c5a45 Merge pull request #689 from workingjubilee/formalize-lru
  • c88b038 Revert "mem::swap, not mem::replace, in LRU backshifts"
  • b7fbd04 mem::swap, not mem::replace, in LRU backshifts
  • 3afccb1 raise backtrace MSRV to allow inline_const
  • 63b7d26 Use a custom container for Cache's cache
  • 154a0ea Update libloading dep, run cargo updaterust-lang/backtrace-rs#650
  • 4d7906brust-lang/backtrace-rs#682
  • a9c4658 Test Mac Catalyst in CI, and clean up unnecessary iOS env flags (rust-lang/ba...
  • Additional commits viewable in compare view

Updates bytemuck from 1.22.0 to 1.23.0

Changelog

Sourced from bytemuck's changelog.

bytemuck changelog

1.23

  • impl_core_error crate feature adds core::error::Error impl.
  • More ZeroableInOption impls.

1.22

  • Add the pod_saturating feature, which adds Pod impls for Saturating<T> when T is already Pod.
  • A bump in the minimum bytemuck_derive dependency from 1.4.0 to 1.4.1 to avoid a bug if you have a truly ancient cargo.lock file sitting around.
  • Adds Send and Sync impls to BoxBytes.

1.21

  • Implement Pod and Zeroable for core::arch::{x86, x86_64}::__m512, __m512d and __m512i without nightly. Requires Rust 1.72, and is gated through the avx512_simd cargo feature.
  • Allow the use of must_cast_mut and must_cast_slice_mut in const contexts. Requires Rust 1.83, and is gated through the must_cast_extra cargo feature.
  • internal: introduced the maybe_const_fn macro that allows defining some function to be const depending upon some cfg predicate.

1.20

  • New functions to allocate zeroed Arc and Rc. Requires Rust 1.82
  • TransparentWrapper impls for core::cmp::Reverse and core::num::Saturating.
  • internal: Simplified the library's fill_zeroes calls to write_bytes

1.19

  • Adds the #[track_caller] attribute to functions which may panic.

1.18

  • Adds the latest_stable_rust cargo feature, which is a blanket feature that turns all other features on that are both sound and compatible with Stable rust.

1.17.1

  • Adds #[repr(C)] to the union Transmute<A, B> type that's used internally for most of the transmutations.

1.17.0

  • Makes the must_cast versions of the by-value and by-ref casts be const. The mut ref cast is unaffected for now (mut references aren't yet stable in const fn). This increases the MSRV of using that particular feature from 1.57 to 1.64.

1.16.3

... (truncated)

Commits
  • 028ff3b chore: Release bytemuck version 1.23.0
  • 343f34f changelog
  • 90db360 Impl core's Error trait on Rust 1.81+ (#311)
  • ede9141 Set rust version for bytemuck_derive to 1.61 (#310)
  • 46d0910 Extend #308 with -unwind support (#309)
  • 6751adc Impl ZeroablInOption for several function types. (#308)
  • 66569e6 chore: Release bytemuck_derive version 1.9.2
  • 5c301b1 remove resolver from the Cargo.toml
  • 3053413 update the .cargo/config.toml to use the "stable rust" feature.
  • 9b087bb chore: Release bytemuck_derive version 1.9.1
  • Additional commits viewable in compare view

Updates cc from 1.2.20 to 1.2.22

Release notes

Sourced from cc's releases.

cc-v1.2.22

Other

  • Add flags method to cc::Build for adding multiple flags (#1466)

cc-v1.2.21

Other

  • Fix wasm32-unknown-unknown by passing -c (#1424)
Changelog

Sourced from cc's changelog.

1.2.22 - 2025-05-09

Other

  • Add flags method to cc::Build for adding multiple flags (#1466)

1.2.21 - 2025-05-02

Other

  • Fix wasm32-unknown-unknown by passing -c (#1424)
Commits

Updates crc from 3.2.1 to 3.3.0

Commits

Updates idna_adapter from 1.2.0 to 1.2.1

Commits
  • f948802 Merge branch 'icu4x-trunk' and turn off default features of the deps
  • 4e654c1 Update to ICU4X 2.0 release
  • 8e5dbf8 Beta version of idna_adapter to use ICU4X beta
  • 76e6d7a Depend on ICU4X 2.0.0-beta1
  • b0b1dc6 Update to ICU4X trunk API
  • abe012e Use borrowed types from icu_normalizer
  • See full diff in compare view

Updates libm from 0.2.13 to 0.2.15

Release notes

Sourced from libm's releases.

libm-v0.2.15

Other

  • Require target_has_atomic = "ptr" for runtime feature detection

libm-v0.2.14

Other

  • Use runtime feature detection for fma routines on x86
Commits
  • a4c748f release-plz: Include the libm changelog in compiler-builtins
  • cf00941 chore: release
  • da8b582 Require target_has_atomic = "ptr" for runtime feature detection
  • 1b1b2ed ci: Mention ci: skip-extensive in the error message
  • 6d78c1a Replace super::super with crate::support where possible
  • 8e78411 docs: fix typo in Cargo.toml
  • 257dd48 chore: release
  • a2f6440 Use runtime feature detection for fma routines on x86
  • 6e4255a Rename the i686 module to x86
  • f83962e update-api-list: Match subdirectories within arch
  • Additional commits viewable in compare view

Updates litemap from 0.7.5 to 0.8.0

Changelog

Sourced from litemap's changelog.

Changelog

icu4x 2.0

ICU4X 2.0 is ICU4X's new major release. Many things have changed, we recommend going through the full changelog for 2.0, 2.0-beta1, and 2.0-beta2 to understand the changes fully.

This changelog entry only covers changes from ICU4X 2.0.0-beta2 to ICU4X 2.0.

Some major changes worth highlighting:

  • Most locale-dependent APIs now 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()
  • The datetime formatting APIs have been completely redesigned for better data usage and performance. We recommend looking at the new API and using it from the ground up, rather than replacing API calls one at a time.

  • Components

    • General
      • 1.82 MSRV (unicode-org#6413)
      • Fix reexport documentation to be clearer when things are reexports (unicode-org##6372)
      • Put MaybeEncodeAsVarULE impls behind the "export" feature (unicode-org#6221)
    • icu_calendar
      • Rename Islamic calendars to Hijri (unicode-org#6214)
      • Collapse IslamicCivil into IslamicTabular (unicode-org#6384)
      • Rename IslamicObservational to IslamicSimulated (unicode-org#6387)
      • Rename wrap_calendar_in_* APIs to as_borrowed, into_ref_counted, into_atomic_ref_counted (unicode-org#6392)
      • Make am era have index 0 and remove bd era from Coptic calendar (unicode-org#6458)
      • Update era codes to match CLDR/Temporal (unicode-org#6405, unicode-org#6525, unicode-org#6246)
      • Change cyclic calendar constructors to use ISO years (unicode-org##6431)
      • Fix Meiji start date (unicode-org##6432)
      • Mark Calendar UnstableSealed (unicode-org##6483)
      • Simplify EraYear (unicode-org##6443)
      • Allow different calendars to return different year-info types (unicode-org##6439)
      • Remove Umm-al-Qura data struct (unicode-org##6404)
      • Remove prev_year info (unicode-org#6382)
      • Use regions, not languages, for calendar algorithm defaults (unicode-org#6325)
      • Hide week-of-month, non-iso week-of-year (unicode-org#6319)
      • Expose Date to/from RataDie (#6369)
    • icu_casemap
      • Add borrowed types (CaseMapperBorrowed, etc) to icu_casemap (unicode-org#6353)
    • icu_collator
      • Identical prefix optimization for the collator (unicode-org#6496)
      • Remove backward second level from the API (unicode-org#6291)
    • 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)
    • icu_datetime
      • A lot of things have changed, it is preferable to reacquaint oneself with this crate from the ground up.
      • Make .hm() a constructor instead of a method (unicode-org#6423, unicode-org#6448)
      • Add .time_hm[s] on date fieldsets (unicode-org#6448)
      • Rename .with_length to .for_length (unicode-org#6448)
      • Length no longer has explicit repr(u8) discriminants (unicode-org#6423)
      • Fix incorrect datetime skeletons being used in datetime formatting (unicode-org#6428)

... (truncated)

Commits

Updates openssl-sys from 0.9.107 to 0.9.108

Release notes

Sourced from openssl-sys's releases.

openssl-sys-v0.9.108

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.107...openssl-sys-v0.9.108

Commits

Updates redox_syscall from 0.5.11 to 0.5.12

Updates rustix from 1.0.5 to 1.0.7

Commits
  • 6883580 chore: Release rustix version 1.0.7
  • fc794e9 Fix the assertion in Pid::from_raw to accept 0. (#1456)
  • 5ce17db chore: Release rustix version 1.0.6
  • cd95201 Remove pidfd_send_signal from not_implemented (#1448)
  • 4fbc05c Always cast pread, lseek etc. offsets to off_t. (#1442)
  • 4626b69 Document that negative pids aren't UB, but may cause unexpected behavior. (#1...
  • ca41f0a Add trap instructions after noreturn syscalls. (#1444)
  • See full diff in compare view

Updates rustls from 0.23.26 to 0.23.27

Commits
  • 2601909 Bump version to 0.23.27
  • a70b0e6 Handle webpki RequiredEkuNotFoundContext errors
  • 06a704e Update to webpki 0.103.2
  • 9509626 Deprecate dangerous_extract_secrets on unbuffered connections
  • bf9e874 Add test cases for KernelConnection key updates
  • 5a12171 Add kernel connection API
  • 35c44d2 Extract tls13 expand_secret function out of extract_secrets
  • 47ed0c6 ci: enable triggering CI workflow manually
  • 26b8ee3 ci: skip push triggers for most branches
  • 70ed532 Update Rust crate nix to 0.30
  • Additional commits viewable in compare view

Updates rustls-pki-types from 1.11.0 to 1.12.0

Release notes

Sourced from rustls-pki-types's releases.

1.12.0

  • Implement Zeroize for private key types
  • Add algorithm identifiers for ML-DSA signing algorithms

What's Changed

Commits
  • 4b52db8 Bump version to 1.12.0
  • 812eb3a ci: sync nightly for cargo-check-external-types
  • a15fc87 Enable running CI workflow manually
  • df76779 Skip push CI for most branches
  • 939c2c6 ci: check external types
  • fae72b9 Allow zeroize::Zeroize to appear in public API
  • c5fffab Add AlgorithmIdentifiers for ML-DSA variants
  • b59e08d Version Cargo.lock
  • bbad87b Add cargo deny check in CI
  • 864471f rustfmt: style_edition 2024
  • Additional commits viewable in compare view

Updates rustls-webpki from 0.103.1 to 0.103.3

Release notes

Sourced from rustls-webpki's releases.

0.103.3

Add support for RSA signature algorithms that don't include parameters. Per RFC 4055 section 5, implementations of the SHA-1/SHA-2 one-way hash functions "MUST accept the parameters being absent as well as present".

What's Changed

0.103.2

  • Maintain context for key usage mismatch errors in order to make them easier to interpret.
  • Accept certificates with an empty extension sequence.

What's Changed

Commits
  • 34a2392 Bump version to 0.103.3
  • 16abda1 Support RSA PKCS#1 signatures with absent parameters
  • 0ac75b1 cargo-check-external-types: update toolchain
  • 1e923bf ci: enable triggering CI workflow manually
  • f4a8783 ci: skip push triggers for most branches
  • 9cf30f6 Bump version to 0.103.2
  • baac0b0 Maintain context for key usage mismatch errors
  • 85d885d tests: remove test certs for client_auth tests
  • 7badc0e tests: move check_cert() down
  • 5b3dae1 tests: use rcgen for client_auth tests
  • Additional commits viewable in compare view

Updates sha2 from 0.10.8 to 0.10.9

Commits

Updates synstructure from 0.13.1 to 0.13.2

Commits

Updates tinystr from 0.7.6 to 0.8.1

Changelog

Sourced from tinystr's changelog.

Changelog

icu4x 2.0

ICU4X 2.0 is ICU4X's new major release. Many things have changed, we recommend going through the full changelog for 2.0, 2.0-beta1, and 2.0-beta2 to understand the changes fully.

This changelog entry only covers changes from ICU4X 2.0.0-beta2 to ICU4X 2.0.

Some major changes worth highlighting:

  • Most locale-dependent APIs now 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()
  • The datetime formatting APIs have been completely redesigned for better data usage and performance. We recommend looking at the new API and using it from the ground up, rather than replacing API calls one at a time.

  • Components

    • General
      • 1.82 MSRV (unicode-org#6413)
      • Fix reexport documentation to be clearer when things are reexports (unicode-org##6372)
      • Put MaybeEncodeAsVarULE impls behind the "export" feature (unicode-org#6221)
    • icu_calendar
      • Rename Islamic calendars to Hijri (unicode-org#6214)
      • Collapse IslamicCivil into IslamicTabular (unicode-org#6384)
      • Rename IslamicObservational to IslamicSimulated (unicode-org#6387)
      • Rename wrap_calendar_in_* APIs to as_borrowed, into_ref_counted, into_atomic_ref_counted (unicode-org#6392)
      • Make am era have index 0 and remove bd era from Coptic calendar (unicode-org#6458)
      • Update era codes to match CLDR/Temporal (unicode-org#6405, unicode-org#6525, unicode-org#6246)
      • Change cyclic calendar constructors to use ISO years (unicode-org##6431)
      • Fix Meiji start date (unicode-org##6432)
      • Mark Calendar UnstableSealed (unicode-org##6483)
      • Simplify EraYear (unicode-org##6443)
      • Allow different calendars to return different year-info types (unicode-org##6439)
      • Remove Umm-al-Qura data struct (unicode-org##6404)
      • Remove prev_year info (unicode-org#6382)
      • Use regions, not languages, for calendar algorithm defaults (unicode-org#6325)
      • Hide week-of-month, non-iso week-of-year (unicode-org#6319)
      • Expose Date to/from RataDie (#6369)
    • icu_casemap
      • Add borrowed types (CaseMapperBorrowed, etc) to icu_casemap (unicode-org#6353)
    • icu_collator
      • Identical prefix optimization for the collator (unicode-org#6496)
      • Remove backward second level from the API (unicode-org#6291)
    • 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)
    • icu_datetime
      • A lot of things have changed, it is preferable to reacquaint oneself with this crate from the ground up.
      • Make .hm() a constructor instead of a method (unicode-org#6423, unicode-org#6448)
      • Add .time_hm[s] on date fieldsets (unicode-org#6448)
      • Rename .with_length to .for_length (unicode-org#6448)
      • Length no longer has explicit repr(u8) discriminants (unicode-org#6423)
      • Fix incorrect datetime skeletons being used in datetime formatting (unicode-org#6428)

... (truncated)

Commits

Updates toml from 0.8.21 to 0.8.22

Commits
  • 6922da3 chore: Release
  • fbf0a92 docs: Update changelog
  • 83588b3 Merge pull request #878 from epage/w1
  • eeb885c fix(serde): Skip fields with newtypes wrapping None
  • 3c305c7 test(serde): Show NewType(None) behavior
  • 7bd5eaf test(serde): Group None tests
  • 388cfa3 chore(deps): Update toml-test (#877)
  • a025b84 refactor(edit): Change ser none tracking to mut field
  • 54666ad docs(write): Add guidance
  • 13cf518 refactor(edit): Bypass a layer of abstraction in ser
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.25 to 0.22.26

Commits
  • 6922da3 chore: Release
  • fbf0a92 docs: Update changelog
  • 83588b3 Merge pull request #878 from epage/w1
  • eeb885c fix(serde): Skip fields with newtypes wrapping None
  • 3c305c7 test(serde): Show NewType(None) behavior
  • 7bd5eaf test(serde): Group None tests
  • 388cfa3 chore(deps): Update toml-test (#877)
  • a025b84 refactor(edit): Change ser none tracking to mut field
  • 54666ad docs(write): Add guidance
  • 13cf518 refactor(edit): Bypass a layer of abstraction in ser
  • Additional commits viewable in compare view

Updates toml_write from 0.1.0 to 0.1.1

Commits
  • 6922da3 chore: Release
  • fbf0a92 docs: Update changelog
  • 83588b3 Merge pull request #878 from epage/w1
  • eeb885c fix(serde): Skip fields with newtypes wrapping None
  • 3c305c7 test(serde): Show NewType(None) behavior
  • 7bd5eaf test(serde): Group None tests
  • 388cfa3 chore(deps): Update toml-test (#877)
  • a025b84 refactor(edit): Change ser none tracking to mut field
  • 54666ad docs(write): Add guidance
  • 13cf518 refactor(edit): Bypass a layer of abstraction in ser
  • Additional commits viewable in compare view

Updates winnow from 0.7.7 to 0.7.10

Changelog

Sourced from winnow's changelog.

[0.7.10] - 2025-05-06

Compatibility

  • Deprecated Stream::raw

FeaturesDescription has been truncated

…pdates

Bumps the pointercrate group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.41` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.3.2` | `0.3.3` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.45.0` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.74` | `0.3.75` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.22.0` | `1.23.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.20` | `1.2.22` |
| [crc](https://github.com/mrhooray/crc-rs) | `3.2.1` | `3.3.0` |
| [idna_adapter](https://github.com/hsivonen/idna_adapter) | `1.2.0` | `1.2.1` |
| [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.13` | `0.2.15` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.107` | `0.9.108` |
| redox_syscall | `0.5.11` | `0.5.12` |
| [rustix](https://github.com/bytecodealliance/rustix) | `1.0.5` | `1.0.7` |
| [rustls](https://github.com/rustls/rustls) | `0.23.26` | `0.23.27` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.11.0` | `1.12.0` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` |
| [synstructure](https://github.com/mystor/synstructure) | `0.13.1` | `0.13.2` |
| [toml](https://github.com/toml-rs/toml) | `0.8.21` | `0.8.22` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.7` | `0.7.10` |



Updates `chrono` from 0.4.40 to 0.4.41
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.40...v0.4.41)

Updates `getrandom` from 0.3.2 to 0.3.3
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.3.2...v0.3.3)

Updates `tokio` from 1.44.2 to 1.45.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0)

Updates `backtrace` from 0.3.74 to 0.3.75
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](rust-lang/backtrace-rs@0.3.74...0.3.75)

Updates `bytemuck` from 1.22.0 to 1.23.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.22.0...v1.23.0)

Updates `cc` from 1.2.20 to 1.2.22
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.20...cc-v1.2.22)

Updates `crc` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](https://github.com/mrhooray/crc-rs/commits)

Updates `idna_adapter` from 1.2.0 to 1.2.1
- [Commits](hsivonen/idna_adapter@v1.2.0...v1.2.1)

Updates `libm` from 0.2.13 to 0.2.15
- [Release notes](https://github.com/rust-lang/compiler-builtins/releases)
- [Changelog](https://github.com/rust-lang/compiler-builtins/blob/master/.release-plz.toml)
- [Commits](rust-lang/compiler-builtins@libm-v0.2.13...libm-v0.2.15)

Updates `litemap` from 0.7.5 to 0.8.0
- [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 `openssl-sys` from 0.9.107 to 0.9.108
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-sys-v0.9.107...openssl-sys-v0.9.108)

Updates `redox_syscall` from 0.5.11 to 0.5.12

Updates `rustix` from 1.0.5 to 1.0.7
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](bytecodealliance/rustix@v1.0.5...v1.0.7)

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

Updates `rustls-pki-types` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.11.0...v/1.12.0)

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

Updates `sha2` from 0.10.8 to 0.10.9
- [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9)

Updates `synstructure` from 0.13.1 to 0.13.2
- [Commits](https://github.com/mystor/synstructure/commits)

Updates `tinystr` from 0.7.6 to 0.8.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/commits)

Updates `toml` from 0.8.21 to 0.8.22
- [Commits](toml-rs/toml@toml-v0.8.21...toml-v0.8.22)

Updates `toml_edit` from 0.22.25 to 0.22.26
- [Commits](toml-rs/toml@v0.22.25...v0.22.26)

Updates `toml_write` from 0.1.0 to 0.1.1
- [Commits](toml-rs/toml@toml_write-v0.1.0...toml_write-v0.1.1)

Updates `winnow` from 0.7.7 to 0.7.10
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.7...v0.7.10)

Updates `writeable` from 0.5.5 to 0.6.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/commits)

Updates `yoke` from 0.7.5 to 0.8.0
- [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 `yoke-derive` from 0.7.5 to 0.8.0
- [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 `zerovec` from 0.10.4 to 0.11.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)

Updates `zerovec-derive` from 0.10.3 to 0.11.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/commits)

---
updated-dependencies:
- dependency-name: chrono
  dependency-version: 0.4.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: getrandom
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: tokio
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: backtrace
  dependency-version: 0.3.75
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: bytemuck
  dependency-version: 1.23.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: cc
  dependency-version: 1.2.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: crc
  dependency-version: 3.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: idna_adapter
  dependency-version: 1.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: libm
  dependency-version: 0.2.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: litemap
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: openssl-sys
  dependency-version: 0.9.108
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: redox_syscall
  dependency-version: 0.5.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: rustix
  dependency-version: 1.0.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: rustls
  dependency-version: 0.23.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: rustls-pki-types
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: rustls-webpki
  dependency-version: 0.103.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: sha2
  dependency-version: 0.10.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: synstructure
  dependency-version: 0.13.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: tinystr
  dependency-version: 0.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: toml
  dependency-version: 0.8.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: toml_edit
  dependency-version: 0.22.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: toml_write
  dependency-version: 0.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: winnow
  dependency-version: 0.7.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: writeable
  dependency-version: 0.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: yoke
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: yoke-derive
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: zerovec
  dependency-version: 0.11.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: zerovec-derive
  dependency-version: 0.11.1
  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 May 11, 2025
@stadust stadust merged commit 0c7e774 into master May 11, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/pointercrate-1c812fe8f2 branch May 11, 2025 19:24
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