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

Use rustls 0.21.9, revert nightly pin, update version to 0.11.1 #362

Merged
merged 8 commits into from
Nov 16, 2023

Conversation

cpu
Copy link
Member

@cpu cpu commented Nov 16, 2023

  • Updates to Rustls 0.21.9
  • Opts in to core_io_borrowed_buf when using read_buf feature
  • Reverts fix build: pin a specific nightly #361
  • Updates crate version from 0.11.0 to 0.11.1
  • Bumps semver compatible dependencies:
    • sct v0.7.0 -> v0.7.1 (Notably this prevents having two ring versions in the dep tree)
    • base64 v0.21.4 -> v0.21.5
    • libc v0.2.149 -> v0.2.150
    • rustls-pemfile v1.0.3 -> v1.0.4

I left out a dev-dependency update for the regex crate (v1.9.6 -> v1.10.2) since it bumps the MSRV to 1.65.

@cpu cpu self-assigned this Nov 16, 2023
Copy link
Collaborator

@jsha jsha left a comment

Choose a reason for hiding this comment

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

Thanks!

@jsha jsha merged commit c179c22 into rustls:main Nov 16, 2023
21 checks passed
@cpu cpu deleted the cpu-bump-rustls branch November 16, 2023 18:21
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.

None yet

2 participants