From 5bb8c2519f92158c5e79d3028e5868530edab3fb Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Wed, 29 Apr 2026 06:36:07 -0700 Subject: [PATCH] Bump device-driver to 1.0.9 Updates the `device-driver` dependency from 1.0.7 to 1.0.9 and refreshes Cargo.lock. No `supply-chain/` config in this repo, so no cargo-vet certification was needed. Assisted-by: Claude:claude-opus-4.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f857661..b3c14e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ edition = "2024" [dependencies] -device-driver = { version = "1.0.7", default-features = false, features = ["yaml"] } +device-driver = { version = "1.0.9", default-features = false, features = ["yaml"] } defmt = { version = "1.0", optional = true } embedded-hal = "1.0.0" embedded-hal-async = "1.0.0"