Skip to content

Commit

Permalink
chore(interop): Update to strum 0.26 (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed May 21, 2024
1 parent f1a5b91 commit fcf7a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/bin/server.rs"

[dependencies]
async-stream = "0.3"
strum = {version = "0.25", features = ["derive"]}
strum = {version = "0.26", features = ["derive"]}
pico-args = {version = "0.5", features = ["eq-separator"]}
console = "0.15"
http = "0.2"
Expand Down

0 comments on commit fcf7a65

Please sign in to comment.