Browse Source

Bump baptiste0928/cargo-install in the ci-dependencies group (#3885)

Bumps the ci-dependencies group with 1 update: [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install).


Updates `baptiste0928/cargo-install` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/baptiste0928/cargo-install/releases)
- [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md)
- [Commits](https://github.com/baptiste0928/cargo-install/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: baptiste0928/cargo-install
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3888/head
dependabot[bot] 5 months ago committed by GitHub
parent
commit
4cc47b6dfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/rust.yml
  2. 2
      .github/workflows/webassembly.yml

2
.github/workflows/rust.yml

@ -31,7 +31,7 @@ jobs:
with:
key: tarpaulin
- name: Install cargo-tarpaulin
uses: baptiste0928/cargo-install@v3.1.0
uses: baptiste0928/cargo-install@v3.1.1
with:
crate: cargo-tarpaulin

2
.github/workflows/webassembly.yml

@ -39,7 +39,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install wasm-pack
uses: baptiste0928/cargo-install@v3.1.0
uses: baptiste0928/cargo-install@v3.1.1
with:
crate: wasm-pack
- name: Build Playground

Loading…
Cancel
Save