aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-10-01 21:17:46 +0200
committerDario Nieuwenhuis <[email protected]>2025-12-19 12:29:50 +0100
commit62ed44f99af9e33d689c8308149f8f992176895f (patch)
treeee9f4352e70815e97e424bb534c1c096242b9af0 /examples/rp/Cargo.toml
parent3214021ed5ae17b96ac006c0f460e222502e411d (diff)
Update to embedded-io 0.7
Diffstat (limited to 'examples/rp/Cargo.toml')
-rw-r--r--examples/rp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index e247f6f7a..1a5712dd3 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -26,7 +26,7 @@ fixed = "1.23.1"
26fixed-macro = "1.2" 26fixed-macro = "1.2"
27 27
28# for web request example 28# for web request example
29reqwless = { version = "0.13.0", features = ["defmt"] } 29reqwless = { git = "https://github.com/drogue-iot/reqwless", rev = "68f703dfc16e6f7f964b7238c922c0d433118872", features = ["defmt"] }
30serde = { version = "1.0.203", default-features = false, features = ["derive"] } 30serde = { version = "1.0.203", default-features = false, features = ["derive"] }
31serde-json-core = "0.5.1" 31serde-json-core = "0.5.1"
32 32
@@ -50,7 +50,7 @@ usbd-hid = "0.9.0"
50embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 50embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
51embedded-hal-async = "1.0" 51embedded-hal-async = "1.0"
52embedded-hal-bus = { version = "0.1", features = ["async"] } 52embedded-hal-bus = { version = "0.1", features = ["async"] }
53embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } 53embedded-io-async = { version = "0.7.0", features = ["defmt"] }
54embedded-storage = { version = "0.3" } 54embedded-storage = { version = "0.3" }
55static_cell = "2.1" 55static_cell = "2.1"
56portable-atomic = { version = "1.5", features = ["critical-section"] } 56portable-atomic = { version = "1.5", features = ["critical-section"] }