Skip to content

Commit a7bc716

Browse files
Update Rust crate strum to 0.27.2
1 parent 738c80d commit a7bc716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ slog-bunyan = "2.5"
9393
slog-term = "2.9"
9494
socket2 = { version = "0.6", features = ["all"] }
9595
structopt = "0.3"
96-
strum = { version = "0.26.3", features = [ "derive" ] }
96+
strum = { version = "0.27.2", features = [ "derive" ] }
9797
syn = { version = "2.0", features = ["extra-traits"]}
9898
tabwriter = { version = "1", features = ["ansi_formatting"] }
9999
thiserror = "1.0"

0 commit comments

Comments
 (0)