Skip to content

Commit

Permalink
chore(deps): bump the cargo-deps group with 7 updates (#112)
Browse files Browse the repository at this point in the history
Bumps the cargo-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [embassy-stm32](https://github.com/embassy-rs/embassy) | ``a7d1abf`` | ``631fec8`` |
| [embassy-sync](https://github.com/embassy-rs/embassy) | ``a7d1abf`` | ``631fec8`` |
| [embassy-executor](https://github.com/embassy-rs/embassy) | ``a7d1abf`` | ``631fec8`` |
| [embassy-time](https://github.com/embassy-rs/embassy) | ``a7d1abf`` | ``631fec8`` |
| [embassy-embedded-hal](https://github.com/embassy-rs/embassy) | ``a7d1abf`` | ``631fec8`` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.19` |


Updates `embassy-stm32` from `a7d1abf` to `631fec8`
- [Commits](embassy-rs/embassy@a7d1abf...631fec8)

Updates `embassy-sync` from `a7d1abf` to `631fec8`
- [Commits](embassy-rs/embassy@a7d1abf...631fec8)

Updates `embassy-executor` from `a7d1abf` to `631fec8`
- [Commits](embassy-rs/embassy@a7d1abf...631fec8)

Updates `embassy-time` from `a7d1abf` to `631fec8`
- [Commits](embassy-rs/embassy@a7d1abf...631fec8)

Updates `embassy-embedded-hal` from `a7d1abf` to `631fec8`
- [Commits](embassy-rs/embassy@a7d1abf...631fec8)

Updates `futures` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `clap` from 4.5.18 to 4.5.19
- [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.18...clap_complete-v4.5.19)

---
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: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Oct 8, 2024
1 parent 01a53a5 commit d84740e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cortex-m-rt = "0.7.3"
embedded-hal = "^1.0"
embedded-hal-async = { version = "^1.0" }
panic-probe = { version = "0.3", features = ["print-defmt"] }
futures = { version = "0.3.30", default-features = false, features = ["async-await"] }
futures = { version = "0.3.31", default-features = false, features = ["async-await"] }
heapless = { version = "0.8.0", default-features = false }
chrono = { version = "^0.4", default-features = false }

Expand All @@ -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.18", features = ["derive"] }
clap = { version = "4.5.19", 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 d84740e

Please sign in to comment.