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

Bump rustls-pemfile from 1.0.4 to 2.1.0 #280

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2024

Bumps rustls-pemfile from 1.0.4 to 2.1.0.

Release notes

Sourced from rustls-pemfile's releases.

2.1.0

Headlines

  • Adds the csr function and the Item::Csr variant to support loading DER encoded Certificate Signing Requests (CSRs) from PEM inputs.

What's Changed

New Contributors

Full Changelog: rustls/pemfile@v/2.0.0...v/2.1.0

2.0.0

Headlines

  • Improving API stability. This crate now uses types from rustls-pki-types; we expect this to reduce the number of breaking changes in rustls ecosystem. As part of this, the Item enum's variants got renamed from Item::{RSAKey, PKCS8Key, ECKey} to Item::{Pkcs1Key, Pkcs8Key, Sec1Key}.
  • no_std support. This crate can now work optionally without std: use the new read_one_from_slice API.

What's Changed

New Contributors

Full Changelog: rustls/pemfile@v/1.0.4...v/2.0.0

Commits
  • e2d220a Cargo: version 2.0.0 -> 2.1.0
  • de3d0ae add certificate signing request
  • e0da4ce Bump to v2.0.0
  • 12b9d79 Use pki-types v1
  • 48790bc Bump version to alpha.2
  • 3aa829c add an opt-out std feature
  • 0227a3a add read_one_from_slice
  • 6e36748 introduce an Error enum
  • b3c85f1 refactor read_one's loop body into a separate function
  • 2c2f1ab switch from std::prelude to core::prelude
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 16, 2024
github-actions[bot]
github-actions bot previously approved these changes Feb 16, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from e84637d to df38590 Compare March 2, 2024 15:37
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from df38590 to 95caafc Compare March 3, 2024 12:54
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 95caafc to 1fe1c62 Compare March 3, 2024 13:15
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 1fe1c62 to eee0591 Compare March 3, 2024 13:38
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from eee0591 to 124a4e7 Compare March 3, 2024 14:00
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 124a4e7 to 88ba97f Compare March 3, 2024 16:22
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 88ba97f to 3f51c40 Compare March 4, 2024 03:16
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 3f51c40 to cb07215 Compare March 4, 2024 03:56
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from cb07215 to 07409ce Compare March 4, 2024 05:02
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 07409ce to 09c6773 Compare March 5, 2024 13:01
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 09c6773 to 20a2bc4 Compare March 5, 2024 13:42
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 20a2bc4 to 151de41 Compare March 5, 2024 16:08
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 151de41 to 04814e9 Compare March 5, 2024 17:25
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from df02154 to 08b3448 Compare March 5, 2024 20:31
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 08b3448 to 1079cb9 Compare March 6, 2024 02:36
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 1079cb9 to ee658f1 Compare March 6, 2024 05:17
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from ee658f1 to e2c816a Compare March 6, 2024 06:03
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from e2c816a to 57fcde5 Compare March 6, 2024 07:22
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 57fcde5 to bf364e2 Compare March 6, 2024 11:30
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from bf364e2 to bf25a2e Compare March 7, 2024 03:11
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from bf25a2e to 3422334 Compare March 7, 2024 12:25
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 3422334 to 693d838 Compare March 7, 2024 14:05
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 693d838 to 5a692c6 Compare March 11, 2024 02:54
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 5a692c6 to 206d883 Compare March 12, 2024 03:15
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from 206d883 to c681c13 Compare March 13, 2024 03:20
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.4 to 2.1.0.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/1.0.4...v/2.1.0)

---
updated-dependencies:
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.0 branch from c681c13 to 4d984fd Compare March 15, 2024 03:04
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2024

Superseded by #349.

@dependabot dependabot bot closed this Mar 29, 2024
@dependabot dependabot bot deleted the dependabot/cargo/rustls-pemfile-2.1.0 branch March 29, 2024 02:51
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants