Skip to content

Commit

Permalink
build(deps): update strum_macros requirement from ^0.17.1 to ^0.24.3
Browse files Browse the repository at this point in the history
Updates the requirements on [strum_macros](https://github.com/Peternator7/strum) to permit the latest version.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

---
updated-dependencies:
- dependency-name: strum_macros
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2022
1 parent 35619b4 commit a5eeacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rust-htslib = { version="0.39.*", default-features = false }
serde = "^1"
serde_derive = "^1"
strum = "^0.17.1"
strum_macros = "^0.17.1"
strum_macros = "^0.24.3"
statrs = "0.13"
tempdir = "^0.3"
tempfile = "^3"
Expand Down

0 comments on commit a5eeacb

Please sign in to comment.