From 7cefd6480b90cb7bd03e465e724eae58f5aa9582 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Sun, 4 Jul 2021 02:41:27 +0200 Subject: [PATCH] Update common dependencies --- examples/ccm-demo/Cargo.toml | 2 +- nrf-hal-common/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ccm-demo/Cargo.toml b/examples/ccm-demo/Cargo.toml index 914db149..fa81b079 100644 --- a/examples/ccm-demo/Cargo.toml +++ b/examples/ccm-demo/Cargo.toml @@ -9,7 +9,7 @@ publish = false cortex-m = "0.6.2" cortex-m-rt = "0.6.12" rtt-target = {version = "0.2.0", features = ["cortex-m"] } -rand_core = "0.5.1" +rand_core = "0.6.3" nrf52810-hal = { path = "../../nrf52810-hal", features = ["rt"], optional = true } nrf52811-hal = { path = "../../nrf52811-hal", features = ["rt"], optional = true } diff --git a/nrf-hal-common/Cargo.toml b/nrf-hal-common/Cargo.toml index bb291c2d..343af98b 100644 --- a/nrf-hal-common/Cargo.toml +++ b/nrf-hal-common/Cargo.toml @@ -20,10 +20,10 @@ license = "MIT OR Apache-2.0" edition = "2018" [dependencies] -cortex-m = "0.6.2" +cortex-m = "0.7.3" nb = "1.0.0" fixed = "1.0.0" -rand_core = "0.5.1" +rand_core = "0.6.3" cfg-if = "1.0.0" embedded-dma = "0.1.1"