summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-26 13:24:53 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-26 13:24:53 +0200
commit6538f0ec4744407dc12047e23b4f1e24a64d5de7 (patch)
treed7635b21a19bead187c3c4d09022d48dcc9c3edf /Cargo.lock
parentac73efb2d38735cb2a59ccce476d4dc7d232124b (diff)
downloadnrf-softdevice-6538f0ec4744407dc12047e23b4f1e24a64d5de7.zip
Update heapless
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1b89553..c6ba930 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -451,21 +451,20 @@ checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
[[package]]
name = "hash32"
-version = "0.1.1"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
+checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
dependencies = [
"byteorder",
]
[[package]]
name = "heapless"
-version = "0.5.6"
+version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74911a68a1658cfcfb61bc0ccfbd536e3b6e906f8c2f7883ee50157e3e2184f1"
+checksum = "c7ee8a997d259962217f40279f34201fdf06e669bafa69d7c1f4c7ff1893b5f6"
dependencies = [
- "as-slice",
- "generic-array 0.13.3",
+ "atomic-polyfill",
"hash32",
"stable_deref_trait",
]
@@ -522,7 +521,7 @@ checksum = "546c37ac5d9e56f55e73b677106873d9d9f5190605e41a856503623648488cae"
name = "nrf-softdevice"
version = "0.1.0"
dependencies = [
- "cortex-m 0.6.7",
+ "cortex-m 0.7.2",
"cortex-m-rt",
"critical-section",
"defmt",
@@ -559,7 +558,7 @@ name = "nrf-softdevice-examples"
version = "0.1.0"
dependencies = [
"alloc-cortex-m",
- "cortex-m 0.6.7",
+ "cortex-m 0.7.2",
"cortex-m-rt",
"defmt",
"embassy",
@@ -693,12 +692,13 @@ dependencies = [
[[package]]
name = "panic-probe"
-version = "0.1.0"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0de06adf67ed4f46572b31ac5340b8137f8a37d5e89fd68101d92767c9feb5f0"
+checksum = "45b5c81d6b51f415b3ba40b30dc598dfffb29ad4cf4a8815989754850ce6c0dc"
dependencies = [
"cortex-m 0.6.7",
"cortex-m-rt",
+ "defmt",
]
[[package]]