cargo-binstall/crates/bin/src
github-actions[bot] 8d438736eb
dep: Upgrade transitive dependencies (#2154)
* dep: Upgrade transitive dependencies

* Simplify download.rs using io::Error::other

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Fix utils.rs in io::Error::other

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Fix typo in download.rs

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Use io::Error::other in errors.rs

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Use TempDir::keep instead of deprecated into_path in entry.rs

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Use io::Error::other in gh_token.rs

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Fmt gh_token.rs

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Fmt utils.rs

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

---------

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2025-05-16 13:29:39 +00:00
..
args.rs feat: Use CARGO_BUILD_TARGET as fallback for --target (#2075) 2025-03-07 13:18:15 +00:00
bin_util.rs feature: faster self-install without rate limit issue (#1963) 2024-11-09 06:19:35 +00:00
entry.rs dep: Upgrade transitive dependencies (#2154) 2025-05-16 13:29:39 +00:00
gh_token.rs dep: Upgrade transitive dependencies (#2154) 2025-05-16 13:29:39 +00:00
git_credentials.rs Improve use of github token (#1769) 2024-06-15 05:42:09 +00:00
install_path.rs Support --registry and more options from .cargo/config.toml (#1195) 2023-07-10 03:37:41 +00:00
lib.rs Fix GitHub token auto discovery (#1335) 2023-09-01 01:14:59 +00:00
logging.rs Investigate incorrect target detection (#1376) 2023-09-23 10:45:44 +00:00
main.rs Refactor cargo-binstall (#1302) 2023-08-18 01:59:48 +00:00
main_impl.rs feature: faster self-install without rate limit issue (#1963) 2024-11-09 06:19:35 +00:00
signal.rs Refactor to reduce compilation time (#1284) 2023-08-12 14:25:41 +00:00
ui.rs Yes/NO defaults to "no" when just enter is pressed (#1948) 2024-10-30 13:00:56 +00:00