From b38c65ff223175abd5d3bf630f9a169bd3cfbf14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:06:42 +0000 Subject: [PATCH] build(deps): bump smoltcp-nal from 0.4.0 to 0.4.1 Bumps [smoltcp-nal](https://github.com/quartiq/smoltcp-nal) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/quartiq/smoltcp-nal/releases) - [Changelog](https://github.com/quartiq/smoltcp-nal/blob/main/CHANGELOG.md) - [Commits](https://github.com/quartiq/smoltcp-nal/compare/0.4.0...0.4.1) --- updated-dependencies: - dependency-name: smoltcp-nal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba9f831b1..b097eadda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,9 +860,9 @@ dependencies = [ [[package]] name = "smoltcp-nal" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75077a28569d93c2eed77164fd36dd224a9efcf6ecf0e574f293ed638783b000" +checksum = "6dd2ed2f8e7643a170506863ed0f52ad1dc5762abdcff27de825dde14fc8025f" dependencies = [ "embedded-nal", "embedded-time",