diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-03 22:15:02 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-04 00:10:55 +0200 |
| commit | 0324cee0ca9caf40a43583367fe7ff0448d0f35f (patch) | |
| tree | 782dcf67fa9b0dacd637c588d4160544d38fe6e5 /embassy-rp | |
| parent | 8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff) | |
update embedded-io, embedded-nal-async.
Diffstat (limited to 'embassy-rp')
| -rw-r--r-- | embassy-rp/Cargo.toml | 4 |
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" | |||
| 75 | critical-section = "1.1" | 75 | critical-section = "1.1" |
| 76 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 76 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 77 | chrono = { version = "0.4", default-features = false, optional = true } | 77 | chrono = { version = "0.4", default-features = false, optional = true } |
| 78 | embedded-io = { version = "0.5.0" } | 78 | embedded-io = { version = "0.6.0" } |
| 79 | embedded-io-async = { version = "0.5.0", optional = true } | 79 | embedded-io-async = { version = "0.6.0", optional = true } |
| 80 | embedded-storage = { version = "0.3" } | 80 | embedded-storage = { version = "0.3" } |
| 81 | embedded-storage-async = { version = "0.4.0", optional = true } | 81 | embedded-storage-async = { version = "0.4.0", optional = true } |
| 82 | rand_core = "0.6.4" | 82 | rand_core = "0.6.4" |
