From 947929da0021645b8413d1769172a0ea2124dd63 Mon Sep 17 00:00:00 2001 From: fko-kuptec <160487368+fko-kuptec@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:59:17 +0200 Subject: [PATCH] Update futures-lite to match version in async-io-mini (#22) --- Cargo.toml | 2 +- edge-nal-std/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index db06d05..7d0af2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ embassy-time = { version = "0.3", features = ["std", "generic-queue"] } embassy-sync = "0.6" embassy-futures = "0.1" embedded-svc = { version = "0.28", features = ["std"] } -futures-lite = "1" +futures-lite = "2" rand = "0.8" tokio = "1" # For the `mqtt_client` example async-compat = "0.2" # For the `mqtt_client` example diff --git a/edge-nal-std/Cargo.toml b/edge-nal-std/Cargo.toml index 24daf00..324ae7d 100644 --- a/edge-nal-std/Cargo.toml +++ b/edge-nal-std/Cargo.toml @@ -19,6 +19,6 @@ embedded-io-async = { workspace = true, features = ["std"] } edge-nal = { workspace = true } async-io = "2" async-io-mini = { git = "https://github.com/ivmarkov/async-io-mini", optional = true } -futures-lite = "1" +futures-lite = "2" libc = "0.2" heapless = { workspace = true }