Skip to content

Commit

Permalink
chore(deps): bump the cargo-deps group across 1 directory with 6 upda…
Browse files Browse the repository at this point in the history
…tes (#110)

Bumps the cargo-deps group with 2 updates in the / directory: [embassy-stm32](https://github.com/embassy-rs/embassy) and [clap](https://github.com/clap-rs/clap).


Updates `embassy-stm32` from `0ef06cc` to `e70b709`
- [Commits](embassy-rs/embassy@0ef06cc...e70b709)

Updates `embassy-sync` from `0ef06cc` to `e70b709`
- [Commits](embassy-rs/embassy@0ef06cc...e70b709)

Updates `embassy-executor` from `0ef06cc` to `e70b709`
- [Commits](embassy-rs/embassy@0ef06cc...e70b709)

Updates `embassy-time` from `0ef06cc` to `e70b709`
- [Commits](embassy-rs/embassy@0ef06cc...e70b709)

Updates `embassy-embedded-hal` from `0ef06cc` to `e70b709`
- [Commits](embassy-rs/embassy@0ef06cc...e70b709)

Updates `clap` from 4.5.17 to 4.5.18
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.17...clap_complete-v4.5.18)

---
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: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 27, 2024
1 parent 39ac765 commit b696201
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 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 @@ -74,7 +74,7 @@ env_logger = "0.11.5"
futures = { version = "0.3.30" }
log = "0.4.22"
nix = "0.29.0"
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
rand_core = { version = "0.6.4", features = ["std"] }
heapless = { version = "0.8.0", default-features = false }
static_cell = { version = "2.1", features = ["nightly"]}
Expand Down

0 comments on commit b696201

Please sign in to comment.