Skip to content

Commit 838b753

Browse files
fix(deps): update rust crate strum to 0.28
1 parent a7e0b75 commit 838b753

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ regex = "1"
3333
roff = { version = "0.2", optional = true }
3434
serde = { version = "1", features = ["derive"] }
3535
shell-words = "1"
36-
strum = { version = "0.27", features = ["derive"] }
36+
strum = { version = "0.28", features = ["derive"] }
3737
tera = { version = "1", optional = true }
3838
thiserror = "2"
3939
versions = "7"

0 commit comments

Comments
 (0)