nabijaczleweli / cargo-update

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

Weird behavior of `install-update -al` now #82

Closed pravic closed 6 years ago

pravic commented 6 years ago
$ cargo install-update -al
    Updating registry `https://github.com/rust-lang/crates.io-index`
bitflags = "1.0.3"       # A macro to generate structures which behave like bitflags.
lazy_static = "1.0.0"    # A macro for declaring lazily evaluated statics in Rust.
log = "0.4.1"            # A lightweight logging facade for Rust
rand = "0.5.0-pre.1"     # Random number generators and other randomness functionality.
num-traits = "0.2.4"     # 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…
syn = "0.13.10"          # Nom parser for Rust source code
unicode-xid = "0.1.0"    # Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standa…
quote = "0.5.2"          # Quasi-quoting macro quote!(...)
serde = "1.0.55"         # A generic serialization/deserialization framework
... and 15808 crates more (use --limit N to see more)

Package         Installed      Latest         Needs update
cargo-expand    v0.3.12        v0.3.13        Yes
cargo-update    v1.5.1         v1.5.2         Yes

Apparently, they have changed something on crates.io and cargo search "" has started to print all results.

I think, it is time to come up with another way of registry update :)

mati865 commented 6 years ago

It was fixed in v1.5.2. Duplicate of https://github.com/nabijaczleweli/cargo-update/issues/79

pravic commented 6 years ago

And I even had that version in pending updates:

cargo-update v1.5.1 v1.5.2 Yes

Sorry :)

nabijaczleweli commented 6 years ago

Alles gut, fret not.