Skip to content

Commit d6045f3

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

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
@@ -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.24"
21+
strum = "0.26"
2222
strum_macros = "0.26"
2323
rusqlite = "0.32.1"
2424
regex = "1.11.1"

0 commit comments

Comments
 (0)