diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 74c583b0c..ca5cc20b9 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -19,7 +19,7 @@ serde_yaml = "0.9" tokio = { version = "1.43", features = ["full", "rt-multi-thread"] } tokio-stream = "0.1" strum = "0.27" -strum_macros = "0.26" +strum_macros = "0.27" rusqlite = "0.32.1" regex = "1.11.1" reqwest = { version = "0.12", features = ["stream", "blocking"] }