nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

"cargo search" output printed #79

Closed matthiaskrgr closed 6 years ago

matthiaskrgr commented 6 years ago

Since a few hours, when I run cargo install-update -a it seems to leak cargo search's output.

$ cargo install-update -a
    Updating registry `https://github.com/rust-lang/crates.io-index`
bitflags = "1.0.3"       # A macro to generate structures which behave like bitflags.
log = "0.4.1"            # A lightweight logging facade for Rust
lazy_static = "1.0.0"    # A macro for declaring lazily evaluated statics in Rust.
rand = "0.5.0-pre.1"     # Random number generators and other randomness functionality.
num-traits = "0.2.2"     # Numeric traits for generic mathematics
libc = "0.2.40"          # A library for types and bindings to native C functions often found in libc or other common platform li…
unicode-xid = "0.1.0"    # Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standa…
syn = "0.13.4"           # Nom parser for Rust source code
quote = "0.5.2"          # Quasi-quoting macro quote!(...)
serde = "1.0.45"         # A generic serialization/deserialization framework
... and 15579 crates more (use --limit N to see more)
Package                          Installed  Latest    Needs update
afl                              v0.3.2     v0.3.2    No
base100                          v0.4.1     v0.4.1    No
bat                              v0.2.3     v0.2.3    No
cargo-arch                       v0.1.0     v0.1.0    No
...

rustc 1.27.0-nightly (8a37c75a3 2018-05-02)

nabijaczleweli commented 6 years ago

Try current master?

matthiaskrgr commented 6 years ago

Fix confirmed, thanks!