Skip to content

Commit 1cd661d

Browse files
committed
chore(deps): update rust crate strum to 0.26
1 parent e0ab3bf commit 1cd661d

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
@@ -22,7 +22,7 @@ prost-types = "0.11"
2222
serde = "1.0"
2323
snafu = "0.7"
2424
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
25-
strum = { version = "0.25", features = ["derive"] }
25+
strum = { version = "0.26", features = ["derive"] }
2626
socket2 = { version = "0.5.3", features = ["all"] }
2727
tokio = { version = "1.29", features = ["full"] }
2828
tokio-stream = { version = "0.1", features = ["net"] }

0 commit comments

Comments
 (0)