Skip to content

Commit 3288adf

Browse files
chore(deps): bump cargo-bins/cargo-binstall from 1.18.1 to 1.19.0 (#113)
Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml) - [Commits](cargo-bins/cargo-binstall@v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8798410 commit 3288adf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
${{ runner.os }}-cargo-
318318
319319
- name: Install cargo-binstall
320-
uses: cargo-bins/cargo-binstall@v1.18.1
320+
uses: cargo-bins/cargo-binstall@v1.19.0
321321

322322
- name: Install cargo-deny
323323
run: cargo binstall --no-confirm --locked --version ${{ env.CARGO_DENY_VERSION }} cargo-deny

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
${{ runner.os }}-audit-cargo-
4444
4545
- name: Install cargo-binstall
46-
uses: cargo-bins/cargo-binstall@v1.18.1
46+
uses: cargo-bins/cargo-binstall@v1.19.0
4747

4848
- name: Install cargo-deny
4949
run: cargo binstall --no-confirm --locked --version ${{ env.CARGO_DENY_VERSION }} cargo-deny

0 commit comments

Comments
 (0)