Skip to content

Commit 12acc99

Browse files
Update strum_macros requirement from 0.26 to 0.27 in /crates/lib
Updates the requirements on [strum_macros](https://github.com/Peternator7/strum) to permit the latest version. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.1...v0.27.0) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c19d260 commit 12acc99

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

0 commit comments

Comments
 (0)