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 #114

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the cargo-deps group with 6 updates:

Package From To
embassy-stm32 c84495e e8ba969
embassy-sync c84495e e8ba969
embassy-executor c84495e e8ba969
embassy-time c84495e e8ba969
embassy-embedded-hal c84495e e8ba969
critical-section 1.1.3 1.2.0

Updates embassy-stm32 from c84495e to e8ba969

Commits
  • e8ba969 Merge pull request #3368 from AnthonyGrondin/main
  • d8ae586 Merge pull request #3305 from Luctins/stm32h5-flash-driver
  • 1d395fc stm32/flash: add stm32f2, stm32h5 flash driver
  • 4a1d189 Merge pull request #3437 from embassy-rs/net-flush-udp-raw
  • b4ee17f net: Add flush for UDP and Raw sockets.
  • 34eeaa0 Merge pull request #3435 from embassy-rs/octospim-fix
  • a561a76 Merge pull request #3436 from embassy-rs/release-executor-v061
  • ecac24a stm32: Fix build for chips with octospim but not octospi2.
  • 1a24b4f Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1
  • f92b27d Merge pull request #3434 from embassy-rs/macro-fixes
  • Additional commits viewable in compare view

Updates embassy-sync from c84495e to e8ba969

Commits
  • e8ba969 Merge pull request #3368 from AnthonyGrondin/main
  • d8ae586 Merge pull request #3305 from Luctins/stm32h5-flash-driver
  • 1d395fc stm32/flash: add stm32f2, stm32h5 flash driver
  • 4a1d189 Merge pull request #3437 from embassy-rs/net-flush-udp-raw
  • b4ee17f net: Add flush for UDP and Raw sockets.
  • 34eeaa0 Merge pull request #3435 from embassy-rs/octospim-fix
  • a561a76 Merge pull request #3436 from embassy-rs/release-executor-v061
  • ecac24a stm32: Fix build for chips with octospim but not octospi2.
  • 1a24b4f Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1
  • f92b27d Merge pull request #3434 from embassy-rs/macro-fixes
  • Additional commits viewable in compare view

Updates embassy-executor from c84495e to e8ba969

Commits
  • e8ba969 Merge pull request #3368 from AnthonyGrondin/main
  • d8ae586 Merge pull request #3305 from Luctins/stm32h5-flash-driver
  • 1d395fc stm32/flash: add stm32f2, stm32h5 flash driver
  • 4a1d189 Merge pull request #3437 from embassy-rs/net-flush-udp-raw
  • b4ee17f net: Add flush for UDP and Raw sockets.
  • 34eeaa0 Merge pull request #3435 from embassy-rs/octospim-fix
  • a561a76 Merge pull request #3436 from embassy-rs/release-executor-v061
  • ecac24a stm32: Fix build for chips with octospim but not octospi2.
  • 1a24b4f Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1
  • f92b27d Merge pull request #3434 from embassy-rs/macro-fixes
  • Additional commits viewable in compare view

Updates embassy-time from c84495e to e8ba969

Commits
  • e8ba969 Merge pull request #3368 from AnthonyGrondin/main
  • d8ae586 Merge pull request #3305 from Luctins/stm32h5-flash-driver
  • 1d395fc stm32/flash: add stm32f2, stm32h5 flash driver
  • 4a1d189 Merge pull request #3437 from embassy-rs/net-flush-udp-raw
  • b4ee17f net: Add flush for UDP and Raw sockets.
  • 34eeaa0 Merge pull request #3435 from embassy-rs/octospim-fix
  • a561a76 Merge pull request #3436 from embassy-rs/release-executor-v061
  • ecac24a stm32: Fix build for chips with octospim but not octospi2.
  • 1a24b4f Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1
  • f92b27d Merge pull request #3434 from embassy-rs/macro-fixes
  • Additional commits viewable in compare view

Updates embassy-embedded-hal from c84495e to e8ba969

Commits
  • e8ba969 Merge pull request #3368 from AnthonyGrondin/main
  • d8ae586 Merge pull request #3305 from Luctins/stm32h5-flash-driver
  • 1d395fc stm32/flash: add stm32f2, stm32h5 flash driver
  • 4a1d189 Merge pull request #3437 from embassy-rs/net-flush-udp-raw
  • b4ee17f net: Add flush for UDP and Raw sockets.
  • 34eeaa0 Merge pull request #3435 from embassy-rs/octospim-fix
  • a561a76 Merge pull request #3436 from embassy-rs/release-executor-v061
  • ecac24a stm32: Fix build for chips with octospim but not octospi2.
  • 1a24b4f Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1
  • f92b27d Merge pull request #3434 from embassy-rs/macro-fixes
  • Additional commits viewable in compare view

Updates critical-section from 1.1.3 to 1.2.0

Changelog

Sourced from critical-section's changelog.

[v1.2.0] - 2024-10-16

  • Soundness fix: ensure the CriticalSection token is not Send or Sync, so that it can only be used in the thread that acquired it. #55
  • Soundness fix: Fix aliasing &mut in the std implementation. #46
  • Fix build with restore-state-usize. #50
Commits

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) | ``c84495e`` | ``e8ba969`` |
| [embassy-sync](https://github.com/embassy-rs/embassy) | ``c84495e`` | ``e8ba969`` |
| [embassy-executor](https://github.com/embassy-rs/embassy) | ``c84495e`` | ``e8ba969`` |
| [embassy-time](https://github.com/embassy-rs/embassy) | ``c84495e`` | ``e8ba969`` |
| [embassy-embedded-hal](https://github.com/embassy-rs/embassy) | ``c84495e`` | ``e8ba969`` |
| [critical-section](https://github.com/rust-embedded/critical-section) | `1.1.3` | `1.2.0` |


Updates `embassy-stm32` from `c84495e` to `e8ba969`
- [Commits](embassy-rs/embassy@c84495e...e8ba969)

Updates `embassy-sync` from `c84495e` to `e8ba969`
- [Commits](embassy-rs/embassy@c84495e...e8ba969)

Updates `embassy-executor` from `c84495e` to `e8ba969`
- [Commits](embassy-rs/embassy@c84495e...e8ba969)

Updates `embassy-time` from `c84495e` to `e8ba969`
- [Commits](embassy-rs/embassy@c84495e...e8ba969)

Updates `embassy-embedded-hal` from `c84495e` to `e8ba969`
- [Commits](embassy-rs/embassy@c84495e...e8ba969)

Updates `critical-section` from 1.1.3 to 1.2.0
- [Changelog](https://github.com/rust-embedded/critical-section/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-embedded/critical-section/commits/v1.2.0)

---
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: critical-section
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Oct 21, 2024
@shymega shymega merged commit 1fb7df8 into main Oct 21, 2024
1 of 5 checks passed
@shymega shymega deleted the dependabot/cargo/cargo-deps-2fe259163a branch October 21, 2024 23:26
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