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

Fix FrameHeader::format write & up minimum rustls to 0.21.6 #391

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

alexheretic
Copy link
Contributor

  • Fix FrameHeader::format write correctness, should use write_all (though the small writes would be unlikely to be an issue). Thanks clippy!
  • Up minimum rustls to 0.21.6 since RootCertStore::add_trust_anchors is used here and was introduced in that version.
  • Also addressed a few other more minor clippy lints.

@alexheretic alexheretic changed the title Fix FrameHeader::format write & up minimum _rustls_ to 0.21.6 Fix FrameHeader::format write & up minimum rustls to 0.21.6 Dec 1, 2023
Copy link
Member

@daniel-abramov daniel-abramov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. Thanks for updating the changelog as well!

@daniel-abramov daniel-abramov merged commit 0f6e651 into snapview:master Dec 1, 2023
5 checks passed
@alexheretic alexheretic deleted the fix-clippys branch December 2, 2023 00:42
@alexheretic
Copy link
Contributor Author

Awesome. Thanks for updating the changelog as well!

I put "(0.20.2)" in there as these are non-breaking changes, but I just noticed this is wrong, as the http crate bump is breaking so presumably the next version will be a breaking bump regardless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants