Skip to content

Commit

Permalink
chore(deps): update rust crate strum to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
stackable-bot committed Jul 26, 2023
1 parent 656669c commit 172e8b2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
30 changes: 26 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/crd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git",
semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
tracing = "0.1"
snafu = "0.7"
lazy_static = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion rust/operator-binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = "1.0"
serde_json = "1.0"
serde_yaml = "0.9"
snafu = "0.7"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
tokio = { version = "1.25", features = ["full"] }
tracing = "0.1"
lazy_static = "1.4"
Expand Down

0 comments on commit 172e8b2

Please sign in to comment.