From d806af1f9dad5b56c974dc71acc01234355df078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:54:31 +0100 Subject: [PATCH] Bump the all-updates group with 2 updates (#149) Bumps the all-updates group with 2 updates: [smoltcp](https://github.com/smoltcp-rs/smoltcp) and [prefix-trie](https://github.com/tiborschneider/prefix-trie). Updates `smoltcp` from 0.12.0 to 0.13.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.12.0...v0.13.0) Updates `prefix-trie` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/tiborschneider/prefix-trie/releases) - [Commits](https://github.com/tiborschneider/prefix-trie/compare/v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: smoltcp dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: prefix-trie dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 082d222..2986058 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,9 +923,9 @@ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "heapless" -version = "0.8.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" +checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed" dependencies = [ "hash32", "stable_deref_trait", @@ -1760,9 +1760,9 @@ dependencies = [ [[package]] name = "prefix-trie" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03ef8c73261223b73d4807d55c6a71fa209695506c0efc30abc19eeba5713325" +checksum = "23370be78b7e5bcbb0cab4a02047eb040279a693c78daad04c2c5f1c24a83503" dependencies = [ "either", "ipnet", @@ -2382,9 +2382,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smoltcp" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dad095989c1533c1c266d9b1e8d70a1329dd3723c3edac6d03bbd67e7bf6f4bb" +checksum = "ac729b0a77bd092a3f06ddaddc59fe0d67f48ba0de45a9abe707c2842c7f8767" dependencies = [ "bitflags 1.3.2", "byteorder",