build(deps): bump asm-delay from 0.7.2 to 0.9.0
Bumps [asm-delay](https://github.com/copterust/asm-delay) from 0.7.2 to 0.9.0. - [Release notes](https://github.com/copterust/asm-delay/releases) - [Commits](https://github.com/copterust/asm-delay/compare/v0.7.2...v0.9.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
40b57704b1
commit
bc77a09d86
|
@ -30,9 +30,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "asm-delay"
|
||||
version = "0.7.2"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b8b7c70ec6ea4def14d530d75900bbf8909ed49dafeb1448c3ee7122543964f6"
|
||||
checksum = "b9a69a963b70ddacfcd382524f72a4576f359af9334b3bf48a79566590bb8bfa"
|
||||
dependencies = [
|
||||
"bitrate",
|
||||
"cortex-m",
|
||||
|
|
|
@ -38,7 +38,7 @@ serde-json-core = "0.1"
|
|||
cortex-m-rtic = "0.5.3"
|
||||
embedded-hal = "0.2.3"
|
||||
nb = "1.0.0"
|
||||
asm-delay = "0.7.2"
|
||||
asm-delay = "0.9.0"
|
||||
enum-iterator = "0.6.0"
|
||||
|
||||
[dependencies.mcp23017]
|
||||
|
|
Loading…
Reference in New Issue