From e3dfe5a53cc0b5d8fdcc6ad45c294536655a6daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 12:12:24 +0000 Subject: [PATCH] Update smoltcp requirement in the all-updates group Updates the requirements on [smoltcp](https://github.com/smoltcp-rs/smoltcp) to permit the latest version. Updates `smoltcp` to 0.14.0 - [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 dependency-group: all-updates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9dbaeb9..79284c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ default-target = "aarch64-apple-darwin" members = ["vmnet-derive"] [dev-dependencies] -smoltcp = "0.13.0" +smoltcp = "0.14.0" [dependencies] libc = "0.2.126"