rabbitmq-stream-rust-client
rabbitmq-stream-rust-client copied to clipboard
Update rustls-pemfile requirement from 1.0.3 to 2.0.0
Updates the requirements on rustls-pemfile to permit the latest version.
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_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
e0da4ceBump to v2.0.012b9d79Use pki-types v148790bcBump version to alpha.23aa829cadd an opt-out std feature0227a3aaddread_one_from_slice6e36748introduce anErrorenumb3c85f1refactorread_one's loop body into a separate function2c2f1abswitch from std::prelude to core::prelude4cade3fAllow additionally parsing \r newlines in PEM filesc726146Bump actions/checkout from 3 to 4- 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)
@wolf4ood @DanielePalaia WDYT?