Automic VaultAutomic Vault

brew

cargo-update mit Homebrew, apk, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cargo-update in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install cargo-update

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add cargo-update

Alpine Linux edge package indexes · cargo-update · Quelle: dl-cdn.alpinelinux.org

Nixverifiziert · 92%
nix profile install nixpkgs#cargo-update

nixpkgs package indexes · pkgs/by-name/ca/cargo-update/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S cargo-update

Arch Linux sync databases · cargo-update · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

Cargo subcommand for checking and applying updates to installed executables

Befehle und Aliase

  • cargo-install-update
  • cargo-install-update-config

Verlauf

Projektgeschichte und Nutzung

cargo-update provides Cargo subcommands for checking and applying updates to executables installed with `cargo install`.

Projektgeschichte

The official manual says cargo-update was built from frustration with periodically checking cargo-installed executables for updates. The README presents `cargo install-update` and `cargo install-update-config` as the two user-facing commands.

Adoptionsgeschichte

GitHub records the repository as created in October 2016, and crates.io records the first cargo-update release the same month. The input package facts list Alpine, Homebrew, Nix, and Arch packages.

Wie es verwendet wird

The manual documents updating all installed packages with `cargo install-update -a`, updating selected packages, listing without updating, using cargo-binstall when appropriate, and configuring per-package build options with `cargo install-update-config`.

Warum Paket-Nerds sich dafür interessieren

cargo-update fills a long-standing package-manager gap for Cargo-installed CLI tools: it gives users a repeatable way to discover and apply crate executable updates while preserving per-package install options.

Zeitleiste

  • 2016: GitHub repository created and first crates.io release recorded.
  • 2026: crates.io records max_version 20.0.2.

Related projects

  • The manual documents optional cargo-binstall integration and relies on Cargo registry metadata and Cargo install state.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 3 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 2 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
$CARGO_HOME/.install_config.toml~/.cargo/.install_config.toml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
$CARGO_HOME/credentials$CARGO_HOME/credentials.toml~/.cargo/credentials~/.cargo/credentials.toml

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
cargo-install-updatecliglobales Executable
cargo-install-update-configcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-08
Manager-Version20.0.3
Manager aktualisiert2026-06-22
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv20.0.3

https://github.com/nabijaczleweli/cargo-update

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:cargo-update
Version20.0.3
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/cargo-update
Homepagehttps://github.com/nabijaczleweli/cargo-update
Repositoryhttps://github.com/nabijaczleweli/cargo-update
Upstream-Dokumentationhttps://docs.rs/cargo-update
LizenzMIT
Quellarchivhttps://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v20.0.3.tar.gz
Zuletzt aktualisiert2026-06-22T14:02:59-07:00
Pulseupdated
Abhängigkeitenlibgit2, libssh2, openssl@3
Build-Abhängigkeitenpkgconf, rust
Von macOS bereitgestellte Bibliothekencurl
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namecargo-update
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

cargo-update

nix profile install nixpkgs#cargo-update
  • normalized package name match
  • Abgeglichen nach: Cargo Update
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ca/cargo-update/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

cargo-update 18.0.0-r0

cargo subcommand for checking and applying updates to installed executables

https://github.com/nabijaczleweli/cargo-update

sudo apk add cargo-update
  • License: MIT
  • Architecture: x86_64
  • Source Package: cargo-update
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Cargo Update
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: cargo-update from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

cargo-update-doc 18.0.0-r0

cargo subcommand for checking and applying updates to installed executables (documentation)

https://github.com/nabijaczleweli/cargo-update

sudo apk add cargo-update-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: cargo-update
  • normalized package name match
  • Abgeglichen nach: Cargo Update
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: cargo-update-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

cargo-update 20.0.1-1

A cargo subcommand for checking and applying updates to installed executables

https://github.com/nabijaczleweli/cargo-update

sudo pacman -S cargo-update
  • License: MIT
  • Architecture: x86_64
  • 7 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Cargo Update
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: cargo-update from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment