Skip to content

Commit

Permalink
chore(deps): bump the cargo-deps group with 6 updates (#114)
Browse files Browse the repository at this point in the history
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent cfd1d3e commit 1fb7df8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ embassy-time = { version = "0.3.0", git = "https://github.com/embassy-rs/embassy

embedded-io-async = { version = "0.6.1" }
embedded-io-adapters = { version = "0.6.1", features = ["futures-03"] }
critical-section = { version = "1.1", features = ["std"] }
critical-section = { version = "1.2", features = ["std"] }

async-io = "2.3.4"
env_logger = "0.11.5"
Expand Down

0 comments on commit 1fb7df8

Please sign in to comment.