aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 0 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9db673d..780e0e1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -159,7 +159,6 @@ dependencies = [
159 "embassy-sync", 159 "embassy-sync",
160 "embassy-time", 160 "embassy-time",
161 "embedded-io-async", 161 "embedded-io-async",
162 "embedded-mqtt",
163 "heapless 0.9.2", 162 "heapless 0.9.2",
164 "rand", 163 "rand",
165 "serde", 164 "serde",
@@ -289,13 +288,6 @@ dependencies = [
289] 288]
290 289
291[[package]] 290[[package]]
292name = "embedded-mqtt"
293version = "0.1.0"
294dependencies = [
295 "embedded-io-async",
296]
297
298[[package]]
299name = "embedded-nal" 291name = "embedded-nal"
300version = "0.9.0" 292version = "0.9.0"
301source = "registry+https://github.com/rust-lang/crates.io-index" 293source = "registry+https://github.com/rust-lang/crates.io-index"