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.2 #360

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps rustls-pemfile from 1.0.4 to 2.1.2.

Release notes

Sourced from rustls-pemfile's releases.

2.1.2

Dependency updates.

What's Changed

New Contributors

Full Changelog: rustls/pemfile@v/2.1.1...v/2.1.2

2.1.1

Headlines

  • Leading whitespace in PEM document bodies is now trimmed in addition to trailing whitespace.

What's Changed

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

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

... (truncated)

Commits
  • 7ba4ab7 Delete obsolete release history section
  • 07686b2 Cargo: version 2.1.1 -> 2.1.2
  • 48ab234 Fixed warnings from rust nightly
  • d7b1215 Bump base64 from 0.21.5 to 0.22.0
  • 77a6c99 Cargo: version 2.1.0 -> 2.1.1
  • 09a08fd proj: add Cargo.lock, use --locked in CI
  • 95152b4 pemfile: also trim leading contiguous content whitespace
  • fc3414f lib: clean up no_std and use of std in test code
  • e2d220a Cargo: version 2.0.0 -> 2.1.0
  • de3d0ae add certificate signing request
  • 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 Apr 8, 2024
github-actions[bot]
github-actions bot previously approved these changes Apr 8, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from dc191ce to 532e5fa Compare April 9, 2024 01:37
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 532e5fa to 8fe8098 Compare April 11, 2024 00:22
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 8fe8098 to a4eecb7 Compare April 11, 2024 03:25
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from a4eecb7 to b42a095 Compare April 12, 2024 03:21
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from b42a095 to 02216cf Compare April 12, 2024 13:35
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 02216cf to 67b9956 Compare April 12, 2024 14:26
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 67b9956 to 944410f Compare April 15, 2024 10:18
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 944410f to ccb114a Compare April 16, 2024 02:53
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from ccb114a to 4274d29 Compare April 17, 2024 02:59
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 4274d29 to b1e3b4f Compare April 17, 2024 03:41
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from b1e3b4f to 05ab3ac Compare April 17, 2024 04:18
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 05ab3ac to cfaa62a Compare April 19, 2024 02:56
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch 2 times, most recently from 2fa8b0c to c67a0e0 Compare April 19, 2024 03:50
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from c67a0e0 to 6230d71 Compare April 19, 2024 04:26
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 6230d71 to fa98edd Compare April 22, 2024 03:26
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from fa98edd to 63b8651 Compare April 22, 2024 04:19
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 63b8651 to b828511 Compare April 22, 2024 05:06
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from b828511 to 1d99af8 Compare April 26, 2024 03:22
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 1d99af8 to 1f1e22f Compare April 29, 2024 03:36
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from 1f1e22f to d3d6ca5 Compare April 30, 2024 03:24
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.1.2 branch from d3d6ca5 to ff802b6 Compare April 30, 2024 04:15
github-actions[bot]
github-actions bot previously approved these changes Apr 30, 2024
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.4 to 2.1.2.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/1.0.4...v/2.1.2)

---
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.2 branch from 18d3cdb to 575b2e0 Compare May 2, 2024 03:02
@ibigbug ibigbug added the nocombine skip the combine PR workflow label Aug 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2024

Superseded by #528.

@dependabot dependabot bot closed this Aug 5, 2024
@dependabot dependabot bot deleted the dependabot/cargo/rustls-pemfile-2.1.2 branch August 5, 2024 02:15
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 nocombine skip the combine PR workflow rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant