bottlerocket-update-operator
bottlerocket-update-operator copied to clipboard
build(deps): bump rustls-pemfile from 1.0.4 to 2.1.1
Bumps rustls-pemfile from 1.0.4 to 2.1.1.
Release notes
Sourced from rustls-pemfile's releases.
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- Allow additionally parsing \r newlines in PEM files by
@complexspacesin rustls/pemfile#30- add no-std support by
@japaricin rustls/pemfile#29- Bump version to alpha.2 by
@djcin rustls/pemfile#33New Contributors
@dependabotmade their first contribution in rustls/pemfile#28@japaricmade their first contribution in rustls/pemfile#29Full Changelog: https://github.com/rustls/pemfile/compare/v/1.0.4...v/2.0.0
Commits
77a6c99Cargo: 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 requeste0da4ceBump to v2.0.012b9d79Use pki-types v148790bcBump version to alpha.23aa829cadd an opt-out std feature- 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 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)