bottlerocket-update-operator
bottlerocket-update-operator copied to clipboard
build(deps): bump rustls-pemfile from 1.0.4 to 2.1.2
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
- Bump base64 from 0.21.5 to 0.22.0 by
@dependabotin rustls/pemfile#44- Cargo: version 2.1.1 -> 2.1.2 by
@alexin rustls/pemfile#45- Delete obsolete release history section by
@ctzin rustls/pemfile#46New Contributors
@alexmade their first contribution in rustls/pemfile#45Full Changelog: https://github.com/rustls/pemfile/compare/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
- Trim leading contiguous whitespace, fix nightly clippy warns by
@cpuin rustls/pemfile#41- v2.1.1 preparation by
@cpuin rustls/pemfile#42Full Changelog: https://github.com/rustls/pemfile/compare/v/2.1.0...v/2.1.1
2.1.0
Headlines
- Adds the
csrfunction and theItem::Csrvariant to support loading DER encoded Certificate Signing Requests (CSRs) from PEM inputs.What's Changed
- add certificate signing request by
@Tudyxin rustls/pemfile#37- Cargo: version 2.0.0 -> 2.1.0 by
@cpuin rustls/pemfile#38New Contributors
@Tudyxmade their first contribution in rustls/pemfile#37Full Changelog: https://github.com/rustls/pemfile/compare/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
Itemenum's variants got renamed fromItem::{RSAKey, PKCS8Key, ECKey}toItem::{Pkcs1Key, Pkcs8Key, Sec1Key}.no_stdsupport. This crate can now work optionally withoutstd: use the newread_one_from_sliceAPI.What's Changed
- Switch to using the pki-types crate by
@djcin rustls/pemfile#24- Bump version to 2.0.0-alpha.0 by
@djcin rustls/pemfile#25- 2.0.0-alpha.1: take pki-types 0.2 by
@ctzin rustls/pemfile#26- Add private_key() helper by
@djcin rustls/pemfile#27- Bump actions/checkout from 3 to 4 by
@dependabotin rustls/pemfile#28
... (truncated)
Commits
7ba4ab7Delete obsolete release history section07686b2Cargo: version 2.1.1 -> 2.1.248ab234Fixed warnings from rust nightlyd7b1215Bump base64 from 0.21.5 to 0.22.077a6c99Cargo: version 2.1.0 -> 2.1.109a08fdproj: add Cargo.lock, use --locked in CI95152b4pemfile: also trim leading contiguous content whitespacefc3414flib: clean up no_std and use of std in test codee2d220aCargo: version 2.0.0 -> 2.1.0de3d0aeadd certificate signing request- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.