diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-08-18 12:46:02 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-18 12:46:02 +0000 |
| commit | 3572da29c80283db5a5f082d9dc9173739566b3c (patch) | |
| tree | 27cbcd2bb839791cbb4cbf4f5c5a26582942ccf4 | |
| parent | 1ea52d3442983a51427cdc96a53609cf58beff77 (diff) | |
| parent | ce407474a7d6f3f859493523a53dc0ac7cbe27d6 (diff) | |
Merge #912
912: net: update atomic-pool, atomic-polyfill. r=Dirbaio a=Dirbaio
bors r+
Co-authored-by: Dario Nieuwenhuis <[email protected]>
| -rw-r--r-- | embassy-net/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml index 1ce4479aa..9f9bb2261 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -47,8 +47,8 @@ as-slice = "0.2.1" | |||
| 47 | generic-array = { version = "0.14.4", default-features = false } | 47 | generic-array = { version = "0.14.4", default-features = false } |
| 48 | stable_deref_trait = { version = "1.2.0", default-features = false } | 48 | stable_deref_trait = { version = "1.2.0", default-features = false } |
| 49 | futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } | 49 | futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } |
| 50 | atomic-pool = "0.2.1" | 50 | atomic-pool = "1.0" |
| 51 | atomic-polyfill = "0.1.5" | 51 | atomic-polyfill = "1.0.1" |
| 52 | embedded-nal-async = "0.2.0" | 52 | embedded-nal-async = "0.2.0" |
| 53 | 53 | ||
| 54 | [dependencies.smoltcp] | 54 | [dependencies.smoltcp] |
