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

chore(deps): bump the cargo-deps group with 6 updates #120

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the cargo-deps group with 6 updates:

Package From To
embassy-stm32 63ac22d c73a4d3
embassy-sync 63ac22d c73a4d3
embassy-executor 63ac22d c73a4d3
embassy-time 63ac22d c73a4d3
embassy-embedded-hal 63ac22d c73a4d3
defmt 0.3.8 0.3.10

Updates embassy-stm32 from 63ac22d to c73a4d3

Commits
  • c73a4d3 Merge pull request #3595 from Sizurka/stm32-usart-databits
  • 67579dd Merge pull request #3592 from bugadani/fix
  • 7d15ec9 stm32/usart: Implement data bit selection
  • efee037 Only recompute allocated alarms
  • fdb8ee2 RTC: Trigger expired alarms
  • 1a1d5c4 Merge pull request #3591 from embassy-rs/fix-example-build-warning
  • d147161 Rename example crate to remove warning
  • 8954c05 Merge pull request #3583 from williams-one/add-flash-bank-selection-for-erase
  • 0349a8d Merge pull request #3586 from eZioPan/stm32-time-drive-macro
  • f3e674a stm32: remove redundant time-driver macro
  • Additional commits viewable in compare view

Updates embassy-sync from 63ac22d to c73a4d3

Commits
  • c73a4d3 Merge pull request #3595 from Sizurka/stm32-usart-databits
  • 67579dd Merge pull request #3592 from bugadani/fix
  • 7d15ec9 stm32/usart: Implement data bit selection
  • efee037 Only recompute allocated alarms
  • fdb8ee2 RTC: Trigger expired alarms
  • 1a1d5c4 Merge pull request #3591 from embassy-rs/fix-example-build-warning
  • d147161 Rename example crate to remove warning
  • 8954c05 Merge pull request #3583 from williams-one/add-flash-bank-selection-for-erase
  • 0349a8d Merge pull request #3586 from eZioPan/stm32-time-drive-macro
  • f3e674a stm32: remove redundant time-driver macro
  • Additional commits viewable in compare view

Updates embassy-executor from 63ac22d to c73a4d3

Commits
  • c73a4d3 Merge pull request #3595 from Sizurka/stm32-usart-databits
  • 67579dd Merge pull request #3592 from bugadani/fix
  • 7d15ec9 stm32/usart: Implement data bit selection
  • efee037 Only recompute allocated alarms
  • fdb8ee2 RTC: Trigger expired alarms
  • 1a1d5c4 Merge pull request #3591 from embassy-rs/fix-example-build-warning
  • d147161 Rename example crate to remove warning
  • 8954c05 Merge pull request #3583 from williams-one/add-flash-bank-selection-for-erase
  • 0349a8d Merge pull request #3586 from eZioPan/stm32-time-drive-macro
  • f3e674a stm32: remove redundant time-driver macro
  • Additional commits viewable in compare view

Updates embassy-time from 63ac22d to c73a4d3

Commits
  • c73a4d3 Merge pull request #3595 from Sizurka/stm32-usart-databits
  • 67579dd Merge pull request #3592 from bugadani/fix
  • 7d15ec9 stm32/usart: Implement data bit selection
  • efee037 Only recompute allocated alarms
  • fdb8ee2 RTC: Trigger expired alarms
  • 1a1d5c4 Merge pull request #3591 from embassy-rs/fix-example-build-warning
  • d147161 Rename example crate to remove warning
  • 8954c05 Merge pull request #3583 from williams-one/add-flash-bank-selection-for-erase
  • 0349a8d Merge pull request #3586 from eZioPan/stm32-time-drive-macro
  • f3e674a stm32: remove redundant time-driver macro
  • Additional commits viewable in compare view

Updates embassy-embedded-hal from 63ac22d to c73a4d3

Commits
  • c73a4d3 Merge pull request #3595 from Sizurka/stm32-usart-databits
  • 67579dd Merge pull request #3592 from bugadani/fix
  • 7d15ec9 stm32/usart: Implement data bit selection
  • efee037 Only recompute allocated alarms
  • fdb8ee2 RTC: Trigger expired alarms
  • 1a1d5c4 Merge pull request #3591 from embassy-rs/fix-example-build-warning
  • d147161 Rename example crate to remove warning
  • 8954c05 Merge pull request #3583 from williams-one/add-flash-bank-selection-for-erase
  • 0349a8d Merge pull request #3586 from eZioPan/stm32-time-drive-macro
  • f3e674a stm32: remove redundant time-driver macro
  • Additional commits viewable in compare view

Updates defmt from 0.3.8 to 0.3.10

Release notes

Sourced from defmt's releases.

defmt-v0.3.10

What's Changed

Full Changelog: knurling-rs/defmt@defmt-v0.3.9...defmt-v0.3.10

defmt-v0.3.9

What's Changed

New Contributors

Full Changelog: knurling-rs/defmt@defmt-v0.3.8...defmt-v0.3.9

Changelog

Sourced from defmt's changelog.

[defmt-v0.3.10] (2024-11-29)

  • #902 Minor change to Format impl for core::panic::PanicInfo, eliding a lifetime specifier to satisfy Clippy 1.83.
  • #899 Pin the defmt-macro crate to avoid incompatible versions being used together

[defmt-v0.3.9] (2024-11-27)

  • #889 Add script for book hosting
  • #887 Fix interning example in the book
  • #884 Upgrade dependencies: notify is now at v7, thiserror is now at v2
  • #883 Mark decoder and parser not as unstable anymore
  • #880 Merge function calls emitted by the macro to save space.
  • #874 defmt: Fix doc test
  • #872 defmt: Add expect! as alias for unwrap! for discoverability
  • #871 Set MSRV to Rust 1.76
  • #869 macros: Add missing type hints
  • #865 defmt: Replace proc-macro-error with proc-macro-error2
  • #858 defmt: Implement "passthrough" trait impls for *2Format wrappers
  • #857 Add an octal display hint (:o)
  • #856 defmt: Add a Format impl for PanicInfo and related types.
  • #852 CI: Update mdbook to v0.4.40
  • #848 decoder: add optional one-line format
  • #847 decoder: Fix log format width specifier not working as expected
  • #845 decoder: fix println!() records being printed with formatting
  • #843 defmt: Sort IDs of log msgs by severity to allow runtime filtering by severity
  • #822 CI: Run cargo semver-checks on every PR
Commits
  • f5315e0 Merge pull request #903 from knurling-rs/release-defmt-0.3.10
  • e2c7ebf You actually have to bump the version.
  • 749509a Merge pull request #899 from knurling-rs/release-defmt-0.3.10
  • 6927eda Fix CHANGELOG links.
  • 34d8f15 Bump demft-macros to 0.4.0 and pin it in new defmt-0.3.10.
  • af73ad0 Put dates in parens.
  • 01f8c88 Merge pull request #901 from HaoboGu/patch-1
  • 868fbee Merge branch 'main' into patch-1
  • 8924d3b Merge pull request #902 from knurling-rs/fix-rust-183
  • 12c3874 Update CHANGELOG
  • 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-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [embassy-stm32](https://github.com/embassy-rs/embassy) | ``63ac22d`` | ``c73a4d3`` |
| [embassy-sync](https://github.com/embassy-rs/embassy) | ``63ac22d`` | ``c73a4d3`` |
| [embassy-executor](https://github.com/embassy-rs/embassy) | ``63ac22d`` | ``c73a4d3`` |
| [embassy-time](https://github.com/embassy-rs/embassy) | ``63ac22d`` | ``c73a4d3`` |
| [embassy-embedded-hal](https://github.com/embassy-rs/embassy) | ``63ac22d`` | ``c73a4d3`` |
| [defmt](https://github.com/knurling-rs/defmt) | `0.3.8` | `0.3.10` |


Updates `embassy-stm32` from `63ac22d` to `c73a4d3`
- [Commits](embassy-rs/embassy@63ac22d...c73a4d3)

Updates `embassy-sync` from `63ac22d` to `c73a4d3`
- [Commits](embassy-rs/embassy@63ac22d...c73a4d3)

Updates `embassy-executor` from `63ac22d` to `c73a4d3`
- [Commits](embassy-rs/embassy@63ac22d...c73a4d3)

Updates `embassy-time` from `63ac22d` to `c73a4d3`
- [Commits](embassy-rs/embassy@63ac22d...c73a4d3)

Updates `embassy-embedded-hal` from `63ac22d` to `c73a4d3`
- [Commits](embassy-rs/embassy@63ac22d...c73a4d3)

Updates `defmt` from 0.3.8 to 0.3.10
- [Release notes](https://github.com/knurling-rs/defmt/releases)
- [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md)
- [Commits](knurling-rs/defmt@defmt-v0.3.8...defmt-v0.3.10)

---
updated-dependencies:
- dependency-name: embassy-stm32
  dependency-type: direct:production
  dependency-group: cargo-deps
- dependency-name: embassy-sync
  dependency-type: direct:production
  dependency-group: cargo-deps
- dependency-name: embassy-executor
  dependency-type: direct:production
  dependency-group: cargo-deps
- dependency-name: embassy-time
  dependency-type: direct:production
  dependency-group: cargo-deps
- dependency-name: embassy-embedded-hal
  dependency-type: direct:production
  dependency-group: cargo-deps
- dependency-name: defmt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

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 Dec 2, 2024
@shymega shymega merged commit cf4f057 into main Dec 2, 2024
1 of 5 checks passed
@shymega shymega deleted the dependabot/cargo/cargo-deps-a95dc3cd16 branch December 2, 2024 20:47
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