Skip to content

Commit b21d425

Browse files
build(deps): 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](actions-rs/cargo@ae10961...844f368) --- updated-dependencies: - dependency-name: actions-rs/cargo dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44a1f8b commit b21d425

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
path: ~/.cargo/git
3737
key: cargo-index-${{ hashFiles('Cargo.toml') }}
3838

39-
- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
39+
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
4040
with:
4141
command: check
4242
args: --locked
4343

44-
- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
44+
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
4545
with:
4646
command: test
4747
args: --locked --benches --all-features
@@ -79,7 +79,7 @@ jobs:
7979
path: ~/.cargo/git
8080
key: cargo-index-${{ hashFiles('Cargo.toml') }}
8181

82-
- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
82+
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
8383
with:
8484
command: test
8585
args: --locked --all --all-features
@@ -99,7 +99,7 @@ jobs:
9999
toolchain: stable
100100
override: true
101101
- run: rustup component add rustfmt
102-
- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
102+
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
103103
with:
104104
command: fmt
105105
args: --all -- --check
@@ -132,7 +132,7 @@ jobs:
132132
path: ~/.cargo/git
133133
key: cargo-index-${{ hashFiles('Cargo.toml') }}
134134

135-
- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
135+
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
136136
with:
137137
command: clippy
138138
args: --locked --workspace --all-targets -- -D warnings
@@ -151,7 +151,7 @@ jobs:
151151
profile: minimal
152152
toolchain: stable
153153
override: true
154-
- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
154+
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
155155
env:
156156
RUSTDOCFLAGS: "--deny broken_intra_doc_links"
157157
with:

0 commit comments

Comments
 (0)