cargo-edit
cargo-edit copied to clipboard
A utility for managing cargo dependencies from the command line.
Hi. Thanks for this tool which we rely on heavily for our releases. I have an infelicity to report: ### To reproduce ``` git clone https://gitlab.torproject.org/tpo/core/arti cd arti git checkout...
When I run `cargo upgrade` it gets stuck at `Updating 'https://github.com/rust-lang/crates.io-index' index` (for at least 10 minutes). `cargo update` is fast, as is other, built in, cargo operations. It appears...
For example, here's the output of `cargo upgrade --incompatible=allow --pinned=allow`:  Note that it incorrectly detects the latest versions of most of the packages....
cargo upgrade not upgrade version with path (for example xstr = { version = "0.1.4", path = "../xstr" } )
I would like to add an option to allow downgrade version when using `set-version` command. In my use case this feature is necessary since our CI/CD needs to create dev...
cargo-edit v0.12.2 macos v14 rust & cargo 1.73 `cargo install cargo-edit` ``` = note: ld: warning: ignoring duplicate libraries: '-liconv' ld: warning: no platform load command found in '/private/var/folders/nl/cp7jwlld7nqdl1k46fp2glsm0000gn/T/rustcE575LS/symbols.o', assuming:...
Hello, I am not using crates-io, my `config.toml` looks like this: ``` [registries] my-registry = { index = "sparse+https://" } [source.crates-io] replace-with = "my-registry" ``` I can build fine with...
Hi, running `cargo upgrade` gets stuck when using the sparse registry protocol. (It may be cloning the entire registry, but I'd rather not wait to find out) The issue is...
When I used `cargo upgrade -i --recursive` on my project with lots of outdated dependencies, it upgraded only part of them. I needed to use `cargo update` afterwards to upgrade...
Running `cargo upgrade` with `--verbose` flag produces the same content as without it. Only adding a second flag to create `--verbose --verbose` makes a difference. I'm using cargo-edit-upgrade 0.12.0. ###...