diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 4c199ab56..84c357d5c 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.27" +strum_macros = "0.28" rusqlite = "0.38.0" regex = "1.11.1" reqwest = { version = "0.13", features = ["stream", "blocking"] }