From 2e7307e1b4f899c6aa5a8040f688a7d4d00a9bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 10:04:46 +0000 Subject: [PATCH] Bump radio from 0.9.1 to 0.10.0 Bumps [radio](https://github.com/rust-iot/radio-hal) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/rust-iot/radio-hal/releases) - [Commits](https://github.com/rust-iot/radio-hal/compare/v0.9.1...v0.10.0) --- updated-dependencies: - dependency-name: radio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62036bd..d604f67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,9 +451,9 @@ dependencies = [ [[package]] name = "radio" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2daa60788f83f8fa18976bca4712abd321056efbf26b4336b979c709dcae5e89" +checksum = "d1fa6d8840988be3dd914cbc947906d9035768fe2faee7751350b03051163d53" dependencies = [ "chrono", "embedded-hal", diff --git a/Cargo.toml b/Cargo.toml index 9e39ee6..4b10a10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ util = [ "structopt", "driver-pal/hal", "simplelog", "humantime" ] default = [ "util", "serde", "driver-pal/hal-cp2130", "driver-pal/hal-linux" ] [dependencies] -radio = "0.9.1" +radio = "0.10.0" embedded-hal = "1.0.0-alpha.5" libc = "0.2" log = { version = "0.4" }