Skip to content

Commit f44e258

Browse files
committed
chore(deps): update rust crate strum to 0.26
1 parent 6794de8 commit f44e258

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
@@ -27,7 +27,7 @@ serde_json = "1.0"
2727
serde_yaml = "0.9"
2828
snafu = "0.7"
2929
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
30-
strum = { version = "0.25", features = ["derive"] }
30+
strum = { version = "0.26", features = ["derive"] }
3131
tokio = { version = "1.29", features = ["full"] }
3232
tracing = "0.1"
3333

0 commit comments

Comments
 (0)