From facd0394ae8382d101f189b893e5c76e94751308 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 10 May 2025 13:38:55 +0200 Subject: [PATCH] update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 891a375..611bd2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -crc = { version = "3", git = "https://github.com/us-irs/crc-rs.git", branch = "opt-crc128-crc64", default-features = false } +crc = "3.3" delegate = ">=0.8, <=0.13" paste = "1" @@ -50,7 +50,7 @@ version = "0.2" default-features = false [dependencies.defmt] -version = "0.3" +version = "1" optional = true [features]