From 74da338b1c86826886735bc086155d7753f723a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 12:13:22 +0000 Subject: [PATCH] Update smoltcp requirement from 0.5 to 0.6 Updates the requirements on [smoltcp](https://github.com/m-labs/smoltcp) to permit the latest version. - [Release notes](https://github.com/m-labs/smoltcp/releases) - [Commits](https://github.com/m-labs/smoltcp/compare/v0.5.0...v0.6.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b40a6bd..f91017d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tokio-core = { version = "0.1", optional = true } hyper = { version = "0.11", optional = true } hyper-tls = { version = "0.1", optional = true } -smoltcp = { version = "0.5", optional = true, default-features = false, features = [ "std", "log", "proto-ipv4", "proto-ipv6" ] } +smoltcp = { version = "0.6", optional = true, default-features = false, features = [ "std", "log", "proto-ipv4", "proto-ipv6" ] } [dev-dependencies]