Skip to content

Issues: rust-lang/cargo

Dependency Dashboard
#13256 opened Jan 6, 2024 by renovate bot
Open
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

cargo install --git accepts malformed URL with #, discards it for cloning, then re-adds it into crates.toml A-git Area: anything dealing with git C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15336 opened Mar 20, 2025 by nabijaczleweli
Unhelpful error message when instaling from git: "invalid argument: 'port'; class=Invalid (3)" A-git Area: anything dealing with git C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15335 opened Mar 20, 2025 by tbu-
Support shallow fetch through net.git-fetch-with-cli A-git Area: anything dealing with git S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15315 opened Mar 15, 2025 by Ygg01 Draft
Multiple simultaneous cargo builds that depend on the same git repo can fail A-git Area: anything dealing with git C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#15267 opened Mar 5, 2025 by jgopel
cargo cannot read from local Git repositories with reftable A-git Area: anything dealing with git C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#15184 opened Feb 14, 2025 by bk2204
Cargo errors out when build script is not checked into git repository A-build-scripts Area: build.rs scripts A-git Area: anything dealing with git A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15174 opened Feb 12, 2025 by msrd0
cargo fails to download git repo on powerpc A-git Area: anything dealing with git C-bug Category: bug
#15087 opened Jan 21, 2025 by hpckurt
Make target dir self-ignoring A-git Area: anything dealing with git A-layout Area: target output directory layout, naming, and organization C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#15061 opened Jan 14, 2025 by senekor
Allow specifying pull request deps using the github PR link A-crate-dependencies Area: [dependencies] of any kind A-diagnostics Area: Error and warning messages generated by Cargo itself. A-git Area: anything dealing with git A-patch Area: [patch] table override C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#15001 opened Jan 2, 2025 by joshka
cargo package VCS dirty check corner cases A-git Area: anything dealing with git C-bug Category: bug Command-package S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14967 opened Dec 19, 2024 by weihanglo
3 of 4 tasks
Cargo treats lack of disk space as "spurious network error" A-diagnostics Area: Error and warning messages generated by Cargo itself. A-git Area: anything dealing with git A-networking Area: networking issues, curl, etc. C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14964 opened Dec 19, 2024 by glandium
Support shallow fetch through net.git-fetch-with-cli A-git Area: anything dealing with git C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#14956 opened Dec 18, 2024 by weihanglo
Should cargo use git proxies for other http requests? A-git Area: anything dealing with git A-networking Area: networking issues, curl, etc. C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14952 opened Dec 18, 2024 by calidion
Cargo install --git fails with repo using sha256 object format A-git Area: anything dealing with git C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#14942 opened Dec 16, 2024 by Joshix-1
Default git branch name is master not main on MacOS A-git Area: anything dealing with git C-bug Category: bug O-macos OS: macOS S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#14650 opened Oct 7, 2024 by songyang-dev
Cargo run is failing with "failed to set hostkey preference: The requested method(s) are not currently supported; class=Ssh" A-git Area: anything dealing with git C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#14617 opened Sep 30, 2024 by fabioz
WIP: Allow credential helper to provide SSH password A-git Area: anything dealing with git S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14578 opened Sep 22, 2024 by w4 Draft
Cargo downgrades transitive dependency that should not change A-dependency-resolution Area: dependency resolution and the resolver A-git Area: anything dealing with git C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14446 opened Aug 23, 2024 by konstin
Loading of a git source is slow due to manifest parsing A-crate-dependencies Area: [dependencies] of any kind A-git Area: anything dealing with git A-patch Area: [patch] table override C-enhancement Category: enhancement Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14395 opened Aug 13, 2024 by epage
Different git shas for the same git repo in Cargo.lock silently ignored A-git Area: anything dealing with git A-lockfile Area: Cargo.lock issues C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14230 opened Jul 10, 2024 by liskin
cargo fails to download git package A-git Area: anything dealing with git C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13641 opened Mar 25, 2024 by gbutterfield
Cargo downloads git dependencies very slowly A-git Area: anything dealing with git C-bug Category: bug E-medium Experience: Medium Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13624 opened Mar 22, 2024 by WaffleLapkin
Vendored crate with git submodule may have something wrong with gitignore A-git Area: anything dealing with git C-bug Category: bug Command-vendor S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13607 opened Mar 19, 2024 by yukiiiteru
Odd behaviour for non-precise git dependencies in Cargo.lock A-diagnostics Area: Error and warning messages generated by Cargo itself. A-git Area: anything dealing with git A-lockfile Area: Cargo.lock issues C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13300 opened Jan 15, 2024 by espindola
Tracking Issue for -Zgit A-git Area: anything dealing with git C-tracking-issue Category: A tracking issue for something unstable.
#13285 opened Jan 11, 2024 by weihanglo
1 of 5 tasks
ProTip! Follow long discussions with comments:>50.