From 29491e89ee3f8bd0c1eaaa99d3046c4b8bae997d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 12:14:04 +0000 Subject: [PATCH] Update smoltcp requirement from 0.5 to 0.7 Updates the requirements on [smoltcp](https://github.com/smoltcp-rs/smoltcp) to permit the latest version. - [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.5.0...v0.7.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..25d7f96 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.7", optional = true, default-features = false, features = [ "std", "log", "proto-ipv4", "proto-ipv6" ] } [dev-dependencies]