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.0.0 #223

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2023

Bumps rustls-pemfile from 1.0.4 to 2.0.0.

Release notes

Sourced from rustls-pemfile's releases.

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.
  • 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
  • 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
  • 4cade3f Allow additionally parsing \r newlines in PEM files
  • c726146 Bump actions/checkout from 3 to 4
  • 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 Dec 26, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 84f8d23 to f70ee96 Compare December 26, 2023 08:24
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from f70ee96 to df69986 Compare December 26, 2023 08:34
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from df69986 to b1ebad3 Compare December 27, 2023 02:26
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from b1ebad3 to b26f19b Compare December 27, 2023 02:37
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from b26f19b to 9b9f670 Compare December 31, 2023 14:11
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 9b9f670 to 482ead3 Compare December 31, 2023 14:27
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 482ead3 to d65108e Compare December 31, 2023 17:25
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from d65108e to b886a7d Compare December 31, 2023 18:20
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from b886a7d to 031a3fb Compare January 1, 2024 02:19
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 031a3fb to e2e0b3e Compare January 1, 2024 05:33
github-actions[bot]
github-actions bot previously approved these changes Jan 1, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from e2e0b3e to 0e70721 Compare January 1, 2024 09:29
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 0e70721 to 346a19c Compare January 1, 2024 09:30
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 346a19c to f5fbd88 Compare January 1, 2024 09:30
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from ee37e6a to 5853907 Compare January 16, 2024 15:13
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 5853907 to 51aa09a Compare January 17, 2024 03:07
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 51aa09a to 9ae50a6 Compare January 17, 2024 05:11
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 9ae50a6 to c8f5c29 Compare January 18, 2024 02:39
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from c8f5c29 to f9edd34 Compare January 19, 2024 03:14
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from f9edd34 to 7f9fc94 Compare January 19, 2024 03:36
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 7f9fc94 to 13b01d8 Compare January 19, 2024 15:47
github-actions[bot]
github-actions bot previously approved these changes Jan 19, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 13b01d8 to 3f4a409 Compare January 19, 2024 19:55
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 3f4a409 to 83510af Compare January 20, 2024 11:13
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from 83510af to e183c8a Compare January 22, 2024 13:34
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-pemfile-2.0.0 branch from e183c8a to b7c3e62 Compare January 23, 2024 08:12
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.4 to 2.0.0.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/1.0.4...v/2.0.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.0.0 branch from b7c3e62 to da1f90a Compare January 24, 2024 02:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2024

Superseded by #280.

@dependabot dependabot bot closed this Feb 16, 2024
@dependabot dependabot bot deleted the dependabot/cargo/rustls-pemfile-2.0.0 branch February 16, 2024 02:27
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