diff options
Diffstat (limited to 'embassy-sync/Cargo.toml')
| -rw-r--r-- | embassy-sync/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index 0c28cec7d..86c87b7b1 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -41,7 +41,7 @@ futures-core = { version = "0.3.31", default-features = false } | |||
| 41 | critical-section = "1.1" | 41 | critical-section = "1.1" |
| 42 | heapless = "0.8" | 42 | heapless = "0.8" |
| 43 | cfg-if = "1.0.0" | 43 | cfg-if = "1.0.0" |
| 44 | embedded-io-async = { version = "0.6.1" } | 44 | embedded-io-async = { version = "0.7.0" } |
| 45 | 45 | ||
| 46 | [dev-dependencies] | 46 | [dev-dependencies] |
| 47 | futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } | 47 | futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } |
