Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
az 1.2.1 1.3.0
fixed 1.29.0 1.30.0
proc-macro2 1.0.105 1.0.106
quote 1.0.43 1.0.44
zmij 1.0.14 1.0.16

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

Package From To
az 1.2.1 1.3.0
fixed 1.29.0 1.30.0
proc-macro2 1.0.105 1.0.106
quote 1.0.43 1.0.44
cc 1.2.52 1.2.54
thiserror 2.0.17 2.0.18

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 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 zmij from 1.0.14 to 1.0.16

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 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 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 cc from 1.2.52 to 1.2.54

Release notes

Sourced from cc's releases.

cc-v1.2.54

Other

  • Fix x86_64-unknown-linux-gnuasan parsing (#1661)
  • Regenerate target info (#1660)

cc-v1.2.53

Other

  • Add missing RISC-V targets (#1657)
Changelog

Sourced from cc's changelog.

1.2.54 - 2026-01-23

Other

  • Fix x86_64-unknown-linux-gnuasan parsing (#1661)
  • Regenerate target info (#1660)

1.2.53 - 2026-01-16

Other

  • Add missing RISC-V targets (#1657)
Commits

Updates find-msvc-tools from 0.1.7 to 0.1.8

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.8

Other

  • Regenerate windows sys bindings (#1653)
Commits

Updates thiserror from 2.0.17 to 2.0.18

Release notes

Sourced from thiserror's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates thiserror-impl from 2.0.17 to 2.0.18

Release notes

Sourced from thiserror-impl's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • 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 cargo group with 5 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` |
| [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` |
| [zmij](https://github.com/dtolnay/zmij) | `1.0.14` | `1.0.16` |

Bumps the cargo group with 6 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` |
| [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` |
| [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` |



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 `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 `zmij` from 1.0.14 to 1.0.16
- [Release notes](https://github.com/dtolnay/zmij/releases)
- [Commits](dtolnay/zmij@1.0.14...1.0.16)

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 `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 `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 `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)

---
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: 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: zmij
  dependency-version: 1.0.16
  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: 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: 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: 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
...

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 23, 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.

1 participant