aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
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-net
parent8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff)
update embedded-io, embedded-nal-async.
Diffstat (limited to 'embassy-net')
-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 8aca92a68..89582deee 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -53,7 +53,7 @@ smoltcp = { version = "0.10.0", default-features = false, features = [
53embassy-net-driver = { version = "0.1.0", path = "../embassy-net-driver" } 53embassy-net-driver = { version = "0.1.0", path = "../embassy-net-driver" }
54embassy-time = { version = "0.1.3", path = "../embassy-time" } 54embassy-time = { version = "0.1.3", path = "../embassy-time" }
55embassy-sync = { version = "0.3.0", path = "../embassy-sync" } 55embassy-sync = { version = "0.3.0", path = "../embassy-sync" }
56embedded-io-async = { version = "0.5.0", optional = true } 56embedded-io-async = { version = "0.6.0", optional = true }
57 57
58managed = { version = "0.8.0", default-features = false, features = [ "map" ] } 58managed = { version = "0.8.0", default-features = false, features = [ "map" ] }
59heapless = { version = "0.7.5", default-features = false } 59heapless = { version = "0.7.5", default-features = false }
@@ -62,5 +62,5 @@ generic-array = { version = "0.14.4", default-features = false }
62stable_deref_trait = { version = "1.2.0", default-features = false } 62stable_deref_trait = { version = "1.2.0", default-features = false }
63futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } 63futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] }
64atomic-pool = "1.0" 64atomic-pool = "1.0"
65embedded-nal-async = { version = "0.5.0", optional = true } 65embedded-nal-async = { version = "0.6.0", optional = true }
66atomic-polyfill = { version = "1.0" } 66atomic-polyfill = { version = "1.0" }