From f70b0c99b73cda03153311165eced612b79eaa7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:33:46 +0000 Subject: [PATCH] Bump smoltcp-nal from 0.3.0 to 0.4.0 Bumps [smoltcp-nal](https://github.com/quartiq/smoltcp-nal) from 0.3.0 to 0.4.0. - [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.3.0...0.4.0) --- updated-dependencies: - dependency-name: smoltcp-nal 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 8fbc2be0..c8a3e0f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1310,9 +1310,9 @@ dependencies = [ [[package]] name = "smoltcp" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9786ac45091b96f946693e05bfa4d8ca93e2d3341237d97a380107a6b38dea" +checksum = "8d2e3a36ac8fea7b94e666dfa3871063d6e0a5c9d5d4fec9a1a6b7b6760f0229" dependencies = [ "bitflags 1.3.2", "byteorder", @@ -1323,9 +1323,9 @@ dependencies = [ [[package]] name = "smoltcp-nal" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "821854501c550f1d347b5ae469d8e273d21371ad2eb270a8ff6f37ca9a23f8bd" +checksum = "75077a28569d93c2eed77164fd36dd224a9efcf6ecf0e574f293ed638783b000" dependencies = [ "embedded-nal 0.7.0", "embedded-time", diff --git a/Cargo.toml b/Cargo.toml index 3aac8445..1437b347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ minireq = "0.2" rtt-target = {version = "0.3", features=["cortex-m"]} enum-iterator = { version = "1.4", default-features = false } enc424j600 = { version = "0.3", features = ["cortex-m-cpu"] } -smoltcp-nal = { version = "0.3", features=["shared-stack"] } +smoltcp-nal = { version = "0.4", features=["shared-stack"] } [build-dependencies] built = { version = "0.6", features = ["git2"], default-features = false }