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

Update rsa requirement from 0.6.1 to 0.8.2 in /sdk #196

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2023

Updates the requirements on rsa to permit the latest version.

Changelog

Sourced from rsa's changelog.

0.8.2 (2023-03-01)

Added

  • Encryption-related traits (#259)

Fixed

  • Possible panic in internals::left_pad (#262)
  • Correct PSS sign/verify when key length is multiple of 8+1 bits (#263)

#259: RustCrypto/RSA#259 #262: RustCrypto/RSA#262 #263: RustCrypto/RSA#263

0.8.1 (2023-01-20)

Added

  • sha2 feature with oid subfeature enabled (#255)

#255: RustCrypto/RSA#255

0.8.0 (2023-01-17)

Changed

  • Bump signature crate dependency to v2 (#217, #249)
  • Switch to CryptoRngCore marker trait (#237)
  • Make padding module private (#243)
  • Refactor PaddingScheme into a trait (#244)

Fixed

  • Benchmark build (#225)

#217: RustCrypto/RSA#217 #225: RustCrypto/RSA#225 #237: RustCrypto/RSA#237 #243: RustCrypto/RSA#243 #244: RustCrypto/RSA#244 #249: RustCrypto/RSA#249

0.7.2 (2022-11-14)

Added

  • Public accessor methods for PrecomputedValues (#221)
  • Re-export signature crate (#223)

#221: RustCrypto/RSA#221 #223: RustCrypto/RSA#223

0.7.1 (2022-10-31)

Added

  • Documentation improvements (#216)

Changed

  • Ensure PaddingScheme is Send and Sync (#215)

... (truncated)

Commits

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 2, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rsa-0.8.2 branch 2 times, most recently from 6e4e486 to fffd3f9 Compare March 2, 2023 22:40
@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2023

Codecov Report

Merging #196 (3697560) into main (136831e) will increase coverage by 0.01%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #196      +/-   ##
==========================================
+ Coverage   79.49%   79.51%   +0.01%     
==========================================
  Files          71       71              
  Lines       18924    18924              
==========================================
+ Hits        15044    15047       +3     
+ Misses       3880     3877       -3     

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rsa-0.8.2 branch 2 times, most recently from 6fbfdb7 to 46a564c Compare March 10, 2023 21:11
@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rsa-0.8.2 branch 2 times, most recently from ebd2b1a to 6767e42 Compare March 23, 2023 20:40
@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rsa-0.8.2 branch from 6767e42 to ff9c203 Compare March 28, 2023 23:01
@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rsa-0.8.2 branch 7 times, most recently from 6f54682 to 53faad3 Compare April 11, 2023 19:20
@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rsa-0.8.2 branch from 53faad3 to 69f1000 Compare April 12, 2023 11:51
Updates the requirements on [rsa](https://github.com/RustCrypto/RSA) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/RSA/releases)
- [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.7.0-pre...v0.8.2)

---
updated-dependencies:
- dependency-name: rsa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rsa-0.8.2 branch from 69f1000 to 3697560 Compare April 12, 2023 22:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2023

Superseded by #242.

@dependabot dependabot bot closed this Apr 28, 2023
@dependabot dependabot bot deleted the dependabot/cargo/sdk/rsa-0.8.2 branch April 28, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant