Skip to content

Commit f8858b0

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

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 @@ serde_json = "1.0"
2222
serde_yaml = "0.9"
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
tokio = { version = "1.29", features = ["full"] }
2727
tracing = "0.1"
2828
tracing-futures = { version = "0.2", features = ["futures-03"] }

0 commit comments

Comments
 (0)