From f8858b01b8d93ec2d3ea6c2e5106f55ceb205847 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Tue, 7 May 2024 09:04:56 +0000 Subject: [PATCH] chore(deps): update rust crate strum to 0.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3254297e..1efadc0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1.0" serde_yaml = "0.9" snafu = "0.7" stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" } -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } tokio = { version = "1.29", features = ["full"] } tracing = "0.1" tracing-futures = { version = "0.2", features = ["futures-03"] }