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 rcgen requirement from 0.10 to 0.11 #40

Merged
merged 1 commit into from
Jun 16, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2023

Updates the requirements on rcgen to permit the latest version.

Changelog

Sourced from rcgen's changelog.

Release 0.11.0 - June 15, 2023

  • Parse IP-address subject alternative names. Contributed by iamjpotts.
  • Emit platform-apropriate line endings. Contributed by frjonsen.
  • Support larger serial numbers. Contributed by andrenth.
  • Parse more certificate parameters. Contributed by andrenth.
  • Output SanType::IpAddress when calling CertificateParams::new or generate_simple_self_signed. Contributed by rukai.
  • Update pem to 2.0. Contributed by koushiro.

Release 0.10.0 - September 29, 2022

  • Update x509-parser to 0.14.
  • Increase minimum supported Rust version to 1.58.1.
  • Update edition to 2021.
  • Change IsCa enum to have NoCa and ExplicitNoCa and Ca(...). Contributed by doraneko94.

Release 0.9.4 - September 28, 2022

  • yanked due to breaking API changes, see 0.10.0 instead.

Release 0.9.3 - July 16, 2022

  • Add a KeyPair::serialized_der function. Contributed by jean-airoldie.

Release 0.9.2 - February 21, 2022

  • Update x509-parser to 0.13. Contributed by matze.

Release 0.9.1 - February 9, 2022

  • Change edition to 2018 in order to support Rust 1.53.0.

Release 0.9.0 - February 2, 2022

  • Add RemoteKeyError for usage by remote keys.
  • Support non utf8 strings. Contributed by omjadas.
  • Switch from chrono to time. Contributed by connec.
  • Update edition to 2021.

Release 0.8.14 - October 14, 2021

  • Update pem to 1.0.
  • Update x509-parser to 0.12.

Release 0.8.13 - August 22, 2021

  • Bugfix release to make Certificate Send and Sync again.

Release 0.8.12 - August 22, 2021

... (truncated)

Commits
  • 383e056 Release 0.11.0
  • f1fe435 Changelog for 0.11.0
  • d849129 Update rsa to 0.9
  • ff2d96a Cargo update
  • de0bdd8 Remove msvc-dev-cmd to fix openssl build
  • d3ab04a Disable botan tests for windows
  • dc28c2c Also run pipeline in Windows
  • c3656de Use line endings appropriate for current platform
  • 1d4408b Updating cert param/key pair comments (#119)
  • 14dfa20 Require yasna 0.5.2 and add test for leading zeros
  • Additional commits viewable in compare view

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)

Updates the requirements on [rcgen](https://github.com/est31/rcgen) to permit the latest version.
- [Changelog](https://github.com/est31/rcgen/blob/master/CHANGELOG.md)
- [Commits](rustls/rcgen@v0.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 16, 2023
@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Merging #40 (3ce89dc) into main (09597d8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   82.12%   82.12%           
=======================================
  Files           5        5           
  Lines         828      828           
=======================================
  Hits          680      680           
  Misses        148      148           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@msk msk merged commit 7b86515 into main Jun 16, 2023
14 checks passed
@msk msk deleted the dependabot/cargo/rcgen-0.11 branch June 16, 2023 23:16
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.

None yet

1 participant