Bump actions-rs/cargo from 1.0.1 to 1.0.3

Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/actions-rs/cargo/releases)
- [Changelog](https://github.com/actions-rs/cargo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actions-rs/cargo/compare/v1.0.1...v1.0.3)

---
updated-dependencies:
- dependency-name: actions-rs/cargo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-11 05:10:25 +00:00 committed by Dustin J. Mitchell
parent e0e1d77744
commit 755100fd8a

View file

@ -34,7 +34,7 @@ jobs:
toolchain: "1.61"
override: true
- uses: actions-rs/cargo@v1.0.1
- uses: actions-rs/cargo@v1.0.3
with:
command: check
@ -75,7 +75,7 @@ jobs:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
- uses: actions-rs/cargo@v1.0.3
with:
command: fmt
args: --all -- --check