aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-03 22:15:02 +0200
committerDario Nieuwenhuis <[email protected]>2023-10-04 00:10:55 +0200
commit0324cee0ca9caf40a43583367fe7ff0448d0f35f (patch)
tree782dcf67fa9b0dacd637c588d4160544d38fe6e5 /embassy-rp
parent8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff)
update embedded-io, embedded-nal-async.
Diffstat (limited to 'embassy-rp')
-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 1147286fc..26ff0ce84 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -75,8 +75,8 @@ cortex-m = "0.7.6"
75critical-section = "1.1" 75critical-section = "1.1"
76futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 76futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
77chrono = { version = "0.4", default-features = false, optional = true } 77chrono = { version = "0.4", default-features = false, optional = true }
78embedded-io = { version = "0.5.0" } 78embedded-io = { version = "0.6.0" }
79embedded-io-async = { version = "0.5.0", optional = true } 79embedded-io-async = { version = "0.6.0", optional = true }
80embedded-storage = { version = "0.3" } 80embedded-storage = { version = "0.3" }
81embedded-storage-async = { version = "0.4.0", optional = true } 81embedded-storage-async = { version = "0.4.0", optional = true }
82rand_core = "0.6.4" 82rand_core = "0.6.4"