build(deps): bump cortex-m-rtic from 0.5.6 to 0.5.7

Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/rtic-rs/cortex-m-rtic/releases)
- [Changelog](https://github.com/rtic-rs/cortex-m-rtic/blob/v0.5.7/CHANGELOG.md)
- [Commits](https://github.com/rtic-rs/cortex-m-rtic/compare/v0.5.6...v0.5.7)

---
updated-dependencies:
- dependency-name: cortex-m-rtic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 2021-07-16 13:51:31 +00:00 committed by GitHub
parent 39f4e27d15
commit 2a41740493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -162,9 +162,9 @@ dependencies = [
[[package]]
name = "cortex-m-rtic"
version = "0.5.6"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa43f63284b363ac64f9ce5221a0f593b54f73258aba8e1a88c1feed8efdb664"
checksum = "9845c4c7f7af19e216a2d00345f7f1507b8907b85cd551e403d68baeec342bb3"
dependencies = [
"cortex-m 0.6.7",
"cortex-m-rt",
@ -176,9 +176,9 @@ dependencies = [
[[package]]
name = "cortex-m-rtic-macros"
version = "0.5.2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a1a6a4c9550373038c0e21a78d44d529bd697c25bbf6b8004bddc6e63b119c7"
checksum = "cc874eda99515b15e67f03562726a530388f454431096d30131051b52b840559"
dependencies = [
"proc-macro2",
"quote",

View File

@ -35,7 +35,7 @@ log = { version = "0.4", features = ["max_level_trace", "release_max_level_info"
rtt-target = { version = "0.3", features = ["cortex-m"] }
serde = { version = "1.0", features = ["derive"], default-features = false }
heapless = { version = "0.7", features = ["serde"] }
cortex-m-rtic = "0.5.6"
cortex-m-rtic = "0.5.7"
embedded-hal = "0.2.5"
nb = "1.0.0"
asm-delay = "0.9.0"