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 f24a296 commit 10a8625
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
28 changes: 25 additions & 3 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/operator-binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = "1.0"
serde_json = "1.0"
snafu = "0.7"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.44.0" }
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"

Expand Down

0 comments on commit 10a8625

Please sign in to comment.