summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-10 22:37:35 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-10 22:37:35 +0100
commitc158b1df0c7c18896b24032b2a1883bac733cc1a (patch)
treea88722fa4d08f97b526b50eafecf5c4ec5df0003 /Cargo.lock
parent5d3336ad1505f0971fea5a391d45c7be25b65efb (diff)
downloadnrf-softdevice-c158b1df0c7c18896b24032b2a1883bac733cc1a.zip
Refactor ConnectionState to get rid of all Cells.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1803e17..7f3dc12 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -187,7 +187,7 @@ dependencies = [
[[package]]
name = "defmt"
version = "0.1.0"
-source = "git+https://github.com/knurling-rs/defmt?branch=main#144184a6ac614146c45122ece7c9fc698b749719"
+source = "git+https://github.com/knurling-rs/defmt?branch=main#2cd3004272734bca06c9023a12f2c7b6d14f3e45"
dependencies = [
"defmt-macros",
"semver 0.11.0",
@@ -196,7 +196,7 @@ dependencies = [
[[package]]
name = "defmt-macros"
version = "0.1.0"
-source = "git+https://github.com/knurling-rs/defmt?branch=main#144184a6ac614146c45122ece7c9fc698b749719"
+source = "git+https://github.com/knurling-rs/defmt?branch=main#2cd3004272734bca06c9023a12f2c7b6d14f3e45"
dependencies = [
"defmt-parser",
"proc-macro2",
@@ -207,12 +207,12 @@ dependencies = [
[[package]]
name = "defmt-parser"
version = "0.1.0"
-source = "git+https://github.com/knurling-rs/defmt?branch=main#144184a6ac614146c45122ece7c9fc698b749719"
+source = "git+https://github.com/knurling-rs/defmt?branch=main#2cd3004272734bca06c9023a12f2c7b6d14f3e45"
[[package]]
name = "defmt-rtt"
version = "0.1.0"
-source = "git+https://github.com/knurling-rs/defmt?branch=main#144184a6ac614146c45122ece7c9fc698b749719"
+source = "git+https://github.com/knurling-rs/defmt?branch=main#2cd3004272734bca06c9023a12f2c7b6d14f3e45"
dependencies = [
"cortex-m",
"defmt",
@@ -665,7 +665,7 @@ dependencies = [
[[package]]
name = "panic-probe"
version = "0.1.0"
-source = "git+https://github.com/knurling-rs/probe-run?branch=main#50b598205c817066ba0166e34e30a6e16d52b010"
+source = "git+https://github.com/knurling-rs/probe-run?branch=main#749e0a30c62d9e005f3c497ba5854d41ff17800b"
dependencies = [
"cortex-m",
"cortex-m-rt",