build(deps): bump nb from 0.1.2 to 1.0.0

Bumps [nb](https://github.com/rust-embedded/nb) from 0.1.2 to 1.0.0.
- [Release notes](https://github.com/rust-embedded/nb/releases)
- [Changelog](https://github.com/rust-embedded/nb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-embedded/nb/compare/v0.1.2...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 2020-07-08 04:02:45 +00:00 committed by GitHub
parent 5d41fa0aa9
commit 7b4cf863b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 6 deletions

16
Cargo.lock generated
View File

@ -177,7 +177,7 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee4908a155094da7723c2d60d617b820061e3b4efcc3d9e293d206a5a76c170b"
dependencies = [
"nb",
"nb 0.1.2",
"void",
]
@ -279,6 +279,12 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1411551beb3c11dedfb0a90a0fa256b47d28b9ec2cdff34c25a2fa59e45dbdc"
[[package]]
name = "nb"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "546c37ac5d9e56f55e73b677106873d9d9f5190605e41a856503623648488cae"
[[package]]
name = "panic-halt"
version = "0.2.0"
@ -429,7 +435,7 @@ dependencies = [
[[package]]
name = "stabilizer"
version = "0.3.0"
version = "0.4.1"
dependencies = [
"ad9959",
"asm-delay",
@ -442,7 +448,7 @@ dependencies = [
"heapless",
"log",
"mcp23017",
"nb",
"nb 1.0.0",
"panic-halt",
"panic-semihosting",
"serde",
@ -491,7 +497,7 @@ dependencies = [
"cortex-m",
"cortex-m-rt",
"embedded-hal",
"nb",
"nb 0.1.2",
"paste",
"stm32h7",
"void",
@ -508,7 +514,7 @@ dependencies = [
"cortex-m",
"cortex-m-rt",
"embedded-hal",
"nb",
"nb 0.1.2",
"paste",
"stm32h7",
"void",

View File

@ -37,7 +37,7 @@ heapless = { version = "0.5", features = ["serde"] }
serde-json-core = "0.1"
cortex-m-rtic = "0.5.3"
embedded-hal = "0.2.3"
nb = "0.1.2"
nb = "1.0.0"
asm-delay = "0.7.2"
enum-iterator = "0.6.0"