From 4e56f7e9fc5a0f0acb8c9862702ad1c1a8c12f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 06:58:58 +0000 Subject: [PATCH] Bump smoltcp from 0.7.1 to 0.7.4 Bumps [smoltcp](https://github.com/smoltcp-rs/smoltcp) from 0.7.1 to 0.7.4. - [Release notes](https://github.com/smoltcp-rs/smoltcp/releases) - [Changelog](https://github.com/smoltcp-rs/smoltcp/blob/v0.7.4/CHANGELOG.md) - [Commits](https://github.com/smoltcp-rs/smoltcp/compare/v0.7.1...v0.7.4) --- updated-dependencies: - dependency-name: smoltcp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 454bedb..8f0c516 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1120,9 +1120,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" [[package]] name = "smoltcp" -version = "0.7.1" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97173c1ef35b0a09304cb3882eba594761243005847cbbf6124f966e8da6519a" +checksum = "a4ec49aa038736b0bc852ccd9a0eadc8f7832fe8f9c8eec4e8a740b36d665614" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index e0f0f25..337dae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ bitflags = "1.2.1" byte = "0.2.4" [dependencies.smoltcp] -version = "0.7.1" +version = "0.7.4" features = [ "proto-ipv6" ] default-features = false optional = true