Update to smoltcp 0.8.0

This commit is contained in:
Tilo Spannagel 2021-12-20 02:16:40 +00:00 committed by GitHub
parent 40d7c18c85
commit af803ffc6a
5 changed files with 27 additions and 28 deletions

View file

@ -11,7 +11,7 @@ clap = { version = "2.33", default-features = false, features = ["suggestions"]
log = "0.4"
pretty_env_logger = "0.4"
anyhow = "1"
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev = "25c539bb7c96789270f032ede2a967cf0fe5cf57" }
smoltcp = "0.8.0"
tokio = { version = "1", features = ["full"] }
futures = "0.3.17"
rand = "0.8.4"