Skip to content

Commit 74affa7

Browse files
Update Rust crate strum to 0.27.2
1 parent 2daa552 commit 74affa7

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
@@ -97,7 +97,7 @@ slog-bunyan = "2.5"
9797
slog-term = "2.9"
9898
socket2 = { version = "0.6", features = ["all"] }
9999
structopt = "0.3"
100-
strum = { version = "0.26.3", features = [ "derive" ] }
100+
strum = { version = "0.27.2", features = [ "derive" ] }
101101
syn = { version = "2.0", features = ["extra-traits"]}
102102
tabwriter = { version = "1", features = ["ansi_formatting"] }
103103
thiserror = "1.0"

0 commit comments

Comments
 (0)