From cc9fa8c7be3ff9800ee548193d1ed638f07ae7c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 10:13:03 +0000 Subject: [PATCH] Update derive-new requirement from 0.5.9 to 0.7.0 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.9...0.7) --- updated-dependencies: - dependency-name: derive-new dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- espr-derive/Cargo.toml | 2 +- ruststep/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/espr-derive/Cargo.toml b/espr-derive/Cargo.toml index 19142a02e..7aa246538 100644 --- a/espr-derive/Cargo.toml +++ b/espr-derive/Cargo.toml @@ -28,4 +28,4 @@ path = "../espr" ruststep = { version = "0.3.0", path = "../ruststep" } ruststep-derive = { version = "0.3.0", path = "../ruststep-derive" } serde = "1.0.158" -derive-new = "0.5.9" +derive-new = "0.7.0" diff --git a/ruststep/Cargo.toml b/ruststep/Cargo.toml index fed5e0e6f..df9b1a58b 100644 --- a/ruststep/Cargo.toml +++ b/ruststep/Cargo.toml @@ -20,7 +20,7 @@ ap203 = [] [dependencies] derive_more = "0.99.17" -derive-new = "0.5.9" +derive-new = "0.7.0" nom = "7.1.3" serde = { version = "1.0.158", features = ["derive"] } thiserror = "1.0.40"