126: build(deps): bump asm-delay from 0.7.2 to 0.9.0 r=jordens a=dependabot[bot]

Bumps [asm-delay](https://github.com/copterust/asm-delay) from 0.7.2 to 0.9.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="f0d4b5258e"><code>f0d4b52</code></a> (cargo-release) version 0.9.0</li>
<li><a href="cdb21a0bb1"><code>cdb21a0</code></a> Manual bump</li>
<li><a href="004701dcd9"><code>004701d</code></a> Bump</li>
<li><a href="de41398870"><code>de41398</code></a> (cargo-release) start next development iteration 0.7.3-alpha.0</li>
<li>See full diff in <a href="https://github.com/copterust/asm-delay/compare/v0.7.2...v0.9.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=asm-delay&package-manager=cargo&previous-version=0.7.2&new-version=0.9.0)](https://help.github.com/articles/configuring-automated-security-fixes)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2020-08-08 08:27:22 +00:00 committed by GitHub
commit 9cc8e7ea6c
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]