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 rsa from 0.4.0 to 0.5.0 #4147

Merged
merged 1 commit into from
Jul 27, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2021

Bumps rsa from 0.4.0 to 0.5.0.

Commits
  • a1c1f2b chore(rsa): release 0.5.0
  • cd257a7 Merge pull request #110 from RustCrypto/fix-type-names
  • 7a1eaa0 refactor: rename RSA* to Rsa
  • f251dee Use pkcs1 and pkcs8 crates; MSRV 1.51+ (#104)
  • dc103e1 chore(rsa): release 0.4.1
  • 12336e2 docs(readme): only optimizing num-bigint-dig is enough to unlock most speedups
  • 9559d99 docs(readme): add Note About Key Generation Speed
  • e4027b1 rustfmt (#107)
  • 5d608e0 add NULL parameter to AlgorithmIdentifier of encoded keys (#92)
  • 9c75e90 Add possibility to allow a different hash function for MGF mask function (#101)
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added c:deps Category: external dependencies rust labels Jul 27, 2021
@Yawning Yawning force-pushed the dependabot/cargo/rsa-0.5.0 branch from a73a85b to 7512ddd Compare July 27, 2021 07:29
@codecov
Copy link

codecov bot commented Jul 27, 2021

Codecov Report

Merging #4147 (138662b) into master (4e0a590) will decrease coverage by 0.58%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4147      +/-   ##
==========================================
- Coverage   69.33%   68.75%   -0.59%     
==========================================
  Files         411      411              
  Lines       47363    47363              
==========================================
- Hits        32841    32565     -276     
- Misses      10512    10784     +272     
- Partials     4010     4014       +4     
Impacted Files Coverage Δ
...nsensus/tendermint/apps/keymanager/transactions.go 0.00% <0.00%> (-52.95%) ⬇️
go/ias/http/http.go 20.33% <0.00%> (-44.07%) ⬇️
go/oasis-node/cmd/common/metrics/disk.go 65.51% <0.00%> (-20.69%) ⬇️
go/keymanager/api/policy_sgx.go 33.33% <0.00%> (-13.34%) ⬇️
go/runtime/host/sandbox/sandbox.go 71.06% <0.00%> (-10.63%) ⬇️
go/common/sgx/aesm/aesm.go 63.63% <0.00%> (-8.19%) ⬇️
go/oasis-node/cmd/common/metrics/resource.go 84.00% <0.00%> (-8.00%) ⬇️
go/consensus/tendermint/apps/staking/auth.go 77.77% <0.00%> (-7.41%) ⬇️
go/worker/storage/service_external.go 55.95% <0.00%> (-7.15%) ⬇️
go/oasis-node/cmd/ias/auth.go 68.96% <0.00%> (-6.90%) ⬇️
... and 41 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 4e0a590...138662b. Read the comment docs.

Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/RustCrypto/RSA/releases)
- [Changelog](https://github.com/RustCrypto/RSA/blob/master/release.toml)
- [Commits](RustCrypto/RSA@v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@Yawning Yawning force-pushed the dependabot/cargo/rsa-0.5.0 branch from 7512ddd to 138662b Compare July 27, 2021 09:35
@Yawning Yawning added the s:ready-ci Status: ready for CI label Jul 27, 2021
@Yawning Yawning merged commit 5b553af into master Jul 27, 2021
@Yawning Yawning deleted the dependabot/cargo/rsa-0.5.0 branch July 27, 2021 10:15
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 s:ready-ci Status: ready for CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant