diff options
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 669d79f40..4942ca507 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -82,7 +82,7 @@ cortex-m = "0.7.6" | |||
| 82 | critical-section = "1.1" | 82 | critical-section = "1.1" |
| 83 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 83 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 84 | chrono = { version = "0.4", default-features = false, optional = true } | 84 | chrono = { version = "0.4", default-features = false, optional = true } |
| 85 | embedded-io = { version = "0.6.0" } | 85 | embedded-io = { version = "0.6.1" } |
| 86 | embedded-io-async = { version = "0.6.1" } | 86 | embedded-io-async = { version = "0.6.1" } |
| 87 | embedded-storage = { version = "0.3" } | 87 | embedded-storage = { version = "0.3" } |
| 88 | embedded-storage-async = { version = "0.4.1" } | 88 | embedded-storage-async = { version = "0.4.1" } |
