Update nb requirement from 0.1.2 to 1.0.0

Updates the requirements on [nb](https://github.com/rust-embedded/nb) to permit the latest version.
- [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-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-01 04:00:57 +00:00 committed by GitHub
parent f0a03436a7
commit 8f640eb02f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
embedded-hal = "0.2.2"
nb = "0.1.2"
nb = "1.0.0"
usb-device = "0.2.3"
[dependencies.num_enum]