SIGN IN SIGN UP
openai / codex UNCLAIMED

Lightweight coding agent that runs in your terminal

0 0 109 Rust

Ensure all mentions of cargo-install are --locked (#21592)

There's already a preference for this in the codebase, but a few of them
have drifted away. Generally `--locked` is preferred to reduce exposure
to supply-chain attacks (and just generally improve reproducibility).

In an ideal world these dependencies would maybe even be pinned to
versions but Cargo is kinda bad at that for devtools. Still better to
use --locked than not.
A
Aria Desires committed
80a8563e488514864c1e6ac488c76890e64a901b
Parent: 8abcc53
Committed by GitHub <noreply@github.com> on 5/7/2026, 10:30:37 PM