pksunkara / cargo-workspaces

A tool for managing cargo workspaces and their crates, inspired by lerna
MIT License
476 stars 46 forks source link

chore(deps): update rust crate crates-index to 0.19.13 #135

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
crates-index (source) dependencies patch 0.19.7 -> 0.19.13

Release Notes

frewsxcv/rust-crates-index (crates-index) ### [`v0.19.13`](https://togithub.com/frewsxcv/rust-crates-index/blob/HEAD/CHANGELOG.md#v01913-2023-06-22) [Compare Source](https://togithub.com/frewsxcv/rust-crates-index/compare/0.19.12...0.19.13) ##### Commit Statistics - 2 commits contributed to the release. - 7 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ##### Commit Details
view details - **Uncategorized** - Fix build with sparse-http ([`ff8bebe`](https://togithub.com/frewsxcv/rust-crates-index/commit/ff8bebe314cd79b5aa1e5b43221a6bbb1c3560c4)) - Test with sparse-http ([`594edfd`](https://togithub.com/frewsxcv/rust-crates-index/commit/594edfd66127b71001713ed4f763b4cf9c5669ff))
### [`v0.19.12`](https://togithub.com/frewsxcv/rust-crates-index/blob/HEAD/CHANGELOG.md#v01912-2023-06-15) [Compare Source](https://togithub.com/frewsxcv/rust-crates-index/compare/0.19.11...0.19.12) ##### Other - Add `cargo check --all-targets --no-default-features` ##### Refactor - Move Index tests to base_index To make it easier to turn git2 into an optional dep. - Move private fn fetch_opts() into mod bare_index To make it easier to turn git2 into an optional dep. ##### Commit Statistics - 22 commits contributed to the release. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ##### Commit Details
view details - **Uncategorized** - Bump ([`f0f45b7`](https://togithub.com/frewsxcv/rust-crates-index/commit/f0f45b76ce9a5410486adf57326bf761350a0e04)) - Shrink public API ([`9ba7cac`](https://togithub.com/frewsxcv/rust-crates-index/commit/9ba7cac94ee6563ef2819d6112bf6eef81366f66)) - Add `cargo check --all-targets --no-default-features` ([`de7df1c`](https://togithub.com/frewsxcv/rust-crates-index/commit/de7df1cb85b322e0e9cde387a01f426685d8a4a4)) - Make `cargo check --all-targets --no-default-features` build ([`8b1c6d8`](https://togithub.com/frewsxcv/rust-crates-index/commit/8b1c6d8e200add2d54c612298d6991d9c5b589e5)) - Add back separator arg ([`cdc8fde`](https://togithub.com/frewsxcv/rust-crates-index/commit/cdc8fdea45fae88b12405f5fd195cbd59780210c)) - Fix lint ([`276aab2`](https://togithub.com/frewsxcv/rust-crates-index/commit/276aab29c3eda1de4cea11656e7433073351558c)) - Fixup rebase ([`07476e5`](https://togithub.com/frewsxcv/rust-crates-index/commit/07476e5fbbced67390221a81367645283dc7f1f8)) - Add HTTP support to SparseIndex ([`b636afc`](https://togithub.com/frewsxcv/rust-crates-index/commit/b636afc5fecde87fbaee1a0d2e31fb2a44fc5a1b)) - Cleanup index initialization ([`20eca12`](https://togithub.com/frewsxcv/rust-crates-index/commit/20eca12e8e2f661d1bfc76141f6867a57f656080)) - Move Index tests to base_index ([`a69a778`](https://togithub.com/frewsxcv/rust-crates-index/commit/a69a7785347cfc7b5773c73e0b10b8e5b63a1e58)) - Move private fn fetch_opts() into mod bare_index ([`135179a`](https://togithub.com/frewsxcv/rust-crates-index/commit/135179a0e95a97e3e57d16692c7b17c54ffe0d16)) - Reduce generic function ([`f09ff32`](https://togithub.com/frewsxcv/rust-crates-index/commit/f09ff323a23e5f96d87a6daa4d487f577a4ed1e9)) - Fix config parsing ([`82c2849`](https://togithub.com/frewsxcv/rust-crates-index/commit/82c28497cb96654046203992b796c807c2ddf0a7)) - Cleanup index initialization ([`71a76b0`](https://togithub.com/frewsxcv/rust-crates-index/commit/71a76b0b3179e25a265d8eb7040194ff47412d84)) - Merge pull request [#​114](https://togithub.com/frewsxcv/rust-crates-index/issues/114) from EmbarkStudios/fix-cache-deserializatoin ([`c5f6123`](https://togithub.com/frewsxcv/rust-crates-index/commit/c5f6123922d3836ded54cdd4bbf7d2f4ac337f4e)) - Merge pull request [#​118](https://togithub.com/frewsxcv/rust-crates-index/issues/118) from EmbarkStudios/fix-lint ([`0ffb5bf`](https://togithub.com/frewsxcv/rust-crates-index/commit/0ffb5bf3f88285226dddcac6f6d9dd284b89e528)) - Merge pull request [#​115](https://togithub.com/frewsxcv/rust-crates-index/issues/115) from EmbarkStudios/add-http-url ([`a58beb5`](https://togithub.com/frewsxcv/rust-crates-index/commit/a58beb5844e241604371c850fe358ac7dcb19b8a)) - Merge pull request [#​113](https://togithub.com/frewsxcv/rust-crates-index/issues/113) from EmbarkStudios/disable-formatting ([`8d20801`](https://togithub.com/frewsxcv/rust-crates-index/commit/8d20801c6c7dd56f20aae1e766cba4cd3706deff)) - Fix lint ([`2b51d50`](https://togithub.com/frewsxcv/rust-crates-index/commit/2b51d508384f3d8459a3954fdeb0157649af02d7)) - Add CRATES_IO_HTTP_INDEX ([`a7690ef`](https://togithub.com/frewsxcv/rust-crates-index/commit/a7690ef9d5870f65636ebe316c47fd89959c680c)) - Fix cache deserialization ([`f645b4c`](https://togithub.com/frewsxcv/rust-crates-index/commit/f645b4c8e098d01335846acbf77a442019e7f874)) - Disable rustfmt ([`d1f51bf`](https://togithub.com/frewsxcv/rust-crates-index/commit/d1f51bf9ece463581b1ab54898f480ac58670ad7))
### [`v0.19.11`](https://togithub.com/frewsxcv/rust-crates-index/blob/HEAD/CHANGELOG.md#v01911-2023-06-14) [Compare Source](https://togithub.com/frewsxcv/rust-crates-index/compare/0.19.10...0.19.11) ##### Chore - Release crates-index version 0.19.11 ##### New Features - Allow for fetching indexes from private registries via SSH key ##### Commit Statistics - 9 commits contributed to the release over the course of 4 calendar days. - 32 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ##### Commit Details
view details - **Uncategorized** - Release crates-index version 0.19.11 ([`8cf14fb`](https://togithub.com/frewsxcv/rust-crates-index/commit/8cf14fbe0317ba4fc443eb6926f4a952bf8e7e0e)) - Merge pull request [#​106](https://togithub.com/frewsxcv/rust-crates-index/issues/106) from rohanku/ssh-key-from-agent ([`96f8444`](https://togithub.com/frewsxcv/rust-crates-index/commit/96f844467bad30f3e4964b33fde7d603bdb67f56)) - Merge pull request [#​109](https://togithub.com/frewsxcv/rust-crates-index/issues/109) from EmbarkStudios/fix-32-bit-hash ([`1fe05d4`](https://togithub.com/frewsxcv/rust-crates-index/commit/1fe05d42ece1ae4ed11e5a437b477081a0c298c2)) - Merge pull request [#​108](https://togithub.com/frewsxcv/rust-crates-index/issues/108) from Enselic/threshold ([`1b1a9bc`](https://togithub.com/frewsxcv/rust-crates-index/commit/1b1a9bcbfedf8aa206a9388f02689a4dcc99d241)) - Fix hash calculation on 32-bit targets ([`8066188`](https://togithub.com/frewsxcv/rust-crates-index/commit/806618825691703a75ff6eae5c16a1d2c1b92a18)) - Increase threshold in mem_usage() test ([`a6f0d85`](https://togithub.com/frewsxcv/rust-crates-index/commit/a6f0d85ad7228b4587d6084d335016c95dce7005)) - Allow for fetching indexes from private registries via SSH key ([`810fa87`](https://togithub.com/frewsxcv/rust-crates-index/commit/810fa8726d1b628550bb80d1f7aa716a411f64ed)) - Merge pull request [#​105](https://togithub.com/frewsxcv/rust-crates-index/issues/105) from Enselic/remove-num_cpus ([`5db0873`](https://togithub.com/frewsxcv/rust-crates-index/commit/5db087328bc11340c6f6c715ad978d7fc5c9ec69)) - Remove unused num_cpus dependency ([`05c0bcb`](https://togithub.com/frewsxcv/rust-crates-index/commit/05c0bcb1097ae13504247d035abf357111eaec0e))
### [`v0.19.10`](https://togithub.com/frewsxcv/rust-crates-index/blob/HEAD/CHANGELOG.md#v01910-2023-05-13) [Compare Source](https://togithub.com/frewsxcv/rust-crates-index/compare/0.19.8...0.19.10) ##### Chore - Release crates-index version 0.19.10 ##### New Features - Add support for 'rust_version' This was added to the index in [rust-lang/crates.io#6267](https://togithub.com/rust-lang/crates.io/issues/6267). crates.io is automatically injecting it into the index, even without using the nightly cargo that supports it. My plan is to use this to make cargo-upgrade more MSRV aware (in version reqs despite the resolver not yet being MSRV aware). ##### Commit Statistics - 4 commits contributed to the release over the course of 8 calendar days. - 29 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ##### Commit Details
view details - **Uncategorized** - Release crates-index version 0.19.10 ([`286b225`](https://togithub.com/frewsxcv/rust-crates-index/commit/286b2251ae8a286f8992831f7a845f88227107dd)) - Merge pull request [#​103](https://togithub.com/frewsxcv/rust-crates-index/issues/103) from epage/msrv ([`87a5cd7`](https://togithub.com/frewsxcv/rust-crates-index/commit/87a5cd792b29dc82c37f1fc8eb7d86257dd84270)) - Add support for 'rust_version' ([`ab8c655`](https://togithub.com/frewsxcv/rust-crates-index/commit/ab8c655d7835a93c87b348c86ecc928ecfaceaea)) - Allow newer git2 ([`4ab6b51`](https://togithub.com/frewsxcv/rust-crates-index/commit/4ab6b513660e9dfa9434126557219dfb1e4f233a))
### [`v0.19.8`](https://togithub.com/frewsxcv/rust-crates-index/blob/HEAD/CHANGELOG.md#v0198-2023-04-13) [Compare Source](https://togithub.com/frewsxcv/rust-crates-index/compare/0.19.7...0.19.8) ##### Commit Statistics - 1 commit contributed to the release. - 36 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ##### Commit Details
view details - **Uncategorized** - Bump deps ([`ae95a95`](https://togithub.com/frewsxcv/rust-crates-index/commit/ae95a951960ffa750054c20cfac8839988543ca6))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.