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>
master
dependabot[bot] 2020-08-08 08:10:34 +00:00 committed by GitHub
parent 40b57704b1
commit bc77a09d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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]