diff --git a/esp-wifi/Cargo.toml b/esp-wifi/Cargo.toml index 21d3d47c31d..f1c7211a172 100644 --- a/esp-wifi/Cargo.toml +++ b/esp-wifi/Cargo.toml @@ -27,7 +27,6 @@ esp-hal = { workspace = true } smoltcp = { workspace = true, optional = true } critical-section.workspace = true log = { workspace = true, optional = true } -embedded-hal = { workspace = true } embedded-svc = { workspace = true, optional = true } enumset = { workspace = true, optional = true } linked_list_allocator = { workspace = true }