openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
C
cargo-update
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Mar 08, 2025 — Mar 08, 2026
Showing page 1 of 17
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bump version to 18.1.1
наб
More...
14 days ago
Accept -J-3 and -j -3 to mean (nproc - 3), like cargo install -j
наб
More...
14 days ago
Bump version to 18.1.0
наб
More...
17 days ago
Allow -j JOBS with -J R_JOBS to additionally limit to R_JOBS/JOBS cargos at a time
наб
More...
17 days ago
Parse -j like cargo install instead of forwarding it verbatim
наб
More...
17 days ago
.find().is_some() -> .any()
наб
More...
28 days ago
Bump MSRV to 1.83
наб
More...
28 days ago
Add -J --recursive-jobs [N] to run cargo installs under an N-slot jobserver
наб
More...
28 days ago
Do the exclusion with a one-job jobserver
наб
More...
29 days ago
Instead of linear fork/exec/wait for each package, spawn a thread and fork/exec/wait there, then join/fold threads
наб
More...
29 days ago
docs: remove mail for author Benoît Cortier
Benoît Cortier
More...
4 months ago
Bump version to 18.0.0. Add @brian6932 to authors list
наб
More...
7 months ago
Suppress unused_imports warning on serde_derive's macro_use
наб
More...
7 months ago
fix: `mismatched_lifetime_syntaxes` compiler warnings
Brian
More...
7 months ago
Fallback to config.toml on read error instead of open error in crates_file_in(). Minimise allocations in installed_registry_packages() and installed_git_repo_packages(). 'static instead of allocating 1/2/3 in split_package_path(). Don't reallocate file-/git-configured proxies in find_proxy()
наб
More...
8 months ago
Remove array_tool dependency (and a copy)
наб
More...
8 months ago
More .to_string()s
наб
More...
8 months ago
RegistryPackage::registry: String -> Cow<'static, str>. Options::to_update and interesct_packages()'s registry field likewise
наб
More...
8 months ago
Don't .to_string() for a &Display
наб
More...
8 months ago
SparseRegistryConfig::crates_io_credential_provider: Option<[SparseRegistryAuthProvider; 1]> -> Option<SRAP>
наб
More...
8 months ago
update_index() shouldn't be running the providers
наб
More...
8 months ago
Implement provider protocol provider
наб
More...
8 months ago
Replace json_deserializer with serde_json
наб
More...
8 months ago
Add cargo:libsecret via dlsym("libsecret-1.so.0")
наб
More...
8 months ago
Add cargo:macos-keychain
наб
More...
8 months ago
Implement cargo:wincred
наб
More...
8 months ago
Bump version to 17.0.0. Add @punkeel to authors list
наб
More...
8 months ago
Finally make rustfmt a no-op
наб
More...
8 months ago
Clean up previous
наб
More...
8 months ago
Fix arrays in cargo auth
Maxime Guerreiro
More...
8 months ago
←
1
2
3
4
5
6
7
8
9
…
16
17
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree