Skip to content

Commit

Permalink
deps: update derive-new requirement from 0.5 to 0.7
Browse files Browse the repository at this point in the history
Updates the requirements on [derive-new](https://github.com/nrc/derive-new) to permit the latest version.
- [Commits](nrc/derive-new@0.5.1...0.7)

---
updated-dependencies:
- dependency-name: derive-new
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 01fb5b8 commit 25970a9
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 @@ -20,7 +20,7 @@ libz-sys = ">=1.1.15"
bio-types = ">=0.9"
byteorder = "1.3"
custom_derive = "0.1"
derive-new = "0.5"
derive-new = "0.7"
hts-sys = {version = "2.1.4", default-features = false, features = ["bindgen"]}
ieee754 = "0.2"
lazy_static = "1.4"
Expand Down

0 comments on commit 25970a9

Please sign in to comment.