Skip to content

Commit 68de91c

Browse files
authored
Merge pull request #1237 from pkgxdev/dependabot/cargo/crates/lib/strum_macros-0.28
Update strum_macros requirement from 0.27 to 0.28 in /crates/lib
2 parents 0829ee9 + ac38df6 commit 68de91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.27"
22-
strum_macros = "0.27"
22+
strum_macros = "0.28"
2323
rusqlite = "0.38.0"
2424
regex = "1.11.1"
2525
reqwest = { version = "0.13", features = ["stream", "blocking"] }

0 commit comments

Comments
 (0)