diff --git a/frost-core/Cargo.toml b/frost-core/Cargo.toml index be353141..cba92914 100644 --- a/frost-core/Cargo.toml +++ b/frost-core/Cargo.toml @@ -26,7 +26,7 @@ byteorder = { version = "1.4", default-features = false } const-crc32 = { version = "1.2.0", package = "const-crc32-nostd" } document-features = "0.2.7" debugless-unwrap = "0.0.4" -derive-getters = "0.4.0" +derive-getters = "0.5.0" hex = { version = "0.4.3", default-features = false, features = ["alloc"] } postcard = { version = "1.0.0", features = ["alloc"], optional = true } rand_core = { version = "0.6", default-features = false } diff --git a/frost-rerandomized/Cargo.toml b/frost-rerandomized/Cargo.toml index b4394f56..1b011eb4 100644 --- a/frost-rerandomized/Cargo.toml +++ b/frost-rerandomized/Cargo.toml @@ -23,7 +23,7 @@ features = ["serde"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -derive-getters = "0.4.0" +derive-getters = "0.5.0" document-features = "0.2.7" frost-core = { path = "../frost-core", version = "2.0.0-rc.0", features = [ "internals"