aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/Cargo.toml
diff options
context:
space:
mode:
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"