Skip to content

Commit c3bb054

Browse files
committed
Update dev-dependencies
1 parent e98e053 commit c3bb054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ edge-nal-embassy = { workspace = true, optional = true }
3838
log = "0.4"
3939
anyhow = "1"
4040
env_logger = "0.10"
41-
embedded-io-async = "0.6"
42-
embassy-time = { version = "0.4", features = ["std", "generic-queue-64"] }
41+
embedded-io-async = "0.7"
42+
embassy-time = { version = "0.5", features = ["std", "generic-queue-64"] }
4343
embassy-sync = "0.7"
4444
embassy-futures = "0.1.2"
45-
embedded-svc = { version = "0.28", features = ["std"] }
45+
embedded-svc = { git = "https://github.com/Luni-4/embedded-svc", branch = "deps", version = "0.28", features = ["std"] }
4646
futures-lite = "2"
4747
rand = "0.8"
4848
tokio = "1" # For the `mqtt_client` example

0 commit comments

Comments
 (0)