build(deps): bump heapless from 0.7.1 to 0.7.2
Bumps [heapless](https://github.com/japaric/heapless) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/japaric/heapless/releases) - [Changelog](https://github.com/japaric/heapless/blob/master/CHANGELOG.md) - [Commits](https://github.com/japaric/heapless/compare/v0.7.1...v0.7.2) --- updated-dependencies: - dependency-name: heapless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9e4f19a90f
commit
656ff3b9a2
|
@ -250,7 +250,7 @@ version = "0.6.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "db9efecb57ab54fa918730f2874d7d37647169c50fa1357fecb81abee840b113"
|
||||
dependencies = [
|
||||
"heapless 0.7.1",
|
||||
"heapless 0.7.2",
|
||||
"nb 1.0.0",
|
||||
"no-std-net",
|
||||
]
|
||||
|
@ -352,9 +352,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "heapless"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c7ee8a997d259962217f40279f34201fdf06e669bafa69d7c1f4c7ff1893b5f6"
|
||||
checksum = "e44a9fba8877c568fc30457f5639d0aa7f57e494e4cdbc464150740a66c6613a"
|
||||
dependencies = [
|
||||
"atomic-polyfill",
|
||||
"hash32 0.2.1",
|
||||
|
@ -429,7 +429,7 @@ dependencies = [
|
|||
"bit_field",
|
||||
"embedded-nal",
|
||||
"enum-iterator",
|
||||
"heapless 0.7.1",
|
||||
"heapless 0.7.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -721,7 +721,7 @@ version = "0.4.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8014aeea272bca0f0779778d43253f2f3375b414185b30e6ecc4d3e4a9994781"
|
||||
dependencies = [
|
||||
"heapless 0.7.1",
|
||||
"heapless 0.7.2",
|
||||
"ryu",
|
||||
"serde",
|
||||
]
|
||||
|
@ -763,7 +763,7 @@ version = "0.1.0"
|
|||
source = "git+https://github.com/quartiq/smoltcp-nal.git?rev=5baf55f#5baf55fafbfe2c08d9fe56c836171e9d2fb468e8"
|
||||
dependencies = [
|
||||
"embedded-nal",
|
||||
"heapless 0.7.1",
|
||||
"heapless 0.7.2",
|
||||
"nanorand",
|
||||
"smoltcp",
|
||||
]
|
||||
|
@ -779,7 +779,7 @@ dependencies = [
|
|||
"cortex-m-rtic",
|
||||
"dsp",
|
||||
"embedded-hal",
|
||||
"heapless 0.7.1",
|
||||
"heapless 0.7.2",
|
||||
"log",
|
||||
"mcp23017",
|
||||
"miniconf",
|
||||
|
|
Loading…
Reference in New Issue