From 1493e1b4db569d0a46e034d368879b7ad71e588f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 17:02:49 +0000 Subject: [PATCH] Update smoltcp requirement from 0.9.1 to 0.11.0 in /examples/rp2040 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.9.1...v0.11.0) --- updated-dependencies: - dependency-name: smoltcp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/rp2040/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rp2040/Cargo.toml b/examples/rp2040/Cargo.toml index d9cbc4b..5b64224 100644 --- a/examples/rp2040/Cargo.toml +++ b/examples/rp2040/Cargo.toml @@ -18,7 +18,7 @@ defmt = "0.3" defmt-rtt = "0.4" panic-probe = { version = "0.3", features = ["print-defmt"] } -smoltcp = { version = "0.9.1", default-features = false, features = [ +smoltcp = { version = "0.11.0", default-features = false, features = [ "defmt", "socket-tcp", "socket-dhcpv4",