Skip to content

Commit 2717063

Browse files
chore(dependabot): bump baptiste0928/cargo-install from 3.3.1 to 3.3.2 in the ci-dependencies group (#586)
Bumps the ci-dependencies group with 1 update: [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install). Updates `baptiste0928/cargo-install` from 3.3.1 to 3.3.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/baptiste0928/cargo-install/releases">baptiste0928/cargo-install's releases</a>.</em></p> <blockquote> <h2>v3.3.2</h2> <h3>Changed</h3> <ul> <li>The <code>CARGO_INSTALL_ROOT</code> environment variable is set when running <code>cargo install</code>. This allows sub-processed using the <code>cargo install</code> command (such as <a href="https://github.com/sxyazi/yazi/blob/c27ef58116794de7f559bca74e60e6e13ae92051/yazi-build/build.rs#L37">yazi's build script</a>) to use the right installation path.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md">baptiste0928/cargo-install's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2>[Unreleased]</h2> <h2>[3.1.2] - 2025-08-24</h2> <h3>Changed</h3> <ul> <li>The <code>CARGO_INSTALL_ROOT</code> environment variable is set when running <code>cargo install</code>. This allows sub-processed using the <code>cargo install</code> command (such as <a href="https://github.com/sxyazi/yazi/blob/c27ef58116794de7f559bca74e60e6e13ae92051/yazi-build/build.rs#L37">yazi's build script</a>) to use the right installation path.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/baptiste0928/cargo-install/commit/b687c656bda5733207e629b50a22bf68974a0305"><code>b687c65</code></a> chore: release 3.3.2</li> <li><a href="https://github.com/baptiste0928/cargo-install/commit/19e46d2e1922fce653cc8289910d5f660b014d04"><code>19e46d2</code></a> ci: use oxlint type-aware instead of eslint</li> <li><a href="https://github.com/baptiste0928/cargo-install/commit/04f99f32b27fac2f9b9ab22125eb4735e6ffb89d"><code>04f99f3</code></a> deps: update dependencies</li> <li><a href="https://github.com/baptiste0928/cargo-install/commit/d97a8c17a37ba4847967fd1e968487b2f7af2474"><code>d97a8c1</code></a> feat: set CARGO_INSTALL_ROOT environment variable (<a href="https://redirect.github.com/baptiste0928/cargo-install/issues/35">#35</a>)</li> <li>See full diff in <a href="https://github.com/baptiste0928/cargo-install/compare/v3.3.1...v3.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=baptiste0928/cargo-install&package-manager=github_actions&previous-version=3.3.1&new-version=3.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c909108 commit 2717063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
key: features-test
119119
- name: Install cargo-all-features
120-
uses: baptiste0928/[email protected].1
120+
uses: baptiste0928/[email protected].2
121121
with:
122122
crate: cargo-all-features
123123

0 commit comments

Comments
 (0)