From e6fe723ee60737dcb65d3dfbb610e73023dcbf0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:06:17 +0000 Subject: [PATCH] chore(deps): update bincode requirement in /slamrs-message Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. - [Commits](https://github.com/bincode-org/bincode/commits) --- updated-dependencies: - dependency-name: bincode dependency-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- slamrs-message/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slamrs-message/Cargo.toml b/slamrs-message/Cargo.toml index a458f7d..b8e31cf 100644 --- a/slamrs-message/Cargo.toml +++ b/slamrs-message/Cargo.toml @@ -9,6 +9,6 @@ std = ["bincode/std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bincode = { version = "2.0", default-features = false , features = ["derive"] } +bincode = { version = "3.0", default-features = false , features = ["derive"] } defmt = { version = "1.0", optional = true }