Skip to content

Commit 7ee7b78

Browse files
dependabot[bot]mxcl
authored andcommitted
Update strum_macros requirement from 0.24 to 0.26 in /crates/lib
--- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9c806b commit 7ee7b78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde_yaml = "0.9"
1919
tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
2020
tokio-stream = "0.1"
2121
strum = "0.24"
22-
strum_macros = "0.24"
22+
strum_macros = "0.26"
2323
rusqlite = "0.32.1"
2424
regex = "1.11.1"
2525
reqwest = { version = "0.12", features = ["stream", "blocking"] }

0 commit comments

Comments
 (0)