From 93a34c5203922fb5344fc652a4880a535d099b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 05:02:51 +0000 Subject: [PATCH] Bump smoltcp from 0.7.5 to 0.8.2 Bumps [smoltcp](https://github.com/smoltcp-rs/smoltcp) from 0.7.5 to 0.8.2. - [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.7.5...v0.8.2) --- updated-dependencies: - dependency-name: smoltcp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 446c095..da7d8e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,9 +579,9 @@ dependencies = [ [[package]] name = "managed" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75de51135344a4f8ed3cfe2720dc27736f7711989703a0b43aadf3753c55577" +checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d" [[package]] name = "matchers" @@ -1046,9 +1046,9 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "smoltcp" -version = "0.7.5" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e4a069bef843d170df47e7c0a8bf8d037f217d9f5b325865acc3e466ffe40d3" +checksum = "ee34c1e1bfc7e9206cc0fb8030a90129b4e319ab53856249bb27642cab914fb3" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 3b030d3..3d4260a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ byte = "0.2.4" strum = { version = "0.24.0", default_features = false, features = [ "derive" ] } [dependencies.smoltcp] -version = "0.7.1" +version = "0.8.2" features = [ "proto-ipv6" ] default-features = false optional = true