Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the cargo group with 8 updates in the / directory:

Package From To
az 1.2.1 1.3.0
fixed 1.29.0 1.30.0
libm 0.2.15 0.2.16
proc-macro2 1.0.105 1.0.106
quote 1.0.43 1.0.44
socket2 0.6.1 0.6.2
zerocopy 0.8.33 0.8.34
zmij 1.0.14 1.0.17

Bumps the cargo group with 9 updates in the /statime-stm32 directory:

Package From To
az 1.2.1 1.3.0
fixed 1.29.0 1.30.0
libm 0.2.15 0.2.16
proc-macro2 1.0.105 1.0.106
quote 1.0.43 1.0.44
zerocopy 0.8.33 0.8.34
cc 1.2.52 1.2.54
thiserror 2.0.17 2.0.18
time 0.3.45 0.3.46

Updates az from 1.2.1 to 1.3.0

Changelog

Sourced from az's changelog.

Version 1.3.0 (2026-01-19)

Commits
  • 22c9785 version 1.3.0
  • 5decbcf ci: do not test nightly-float on windows
  • bb03b02 ci: do not test i686-pc-windows-gnu
  • 7d7142a ci: use --force-non-host when rustup installing i686 toolchain
  • 4317888 update copyright year
  • dd27132 add rustfmt.toml
  • af497a1 ci: test nightly-float
  • a24afa6 implement nightly-float
  • 6a25fba add nightly-float experimental feature
  • 779f536 undeprecate Unwrapped, plan deprecation for 1.4.0
  • Additional commits viewable in compare view

Updates fixed from 1.29.0 to 1.30.0

Changelog

Sourced from fixed's changelog.

Version 1.30.0 (2026-01-20)

  • The crate now requires rustc version 1.85.0 or later.
  • All methods starting with unwrapped_ were renamed to start with strict_. The old method names are deprecated.
  • The Unwrapped wrapper was renamed to Strict. The old name is deprecated.
  • Bug fix: the compat-readonly-static optional feature was added to fix an issue on some platforms where statics are readonly (issue 74, merge request 14).
  • Bug fix: some numbers were being formatted incorrectly when using a defined precision (merge request 15).
  • The [az crate] dependency was updated to version 1.3.
  • The new defmt optional feature was added to support logging using the [defmt crate] (issue 70).
  • For the experimental feature num-traits, the following traits were implemented for all fixed-point numbers:
Commits

Updates libm from 0.2.15 to 0.2.16

Release notes

Sourced from libm's releases.

libm-v0.2.16

Fixed

  • Fix an incorrect result for fminimum and fmaximum with the input (-0, NaN)
  • Fix a typo in libm::Libm::roundeven
  • Fix the expm1f overflow threshold
  • Change CmpResult to use a pointer-sized return type
  • Compare against CARGO_CFG_TARGET_FAMILY in a multi-valued fashion
  • Implement exp and its variants for i586 with inline assembly
  • Implement floor and ceil in assembly on i586

Other

  • Significantly optimize fmod worst case performance (#1002)
Commits
  • dfd2203 chore: release libm v0.2.16
  • 0f5c341 Set codegen-units=1 for benchmarks
  • 723335f Implement __sync builtins for thumbv6-none-eabi (#1050)
  • 65624df compiler-builtins: Enable AArch64 __chkstk for MinGW
  • a33e08e ci: Move the dependency installs and wall time benchmarks to scripts
  • 4ce6a08 Fix a typo in libm::Libm::roundeven
  • 2d56e4d Ignore unused_unsafe lint in libm/src/math/arch/x86/detect.rs
  • 93d8cb5 compiler-builtins: Revert "cpuid is safe since the stdarch sync, so remove un...
  • 66ffdef Merge ref '23d01cd24125' from rust-lang/rust
  • be448ff Prepare for merging from rust-lang/rust
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.105 to 1.0.106

Release notes

Sourced from proc-macro2's releases.

1.0.106

  • Optimize Span::byte_range (#530)
Commits

Updates quote from 1.0.43 to 1.0.44

Release notes

Sourced from quote's releases.

1.0.44

  • Support raw lifetime syntax 'r#async (#323)
Commits

Updates socket2 from 0.6.1 to 0.6.2

Changelog

Sourced from socket2's changelog.

0.6.2

  • MsgHdr and MsgHdrMut are marked as transparent meaning both have the same layout as msghdr on Unix and WSAMSG on Windows (rust-lang/socket2#635).
  • Don't set SO_NOSIGPIPE when accepting sockets, this is inherited from the parent socket (rust-lang/socket2#632).
  • Fixes Socket::tcp_notsent_lowat by using the correct argument type (rust-lang/socket2#622).
Commits
  • 9a30f4f Release v0.6.2
  • 3403a44 make MsgHdr and MsgHdrMut repr(transparent) to allow legally obtaining ...
  • feac83a Don't set SO_NOSIGPIPE when accepting sockets (#632)
  • 3fe6576 Test MSRV on Windows in CI
  • a18be6a Re-enable CI check for armv7-sony-vita-newlibeabihf
  • 853f9a7 Fix some typos in comments
  • 299c2e5 Fixed cfg in original_dst_v6 test (#626)
  • 9463a02 Enable CI for aarch64-apple-visionos
  • 4af7d3d fix getsockopt generic argument in notsent_lowat
  • a0810cd Update FreeBSD CI environment
  • See full diff in compare view

Updates zerocopy from 0.8.33 to 0.8.34

Release notes

Sourced from zerocopy's releases.

v0.8.34

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.33...v0.8.34

Commits

Updates zerocopy-derive from 0.8.33 to 0.8.34

Release notes

Sourced from zerocopy-derive's releases.

v0.8.34

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.33...v0.8.34

Commits

Updates zmij from 1.0.14 to 1.0.17

Commits

Updates fixed from 1.29.0 to 1.30.0

Changelog

Sourced from fixed's changelog.

Version 1.30.0 (2026-01-20)

  • The crate now requires rustc version 1.85.0 or later.
  • All methods starting with unwrapped_ were renamed to start with strict_. The old method names are deprecated.
  • The Unwrapped wrapper was renamed to Strict. The old name is deprecated.
  • Bug fix: the compat-readonly-static optional feature was added to fix an issue on some platforms where statics are readonly (issue 74, merge request 14).
  • Bug fix: some numbers were being formatted incorrectly when using a defined precision (merge request 15).
  • The [az crate] dependency was updated to version 1.3.
  • The new defmt optional feature was added to support logging using the [defmt crate] (issue 70).
  • For the experimental feature num-traits, the following traits were implemented for all fixed-point numbers:
Commits

Updates az from 1.2.1 to 1.3.0

Changelog

Sourced from az's changelog.

Version 1.3.0 (2026-01-19)

Commits
  • 22c9785 version 1.3.0
  • 5decbcf ci: do not test nightly-float on windows
  • bb03b02 ci: do not test i686-pc-windows-gnu
  • 7d7142a ci: use --force-non-host when rustup installing i686 toolchain
  • 4317888 update copyright year
  • dd27132 add rustfmt.toml
  • af497a1 ci: test nightly-float
  • a24afa6 implement nightly-float
  • 6a25fba add nightly-float experimental feature
  • 779f536 undeprecate Unwrapped, plan deprecation for 1.4.0
  • Additional commits viewable in compare view

Updates libm from 0.2.15 to 0.2.16

Release notes

Sourced from libm's releases.

libm-v0.2.16

Fixed

  • Fix an incorrect result for fminimum and fmaximum with the input (-0, NaN)
  • Fix a typo in libm::Libm::roundeven
  • Fix the expm1f overflow threshold
  • Change CmpResult to use a pointer-sized return type
  • Compare against CARGO_CFG_TARGET_FAMILY in a multi-valued fashion
  • Implement exp and its variants for i586 with inline assembly
  • Implement floor and ceil in assembly on i586

Other

  • Significantly optimize fmod worst case performance (#1002)
Commits
  • dfd2203 chore: release libm v0.2.16
  • 0f5c341 Set codegen-units=1 for benchmarks
  • 723335f Implement __sync builtins for thumbv6-none-eabi (#1050)
  • 65624df compiler-builtins: Enable AArch64 __chkstk for MinGW
  • a33e08e ci: Move the dependency installs and wall time benchmarks to scripts
  • 4ce6a08 Fix a typo in libm::Libm::roundeven
  • 2d56e4d Ignore unused_unsafe lint in libm/src/math/arch/x86/detect.rs
  • 93d8cb5 compiler-builtins: Revert "cpuid is safe since the stdarch sync, so remove un...
  • 66ffdef Merge ref '23d01cd24125' from rust-lang/rust
  • be448ff Prepare for merging from rust-lang/rust
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.105 to 1.0.106

Release notes

Sourced from proc-macro2's releases.

1.0.106

  • Optimize Span::byte_range (#530)
Commits

Updates quote from 1.0.43 to 1.0.44

Release notes

Sourced from quote's releases.

1.0.44

  • Support raw lifetime syntax 'r#async (#323)
Commits

Updates zerocopy from 0.8.33 to 0.8.34

Release notes

Sourced from zerocopy's releases.

v0.8.34

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.33...v0.8.34

Commits

Updates zerocopy-derive from 0.8.33 to 0.8.34

Release notes

Sourced from zerocopy-derive's releases.

v0.8.34

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.33...v0.8.34

Commits

Updates az from 1.2.1 to 1.3.0

Changelog

Sourced from az's changelog.

Version 1.3.0 (2026-01-19)

Commits
  • 22c9785 version 1.3.0
  • Description has been truncated

Bumps the cargo group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [az](https://gitlab.com/tspiteri/az) | `1.2.1` | `1.3.0` |
| [fixed](https://gitlab.com/tspiteri/fixed) | `1.29.0` | `1.30.0` |
| [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.15` | `0.2.16` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.105` | `1.0.106` |
| [quote](https://github.com/dtolnay/quote) | `1.0.43` | `1.0.44` |
| [socket2](https://github.com/rust-lang/socket2) | `0.6.1` | `0.6.2` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.33` | `0.8.34` |
| [zmij](https://github.com/dtolnay/zmij) | `1.0.14` | `1.0.17` |

Bumps the cargo group with 9 updates in the /statime-stm32 directory:

| Package | From | To |
| --- | --- | --- |
| [az](https://gitlab.com/tspiteri/az) | `1.2.1` | `1.3.0` |
| [fixed](https://gitlab.com/tspiteri/fixed) | `1.29.0` | `1.30.0` |
| [libm](https://github.com/rust-lang/compiler-builtins) | `0.2.15` | `0.2.16` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.105` | `1.0.106` |
| [quote](https://github.com/dtolnay/quote) | `1.0.43` | `1.0.44` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.33` | `0.8.34` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.52` | `1.2.54` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [time](https://github.com/time-rs/time) | `0.3.45` | `0.3.46` |



Updates `az` from 1.2.1 to 1.3.0
- [Changelog](https://gitlab.com/tspiteri/az/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/az/compare/v1.2.1...v1.3.0)

Updates `fixed` from 1.29.0 to 1.30.0
- [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/fixed/commits/v1.30.0)

Updates `libm` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/rust-lang/compiler-builtins/releases)
- [Commits](rust-lang/compiler-builtins@libm-v0.2.15...libm-v0.2.16)

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

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

Updates `socket2` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](rust-lang/socket2@v0.6.1...v0.6.2)

Updates `zerocopy` from 0.8.33 to 0.8.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.33...v0.8.34)

Updates `zerocopy-derive` from 0.8.33 to 0.8.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.33...v0.8.34)

Updates `zmij` from 1.0.14 to 1.0.17
- [Release notes](https://github.com/dtolnay/zmij/releases)
- [Commits](dtolnay/zmij@1.0.14...1.0.17)

Updates `fixed` from 1.29.0 to 1.30.0
- [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/fixed/commits/v1.30.0)

Updates `az` from 1.2.1 to 1.3.0
- [Changelog](https://gitlab.com/tspiteri/az/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/az/compare/v1.2.1...v1.3.0)

Updates `libm` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/rust-lang/compiler-builtins/releases)
- [Commits](rust-lang/compiler-builtins@libm-v0.2.15...libm-v0.2.16)

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

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

Updates `zerocopy` from 0.8.33 to 0.8.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.33...v0.8.34)

Updates `zerocopy-derive` from 0.8.33 to 0.8.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.33...v0.8.34)

Updates `az` from 1.2.1 to 1.3.0
- [Changelog](https://gitlab.com/tspiteri/az/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/az/compare/v1.2.1...v1.3.0)

Updates `fixed` from 1.29.0 to 1.30.0
- [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/fixed/commits/v1.30.0)

Updates `libm` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/rust-lang/compiler-builtins/releases)
- [Commits](rust-lang/compiler-builtins@libm-v0.2.15...libm-v0.2.16)

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

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

Updates `zerocopy` from 0.8.33 to 0.8.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.33...v0.8.34)

Updates `zerocopy-derive` from 0.8.33 to 0.8.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.33...v0.8.34)

Updates `fixed` from 1.29.0 to 1.30.0
- [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/fixed/commits/v1.30.0)

Updates `az` from 1.2.1 to 1.3.0
- [Changelog](https://gitlab.com/tspiteri/az/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/az/compare/v1.2.1...v1.3.0)

Updates `libm` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/rust-lang/compiler-builtins/releases)
- [Commits](rust-lang/compiler-builtins@libm-v0.2.15...libm-v0.2.16)

Updates `cc` from 1.2.52 to 1.2.54
- [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.52...cc-v1.2.54)

Updates `find-msvc-tools` from 0.1.7 to 0.1.8
- [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@find-msvc-tools-v0.1.7...find-msvc-tools-v0.1.8)

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

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

Updates `thiserror` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

Updates `thiserror-impl` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

Updates `time` from 0.3.45 to 0.3.46
- [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.45...v0.3.46)

Updates `time-core` from 0.1.7 to 0.1.8
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/commits)

Updates `zerocopy` from 0.8.33 to 0.8.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.33...v0.8.34)

Updates `zerocopy-derive` from 0.8.33 to 0.8.34
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.33...v0.8.34)

---
updated-dependencies:
- dependency-name: az
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: fixed
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: libm
  dependency-version: 0.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: proc-macro2
  dependency-version: 1.0.106
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: quote
  dependency-version: 1.0.44
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: socket2
  dependency-version: 0.6.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy
  dependency-version: 0.8.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy-derive
  dependency-version: 0.8.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zmij
  dependency-version: 1.0.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: fixed
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: az
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: libm
  dependency-version: 0.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: proc-macro2
  dependency-version: 1.0.106
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: quote
  dependency-version: 1.0.44
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy
  dependency-version: 0.8.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy-derive
  dependency-version: 0.8.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: az
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: fixed
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: libm
  dependency-version: 0.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: proc-macro2
  dependency-version: 1.0.106
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: quote
  dependency-version: 1.0.44
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy
  dependency-version: 0.8.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy-derive
  dependency-version: 0.8.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: fixed
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: az
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: libm
  dependency-version: 0.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: cc
  dependency-version: 1.2.54
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: find-msvc-tools
  dependency-version: 0.1.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: proc-macro2
  dependency-version: 1.0.106
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: quote
  dependency-version: 1.0.44
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: thiserror-impl
  dependency-version: 2.0.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: time
  dependency-version: 0.3.46
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: time-core
  dependency-version: 0.1.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy
  dependency-version: 0.8.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy-derive
  dependency-version: 0.8.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
...

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 Jan 26, 2026
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.

0 participants