Skip to content

Commit

Permalink
chore(deps): bump the cargo-deps group with 1 update (#76)
Browse files Browse the repository at this point in the history
Bumps the cargo-deps group with 1 update: [futures](https://github.com/rust-lang/futures-rs).

Updates `futures` from 0.3.29 to 0.3.30
- [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.29...0.3.30)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dom Rodriguez <[email protected]>
  • Loading branch information
dependabot[bot] authored and shymega committed Aug 6, 2024
1 parent 4d552c5 commit 69a0678
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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 @@ -52,7 +52,7 @@ embedded-hal = "0.2.6"
embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" }
embedded-hal-async = { version = "=1.0.0-rc.1" }
panic-probe = { version = "0.3", features = ["print-defmt"] }
futures = { version = "0.3.29", default-features = false, features = ["async-await"] }
futures = { version = "0.3.30", default-features = false, features = ["async-await"] }
heapless = { version = "0.8.0", default-features = false }
chrono = { version = "^0.4", default-features = false }

Expand All @@ -72,7 +72,7 @@ critical-section = { version = "1.1", features = ["std"] }

async-io = "2.2.2"
env_logger = "0.10.1"
futures = { version = "0.3.17" }
futures = { version = "0.3.30" }
log = "0.4.14"
nix = "0.27.1"
clap = { version = "4.4.11", features = ["derive"] }
Expand Down

0 comments on commit 69a0678

Please sign in to comment.