From 2b7ee2c1f4bed9257124874def7c9c75e5595994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:13:19 +0000 Subject: [PATCH] build(deps): update derive-new requirement from 0.5 to 0.6 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.6.0) --- 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 c8901e4f..8dbf58dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ flate2 = "1.0.5" streaming-stats = "0.2.2" GSL = "7.0.0" bio-types = ">=0.5.1" -derive-new = "0.5" +derive-new = "0.6" reqwest = "0.9" regex = "1.3" tera = "1"