diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 2adc98a37..55501ae65 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.24" -strum_macros = "0.24" +strum_macros = "0.26" rusqlite = "0.32.1" regex = "1.11.1" reqwest = { version = "0.11", features = ["stream", "blocking"] }