aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-rp/Cargo.toml')
-rw-r--r--embassy-rp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index 8e4bb927f..585acc064 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -167,8 +167,8 @@ cortex-m-rt = ">=0.6.15,<0.8"
167cortex-m = "0.7.6" 167cortex-m = "0.7.6"
168critical-section = "1.2.0" 168critical-section = "1.2.0"
169chrono = { version = "0.4", default-features = false, optional = true } 169chrono = { version = "0.4", default-features = false, optional = true }
170embedded-io = { version = "0.6.1" } 170embedded-io = { version = "0.7.1" }
171embedded-io-async = { version = "0.6.1" } 171embedded-io-async = { version = "0.7.0" }
172embedded-storage = { version = "0.3" } 172embedded-storage = { version = "0.3" }
173embedded-storage-async = { version = "0.4.1" } 173embedded-storage-async = { version = "0.4.1" }
174fixed = "1.28.0" 174fixed = "1.28.0"