From 30830f33a6631d0907d451e62ea525cb79adc79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:43:45 +0000 Subject: [PATCH] Bump sequential-storage from 4.0.3 to 5.0.1 Bumps [sequential-storage](https://github.com/tweedegolf/sequential-storage) from 4.0.3 to 5.0.1. - [Release notes](https://github.com/tweedegolf/sequential-storage/releases) - [Changelog](https://github.com/tweedegolf/sequential-storage/blob/master/CHANGELOG.md) - [Commits](https://github.com/tweedegolf/sequential-storage/compare/v4.0.3...v5.0.1) --- updated-dependencies: - dependency-name: sequential-storage dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bt2usb/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca22430..f25e5c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1799,9 +1799,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "sequential-storage" -version = "4.0.3" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "516ed74ad8268ec0d78c574af8fc7e09a9c3a0df63c7692c588a10d7097dea3b" +checksum = "0779e7aa11fe1e0a6a0bfb6abcdcc8852c6b74e3946d2ce93d24963dafc4a271" dependencies = [ "defmt 0.3.100", "embedded-storage-async", diff --git a/bt2usb/Cargo.toml b/bt2usb/Cargo.toml index cb4142e..27b46dc 100644 --- a/bt2usb/Cargo.toml +++ b/bt2usb/Cargo.toml @@ -56,7 +56,7 @@ rand_chacha = { version = "0.3", default-features = false } # Flash storage for bonding embedded-storage = "0.3" embedded-storage-async = "0.4" -sequential-storage = { version = "4", features = ["defmt-03"] } +sequential-storage = { version = "5", features = ["defmt-03"] } # RPC protocol minicbor = { version = "0.25", default-features = false, features = ["derive"] }