Skip to content

build: remove legacy rustls-webpki 0.101.7 and bump 0.103.10#6249

Merged
Xuanwo merged 3 commits intomainfrom
xuanwo/bump-rustls-webpki-0-103-10
Mar 21, 2026
Merged

build: remove legacy rustls-webpki 0.101.7 and bump 0.103.10#6249
Xuanwo merged 3 commits intomainfrom
xuanwo/bump-rustls-webpki-0-103-10

Conversation

@Xuanwo
Copy link
Collaborator

@Xuanwo Xuanwo commented Mar 21, 2026

This PR updates rustls-webpki from 0.103.9 to 0.103.10 and removes the separate legacy AWS SDK rustls path that still resolved rustls-webpki 0.101.7 into the repository lockfiles.

The manifest changes constrain the optional AWS SDK dependencies to the newer HTTPS client feature set instead of their default legacy rustls features, which drops the old rustls 0.21 / rustls-webpki 0.101.7 chain from both Cargo.lock and python/Cargo.lock. I also refreshed python/Cargo.lock so the Python lint job remains consistent with the updated dependency graph.

I verified the change with cargo check --workspace --tests --benches, cargo tree -i rustls-webpki@0.101.7 -e features,normal,build,dev --target all, and the Python lint job's Rust step from python/ using cargo clippy --profile ci --locked ....

@github-actions github-actions bot added the chore label Mar 21, 2026
@github-actions
Copy link
Contributor

Review

Straightforward Cargo.lock patch bump for rustls-webpki (0.103.9 → 0.103.10). No code or Cargo.toml changes. LGTM.

@codecov
Copy link

codecov bot commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Xuanwo Xuanwo changed the title build: bump rustls-webpki to 0.103.10 build: remove legacy rustls-webpki 0.101.7 and bump 0.103.10 Mar 21, 2026
Copy link
Contributor

@wjones127 wjones127 left a comment

Choose a reason for hiding this comment

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

Thank you for fixing this!

@Xuanwo Xuanwo merged commit 630dbfa into main Mar 21, 2026
32 of 33 checks passed
@Xuanwo Xuanwo deleted the xuanwo/bump-rustls-webpki-0-103-10 branch March 21, 2026 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants