Skip to content

Commit a8a520e

Browse files
authored
Merge pull request #1238 from pkgxdev/dependabot/cargo/crates/lib/strum-0.28
Update strum requirement from 0.27 to 0.28 in /crates/lib
2 parents 68de91c + a558e4b commit a8a520e

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
@@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] }
1818
serde_yaml = "0.9"
1919
tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
2020
tokio-stream = "0.1"
21-
strum = "0.27"
21+
strum = "0.28"
2222
strum_macros = "0.28"
2323
rusqlite = "0.38.0"
2424
regex = "1.11.1"

0 commit comments

Comments
 (0)