chore(deps): bump rustls-webpki and tokio-rustls#1037
Open
sl8vz wants to merge 1 commit into
Open
Conversation
Signed-off-by: Sebastien Laveze <slaveze@smartandconnective.com>
|
Thank you for the issue, I have a fix out for this on my end. |
Closed
3 tasks
Author
|
@thehouseisonfire we're likely moving to your fork since current crate is not maintained |
|
Some more vulnerabilities found in rustls-webpki. Both of them fixed in 0.103.12 which suggest using this version rather than 0.103.10. |
|
+1 from a downstream consumer (Nodalix industrial automation platform — MQTT + Sparkplug B drivers). Beyond the RUSTSEC-2026-0047 and -0049 cited in the PR description, this same
Worth mentioning in the PR description if helpful for reviewer prioritization. Tracked downstream at Nodalix/nodalix-platform#288. Thanks for the work — appreciated. |
aannoo
added a commit
to aannoo/hcom
that referenced
this pull request
Jun 2, 2026
Add .cargo/audit.toml ignoring RUSTSEC-2026-0104/0098/0099/0049 (rustls-webpki 0.102.8) and RUSTSEC-2025-0134 (rustls-pemfile unmaintained). All are transitive via rumqttc 0.25.1 and unreachable: rumqttc links webpki 0.102 only for a dead #[from] error variant, while TLS verification runs through rustls 0.23 -> rustls-webpki 0.103.13. rumqttc 0.25.1 hard-pins ^0.102 so no clean bump exists; upstream fix bytebeamio/rumqtt#1037 is open but unmerged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Due to recent vulnerabilities findings, minimal bump to allow lib users to bump necessary crates.