Skip to content

Fix cargo-deny failures#13227

Merged
Turbo87 merged 2 commits intorust-lang:mainfrom
Turbo87:fix-cargo-deny-issue
Mar 22, 2026
Merged

Fix cargo-deny failures#13227
Turbo87 merged 2 commits intorust-lang:mainfrom
Turbo87:fix-cargo-deny-issue

Conversation

@Turbo87
Copy link
Copy Markdown
Member

@Turbo87 Turbo87 commented Mar 22, 2026

Resolves #13218

The first two issues are resolved by a lockfile update (see first commit). The last issue is resolved by disabling the enabled-by-default rustls feature of the cloudfront/sqs AWS SDKs. This feature was transitively pulling in the older rustls-webpki version.

renovate Bot and others added 2 commits March 21, 2026 17:04
The default `rustls` feature pulls in the legacy hyper 0.14 +
rustls 0.21 stack via `aws-smithy-runtime/tls-rustls`, which
includes the vulnerable `rustls-webpki` v0.101.x (RUSTSEC-2026-0049).

Using only `default-https-client` avoids this by using the modern
rustls 0.23 + hyper 1.x stack instead.
@Turbo87 Turbo87 merged commit 641bc3b into rust-lang:main Mar 22, 2026
14 checks passed
@Turbo87 Turbo87 deleted the fix-cargo-deny-issue branch March 22, 2026 08:46
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.

cargo-deny failures due to RUSTSEC-2026-0049

2 participants