build(deps): bump smoltcp from 0.6.0 to 0.7.0

Bumps [smoltcp](https://github.com/smoltcp-rs/smoltcp) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/smoltcp-rs/smoltcp/releases)
- [Changelog](https://github.com/smoltcp-rs/smoltcp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smoltcp-rs/smoltcp/compare/v0.6.0...v0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 2021-01-20 04:01:23 +00:00 committed by GitHub
parent d447501c47
commit 7134df9749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 3 deletions

15
Cargo.lock generated
View File

@ -827,6 +827,17 @@ dependencies = [
"managed", "managed",
] ]
[[package]]
name = "smoltcp"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab527c390c7e107f687bd92a886a083fde61b8cdc700b37f3d7e4346ffd8fae1"
dependencies = [
"bitflags",
"byteorder",
"managed",
]
[[package]] [[package]]
name = "stabilizer" name = "stabilizer"
version = "0.4.1" version = "0.4.1"
@ -849,7 +860,7 @@ dependencies = [
"paste", "paste",
"serde", "serde",
"serde-json-core", "serde-json-core",
"smoltcp", "smoltcp 0.7.0",
"stm32h7xx-hal", "stm32h7xx-hal",
] ]
@ -884,7 +895,7 @@ dependencies = [
"embedded-hal", "embedded-hal",
"nb 1.0.0", "nb 1.0.0",
"paste", "paste",
"smoltcp", "smoltcp 0.6.0",
"stm32h7", "stm32h7",
"void", "void",
] ]

View File

@ -50,7 +50,7 @@ ad9959 = { path = "ad9959" }
git = "https://github.com/mrd0ll4r/mcp23017.git" git = "https://github.com/mrd0ll4r/mcp23017.git"
[dependencies.smoltcp] [dependencies.smoltcp]
version = "0.6" version = "0.7"
features = ["ethernet", "proto-ipv4", "socket-tcp", "proto-ipv6"] features = ["ethernet", "proto-ipv4", "socket-tcp", "proto-ipv6"]
default-features = false default-features = false