Skip to content

Commit 6c87aa9

Browse files
committed
chore(deps): update rust crate strum to 0.26
1 parent de0fc88 commit 6c87aa9

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
@@ -26,7 +26,7 @@ serde_yaml = "0.9"
2626
snafu = "0.7"
2727
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
2828
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.6.0" }
29-
strum = { version = "0.25", features = ["derive"] }
29+
strum = { version = "0.26", features = ["derive"] }
3030
tokio = { version = "1.29", features = ["full"] }
3131
tokio-zookeeper = "0.2"
3232
tracing = "0.1"

0 commit comments

Comments
 (0)