Skip to content

Commit 80955f5

Browse files
committed
async-embedded: Upgrade dependencies
1 parent 4caea46 commit 80955f5

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

Cargo.lock

Lines changed: 21 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

async-embedded/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ publish = false
77
version = "0.0.0-alpha.0"
88

99
[dependencies]
10-
generic-array = "0.13.2"
10+
generic-array = "0.14.2"
1111
heapless = { git = "https://github.com/japaric/heapless", branch = "slab" }
12-
pin-utils = "0.1.0-alpha.4"
13-
typenum = "1.11.2"
12+
pin-utils = "0.1.0"
13+
typenum = "1.12.0"
1414

1515
[target.'cfg(target_arch = "arm")'.dependencies]
1616
cortex-m = "0.6.2"

0 commit comments

Comments
 (0)