Skip to content

chore(deps): update all non-major dependencies#24

Merged
tindotdev merged 2 commits into
mainfrom
renovate/all-minor-patch
Apr 14, 2026
Merged

chore(deps): update all non-major dependencies#24
tindotdev merged 2 commits into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 8, 2026

This PR contains the following updates:

Package Type Update Change
cargo-dist (source) minor 0.30.30.31.0
clap_complete workspace.dependencies patch 4.6.14.6.2

Release Notes

axodotdev/cargo-dist (cargo-dist)

v0.31.0

Compare Source

This release includes several new features, including the major introduction of mirrors that installers can fallback to.

Simple hosting (aka mirrors)

This release adds a new hosting method, simple, which supports static file hosting. This allows you to host your artifacts on the hosting provider of your choice so long as it follows a similar URL structure to GitHub Releases hosting. It can also be used alongside GitHub hosting; if you specify more than one hosting provider, the secondary hosting source will be used as a mirror. The priority is determined by the order of the keys in your config. For example, this will use GitHub first and fall back to your static host if GitHub is unavailable:

hosting = ["github", "simple"]
simple-download-url = "https://static.myapp.com/{tag}"

And this will use your static host first and fall back to GitHub if necessary:

hosting = ["simple", "github"]
simple-download-url = "https://static.myapp.com/{tag}"

For more information, see the docs.

Note: currently, dist won't upload artifacts to static hosts; it expects you to handle that, either manually or via writing a custom job.

Disabling npm-shrinkwrap.json for npm installers

Currently, the npm installer includes an npm-shrinkwrap.json to specify the exact versions of its runtime dependencies as used at the time dist was released. Since some users would prefer looser dependency specification, this release provides an option to disable this. For more information, see the docs.

npm-shrinkwrap = false

Configurable build directory for generic projects

Until now, generic (non-Rust) project support has assumed that artifacts are always written to the root of the project directory. This path is now configurable using the out-dir setting in your dist.toml. For example, if your project generates a binary named example in a subdirectory called build, you can specify:

binaries = ["example"]
out-dir = "build"

Fixes

v0.30.4

Compare Source

This release contains a few minor bugfixes. It also updates dependencies, including a rimraf upgrade that resolves a CVE in @​isaacs/brace-expansion. This vulnerability was not exploitable in the way dist used rimraf.

Fixes

clap-rs/clap (clap_complete)

v4.6.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c264104 to b15dbcb Compare March 9, 2026 19:29
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Mar 9, 2026

No dependency changes detected. Learn more about Socket for GitHub.

👍 No dependency changes detected in pull request

@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency cargo-dist to 0.31.0 Mar 9, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bcc2dfc to 9218496 Compare March 11, 2026 04:07
@renovate renovate Bot changed the title chore(deps): update dependency cargo-dist to 0.31.0 chore(deps): update all non-major dependencies Mar 11, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4cfb5d6 to e492274 Compare March 17, 2026 09:14
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency cargo-dist to 0.31.0 Mar 17, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3c8715c to 7922193 Compare March 24, 2026 21:51
@renovate renovate Bot changed the title chore(deps): update dependency cargo-dist to 0.31.0 chore(deps): update all non-major dependencies Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 39e122e to 9146b36 Compare March 31, 2026 14:21
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency cargo-dist to 0.31.0 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9146b36 to 3216f67 Compare April 3, 2026 09:11
@renovate renovate Bot changed the title chore(deps): update dependency cargo-dist to 0.31.0 chore(deps): update all non-major dependencies Apr 3, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dca9f60 to 21ced56 Compare April 7, 2026 08:28
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency cargo-dist to 0.31.0 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 21ced56 to f8fe161 Compare April 8, 2026 13:04
@renovate renovate Bot changed the title chore(deps): update dependency cargo-dist to 0.31.0 chore(deps): update all non-major dependencies Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f8fe161 to 7056348 Compare April 11, 2026 00:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3b3c0e0 to 04638dc Compare April 14, 2026 07:51
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 04638dc to ea1b3df Compare April 14, 2026 07:52
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 14, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@tindotdev tindotdev merged commit 6a41fcc into main Apr 14, 2026
11 checks passed
@tindotdev tindotdev deleted the renovate/all-minor-patch branch April 14, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant