Skip to content

Commit

Permalink
Update strum requirement from 0.25 to 0.26
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 82fce48 commit 53bcb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aud/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ midly = "0.5.3"
lazy_static = "1.4.0"

[dev-dependencies]
strum = { version = "0.25", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }

0 comments on commit 53bcb09

Please sign in to comment.