build(deps): Bump actions-rs/cargo from 1 to 1.0.3 (#2070)

Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 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...v1.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-12 12:04:46 +02:00 committed by GitHub
parent 82c8b1a4b3
commit 10fcc1c485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ jobs:
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
- name: Run cargo clippy
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: clippy
args: -- -A clippy::type_complexity -A clippy::pedantic -A clippy::style