From 2cd018daa381742709dfe3e8177f1686035e1adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:18:32 +0000 Subject: [PATCH] Update smoltcp requirement from 0.13 to 0.14 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/main/CHANGELOG.md) - [Commits](https://github.com/smoltcp-rs/smoltcp/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: smoltcp dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60fef334..0e70e4ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ embassy-futures = { version = "0.1" } embassy-sync = { version = "0.8" } embassy-time = { version = "0.5" } critical-section = { version = "1.2" } -smoltcp = { version = "0.13" } +smoltcp = { version = "0.14" } linked_list_allocator = { version = "0.10", default-features = false, features = [ "const_mut_refs", ] }