Skip to content

Commit

Permalink
Bump frost-rerandomized from 2.0.0-rc.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [frost-rerandomized](https://github.com/ZcashFoundation/frost) from 2.0.0-rc.0 to 2.1.0.
- [Release notes](https://github.com/ZcashFoundation/frost/releases)
- [Commits](ZcashFoundation/frost@frost-rerandomized/v2.0.0-rc.0...frost-rerandomized/v2.1.0)

---
updated-dependencies:
- dependency-name: frost-rerandomized
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent c6d1a99 commit 93abb32
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 34 deletions.
44 changes: 12 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pasta_curves = { version = "0.5", default-features = false }
rand_core = { version = "0.6", default-features = false }
serde = { version = "1", optional = true, features = ["derive"] }
thiserror = { version = "2.0", optional = true }
frost-rerandomized = { version = "2.0.0-rc.0", optional = true, default-features = false, features = ["serialization", "cheater-detection"] }
frost-rerandomized = { version = "2.1.0", optional = true, default-features = false, features = ["serialization", "cheater-detection"] }

[dependencies.zeroize]
version = "1"
Expand All @@ -50,7 +50,7 @@ rand_chacha = "0.3"
serde_json = "1.0"
num-bigint = "0.4.6"
num-traits = "0.2.19"
frost-rerandomized = { version = "2.0.0-rc.0", features = ["test-impl"] }
frost-rerandomized = { version = "2.1.0", features = ["test-impl"] }

# `alloc` is only used in test code
[dev-dependencies.pasta_curves]
Expand Down

0 comments on commit 93abb32

Please sign in to comment.