Skip to content

Commit 4e472d7

Browse files
deps: update derive-new requirement from 0.5 to 0.7 (#450)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Mölder <felix.moelder@uk-essen.de>
1 parent 2e6ea49 commit 4e472d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libz-sys = ">=1.1.15"
2020
bio-types = ">=0.9"
2121
byteorder = "1.3"
2222
custom_derive = "0.1"
23-
derive-new = "0.5"
23+
derive-new = "0.7"
2424
hts-sys = {version = "2.1.4", default-features = false, features = ["bindgen"]}
2525
ieee754 = "0.2"
2626
lazy_static = "1.4"

0 commit comments

Comments
 (0)