bump cobs-rs dependency

This commit is contained in:
Robin Mueller
2025-07-18 19:19:24 +02:00
parent f46bc94b04
commit 1920e4878c

View File

@@ -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 }