summaryrefslogtreecommitdiff
path: root/embassy-net
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-18 14:45:07 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-18 14:45:07 +0200
commitce407474a7d6f3f859493523a53dc0ac7cbe27d6 (patch)
tree27cbcd2bb839791cbb4cbf4f5c5a26582942ccf4 /embassy-net
parent1ea52d3442983a51427cdc96a53609cf58beff77 (diff)
downloadembassy-ce407474a7d6f3f859493523a53dc0ac7cbe27d6.zip
net: update atomic-pool, atomic-polyfill.
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 1ce4479a..9f9bb226 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -47,8 +47,8 @@ as-slice = "0.2.1"
generic-array = { version = "0.14.4", default-features = false }
stable_deref_trait = { version = "1.2.0", default-features = false }
futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] }
-atomic-pool = "0.2.1"
-atomic-polyfill = "0.1.5"
+atomic-pool = "1.0"
+atomic-polyfill = "1.0.1"
embedded-nal-async = "0.2.0"
[dependencies.smoltcp]