-
Notifications
You must be signed in to change notification settings - Fork 270
feat: update rustls to 0.21.0
and tokio-rustls to 0.24
#606
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
Conversation
0.21.0
and tokio-rustls to 0.24
I am seeing some errors related to having 2 versions of You can see the error when you enable websocket feature, for e.g. |
I'll check it out, sorry for late response |
@henil After these two PRs merged, I think it's ready to merge this PR
|
@henil please take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thank you @CGQAQ!
With rustls 0.21.0 release see: https://www.memorysafety.org/blog/rustls-new-features/, two new features cames along:
This PR upgrades both
rumqttc
andrumqttd
'srustls
to version0.21.0
Type of change
Checklist:
cargo fmt
CHANGELOG.md
if its relevant of user of the library. If its not relevant mention why.Blocking: