Skip to content

Commit

Permalink
Update derive-getters requirement from 0.4.0 to 0.5.0 (#716)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 0ea837e commit 15fd2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frost-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion frost-rerandomized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 15fd2b1

Please sign in to comment.