From 583a94ab5c4c2cd09e6781dcc6ae83336de60890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:27:13 +0000 Subject: [PATCH] Update derive-getters requirement from 0.3.0 to 0.4.0 Updates the requirements on derive-getters to permit the latest version. --- updated-dependencies: - dependency-name: derive-getters dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frost-core/Cargo.toml | 2 +- frost-rerandomized/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frost-core/Cargo.toml b/frost-core/Cargo.toml index 6876215c..2042a6d1 100644 --- a/frost-core/Cargo.toml +++ b/frost-core/Cargo.toml @@ -26,7 +26,7 @@ byteorder = "1.4" const-crc32 = "1.2.0" document-features = "0.2.7" debugless-unwrap = "0.0.4" -derive-getters = "0.3.0" +derive-getters = "0.4.0" hex = "0.4.3" postcard = { version = "1.0.0", features = ["use-std"], optional = true } rand_core = "0.6" diff --git a/frost-rerandomized/Cargo.toml b/frost-rerandomized/Cargo.toml index 0c2a9cc9..21bf223d 100644 --- a/frost-rerandomized/Cargo.toml +++ b/frost-rerandomized/Cargo.toml @@ -20,7 +20,7 @@ features = ["serde"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -derive-getters = "0.3.0" +derive-getters = "0.4.0" document-features = "0.2.7" frost-core = { path = "../frost-core", version = "1.0.0", features = ["internals"] } rand_core = "0.6"