Skip to content

Commit ef51054

Browse files
committed
chore(deps): update rust crate strum to 0.26
1 parent 82c9bd3 commit ef51054

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
@@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
1919
snafu = "0.7"
2020
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
21-
strum = { version = "0.25", features = ["derive"] }
21+
strum = { version = "0.26", features = ["derive"] }
2222
tokio = { version = "1.29", features = ["full"] }
2323
tracing = "0.1"
2424

0 commit comments

Comments
 (0)