Skip to content

Commit

Permalink
chore(deps): bump arkworks from 0.4.0 to 0.5.0 (#164)
Browse files Browse the repository at this point in the history
* chore(deps): bump ark-crypto-primitives from 0.4.0 to 0.5.0

Bumps [ark-crypto-primitives](https://github.com/arkworks-rs/crypto-primitives) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/arkworks-rs/crypto-primitives/releases)
- [Changelog](https://github.com/arkworks-rs/crypto-primitives/blob/main/CHANGELOG.md)
- [Commits](arkworks-rs/crypto-primitives@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: ark-crypto-primitives
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump versions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin Roberts <[email protected]>
  • Loading branch information
dependabot[bot] and Autoparallel authored Dec 22, 2024
1 parent cf72c47 commit 259f2e9
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 35 deletions.
106 changes: 81 additions & 25 deletions Cargo.lock

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

13 changes: 3 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition ="2021"
license ="Apache2.0 OR MIT"
name ="ronkathon"
repository ="https://github.com/pluto/ronkathon"
version = "0.1.0"
version ="0.1.0"
exclude =["CHANGELOG.md"]

[dependencies]
Expand All @@ -17,18 +17,11 @@ hex ="0.4.3"
rstest ="0.23.0"
pretty_assertions ="1.4.1"
sha2 ="0.10.8"
ark-ff ={ version="^0.4.0", features=["std"] }
ark-crypto-primitives={ version="0.4.0", features=["sponge"] }
ark-ff ={ version="0.5", features=["std"] }
ark-crypto-primitives={ version="0.5", features=["sponge"] }
des ="0.8.1"
chacha20 ="0.9.1"

[patch.crates-io]
ark-ff ={ git="https://github.com/arkworks-rs/algebra/" }
ark-ec ={ git="https://github.com/arkworks-rs/algebra/" }
ark-poly ={ git="https://github.com/arkworks-rs/algebra/" }
ark-serialize={ git="https://github.com/arkworks-rs/algebra/" }
ark-std ={ git="https://github.com/arkworks-rs/std/" }

[[bin]]
name="hmac_sha256_bin"
path="src/hmac/bin/hmac_sha256_bin.rs"
Expand Down

0 comments on commit 259f2e9

Please sign in to comment.