cloud: fix cargo deny failure for rustls RUSTSEC-2026-0285
Author: ti-chi-botCreated Sep 15, 2026Updated Sep 15, 2026
Labelstype/enhancement
cargo deny reports RUSTSEC-2026-0285 because the workspace can still resolve rustls 0.23.40 on release-8.5 and older 0.23.x releases on master.
The fix is to require rustls 0.23.45 or newer in components/cloud/gcp_v2/Cargo.toml and refresh Cargo.lock on both branches so the vulnerable release is no longer selected.
Source: tikv/tikv