From 25970a96dcd6c306a3bdaca21dbb1ba634c3ccde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:20:10 +0000 Subject: [PATCH] deps: update derive-new requirement from 0.5 to 0.7 Updates the requirements on [derive-new](https://github.com/nrc/derive-new) to permit the latest version. - [Commits](https://github.com/nrc/derive-new/compare/0.5.1...0.7) --- updated-dependencies: - dependency-name: derive-new dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d95dcb3a9..cde7f02a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"