blob: c86b4802a13387728e4242e83a3feea9f2c9d689 [file] [log] [blame] [view]
# fx update-rust-3p-outdated
updates external Rust dependencies with latest from crates.io
```none
usage: fx update-rust-3p-outdated
Updates third_party/rust_crates/Cargo.toml based on the latest versions from
crates.io and configuration in //third_party/rust_crates/outdated.toml.
See https://fuchsia.dev/fuchsia-src/development/languages/rust/third_party.md
for more details.
Flags:
--no-build Don't build update_crates or cargo-gnaw, use cached versions.
--no-vendor Don't run `fx update-rustc-third-party` after updating crate versions.
```
[update-rust-3p-outdated source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/contrib/update-rust-3p-outdated)