Browse Source

Bump baptiste0928/cargo-install from 3.0.1 to 3.1.0 (#3812)

Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 3.0.1 to 3.1.0.
- [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.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: baptiste0928/cargo-install
  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>
pull/3817/head
dependabot[bot] 3 weeks ago committed by GitHub
parent
commit
0b2757610a
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

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

2
.github/workflows/webassembly.yml

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

Loading…
Cancel
Save