Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: bump curve25519-dalek from 3.0.0 to 3.1.0 #3949

Merged
merged 1 commit into from
May 26, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2021

Bumps curve25519-dalek from 3.0.0 to 3.1.0.

Changelog

Sourced from curve25519-dalek's changelog.

3.1.0

  • Add support for the Elligator2 encoding for Edwards points.
  • Add two optional formally-verified field arithmetic backends which use the Fiat Crypto project's Rust code, which is generated from proofs of functional correctness checked by the Coq theorem proving system.
  • Add support for additional sizes of precomputed tables for basepoint scalar multiplication.
  • Fix an unused import.
  • Add support for using the zeroize traits with all point types. Note that points are not automatically zeroized on Drop, but that consumers of curve25519-dalek should call these methods manually when needed.

3.0.2

  • Fixes to make using alloc+no_std possible for stable Rust.

3.0.1

  • Update the optional packed-simd dependency to rely on a newer, maintained version of the packed-simd-2 crate.
Commits
  • 2ea17d5 Update CHANGELOG and README; bump to 3.1.0.
  • 5eca140 Merge pull request #351 from isislovecruft/fix/cleanup-elligator
  • cecc821 Merge pull request #342 from huitseeker/fiat4_with_u32
  • 35d4eab Merge pull request #349 from huitseeker/modernize_benchmarks
  • b05feec Merge pull request #350 from isislovecruft/develop
  • 0da8f08 Maintain legacy 3.x support for lookup tables.
  • ee90202 Trivial cleanups to Elligator2 encoding.
  • d130b5f [benchmarks-only] Updates the benchmarks
  • cc0c444 Merge branch 'feature/dynamic-table-sizes' into develop
  • 1491f0d Update copyright years.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added c:deps Category: external dependencies rust labels May 18, 2021
@codecov
Copy link

codecov bot commented May 18, 2021

Codecov Report

Merging #3949 (aef79f2) into master (d6fbd4f) will decrease coverage by 0.14%.
The diff coverage is n/a.

❗ Current head aef79f2 differs from pull request most recent head 6cc8558. Consider uploading reports for the commit 6cc8558 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3949      +/-   ##
==========================================
- Coverage   67.32%   67.17%   -0.15%     
==========================================
  Files         410      410              
  Lines       41819    41819              
==========================================
- Hits        28156    28094      -62     
- Misses       9720     9756      +36     
- Partials     3943     3969      +26     
Impacted Files Coverage Δ
go/consensus/tendermint/abci/state/state.go 54.54% <0.00%> (-9.10%) ⬇️
go/consensus/tendermint/apps/beacon/genesis.go 62.50% <0.00%> (-6.25%) ⬇️
...nsensus/tendermint/apps/staking/signing_rewards.go 20.00% <0.00%> (-5.72%) ⬇️
go/runtime/host/helpers.go 60.97% <0.00%> (-4.88%) ⬇️
go/runtime/tagindexer/tagindexer.go 66.66% <0.00%> (-4.60%) ⬇️
go/consensus/tendermint/roothash/roothash.go 67.16% <0.00%> (-4.23%) ⬇️
go/consensus/tendermint/full/services.go 80.00% <0.00%> (-4.17%) ⬇️
go/runtime/nodes/grpc/grpc.go 71.93% <0.00%> (-3.56%) ⬇️
go/keymanager/client/client.go 76.31% <0.00%> (-3.51%) ⬇️
go/storage/mkvs/iterator.go 80.29% <0.00%> (-2.92%) ⬇️
... and 28 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d6fbd4f...6cc8558. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/cargo/curve25519-dalek-3.1.0 branch 2 times, most recently from e8e81f8 to aef79f2 Compare May 25, 2021 09:20
@ptrus ptrus force-pushed the dependabot/cargo/curve25519-dalek-3.1.0 branch from aef79f2 to 25f3d30 Compare May 26, 2021 13:38
@ptrus ptrus enabled auto-merge May 26, 2021 13:38
@ptrus ptrus force-pushed the dependabot/cargo/curve25519-dalek-3.1.0 branch 3 times, most recently from 66acdf9 to 58824a1 Compare May 26, 2021 13:50
@ptrus ptrus force-pushed the dependabot/cargo/curve25519-dalek-3.1.0 branch from 58824a1 to 6cc8558 Compare May 26, 2021 18:21
@ptrus ptrus merged commit ba28531 into master May 26, 2021
@ptrus ptrus deleted the dependabot/cargo/curve25519-dalek-3.1.0 branch May 26, 2021 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:deps Category: external dependencies rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant