From 1920e4878c8a29910ac3f10c3668b64fc5b35d42 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 18 Jul 2025 19:19:24 +0200 Subject: [PATCH] bump cobs-rs dependency --- satrs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index 8c1017d..7f09741 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -20,7 +20,7 @@ delegate = ">0.7, <=0.13" paste = "1" derive-new = ">=0.6, <=0.7" num_enum = { version = ">0.5, <=0.7", default-features = false } -cobs = { version = "0.4", default-features = false, git = "https://github.com/jamesmunns/cobs.rs.git", branch = "main" } +cobs = { version = "0.4", default-features = false } thiserror = { version = "2", default-features = false } hashbrown = { version = ">=0.14, <=0.15", optional = true } -- 2.43.0