aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-12-19 12:41:25 +0100
committerGitHub <[email protected]>2025-12-19 12:41:25 +0100
commit14efaf71d76ad0af569522ee0c4082d473fdede7 (patch)
treeee9f4352e70815e97e424bb534c1c096242b9af0 /embassy-net/Cargo.toml
parent3214021ed5ae17b96ac006c0f460e222502e411d (diff)
parent62ed44f99af9e33d689c8308149f8f992176895f (diff)
Merge pull request #4745 from embassy-rs/io07
Update to embedded-io 0.7
Diffstat (limited to 'embassy-net/Cargo.toml')
-rw-r--r--embassy-net/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml
index 4c8075c43..d66ba1133 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -109,9 +109,9 @@ smoltcp = { version = "0.12.0", default-features = false, features = [
109embassy-net-driver = { version = "0.2.0", path = "../embassy-net-driver" } 109embassy-net-driver = { version = "0.2.0", path = "../embassy-net-driver" }
110embassy-time = { version = "0.5.0", path = "../embassy-time" } 110embassy-time = { version = "0.5.0", path = "../embassy-time" }
111embassy-sync = { version = "0.7.2", path = "../embassy-sync" } 111embassy-sync = { version = "0.7.2", path = "../embassy-sync" }
112embedded-io-async = { version = "0.6.1" } 112embedded-io-async = { version = "0.7.0" }
113 113
114managed = { version = "0.8.0", default-features = false, features = [ "map" ] } 114managed = { version = "0.8.0", default-features = false, features = [ "map" ] }
115heapless = { version = "0.8", default-features = false } 115heapless = { version = "0.8", default-features = false }
116embedded-nal-async = "0.8.0" 116embedded-nal-async = "0.9.0"
117document-features = "0.2.7" 117document-features = "0.2.7"