fix: bump rustls-webpki and hyper-rustls to address security vulnerability#4503
Merged
fix: bump rustls-webpki and hyper-rustls to address security vulnerability#4503
Conversation
…ility Upgrades rustls-webpki from 0.101.4 to 0.103.10 and hyper-rustls from 0.24.1 to 0.27.7 to fix a Dependabot-flagged security issue. Also runs cargo update to pick up other dependency updates. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pin the dependency to exact version 5.0.0 (removing the ^ range) to verify whether the CI failures in ui_test are caused by the upgrade to 5.1.0. This is a temporary diagnostic change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
viviveevee
approved these changes
Mar 23, 2026
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.
Summary
rustls-webpkifrom0.101.4to0.103.10to fix a Dependabot-flagged security vulnerabilityhyper-rustlsfrom0.24.1to0.27.7(required to be compatible with the newrustls-webpki)cargo updateto pick up other dependency updatesNote
@icp-sdk/corev5.1.0 caused theui_testsfailure. This PR temporarily pins to v5.0.0.v5.2.0-beta.0 has been verified to fix the issue and will be released tomorrow — we'll update the frontend templates to depend on it in a follow-up PR.
Test plan
dfxbuilds and basic functionality works🤖 Generated with Claude Code