From 35d78623ce2709dc9d3a123264896a386c5838af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:59:27 +0100 Subject: [PATCH] chore(ci): bump the ci-deps group with 2 updates (#488) Bumps the ci-deps group with 2 updates: [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) and [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install). Updates `EmbarkStudios/cargo-deny-action` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/c3a7e6783975aaac423f9ee43b4818f51debc638...64015a69ee7ee08f6c56455089cdaf6ad974fd15) Updates `baptiste0928/cargo-install` from 3.0.0 to 3.0.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.0.0...v3.0.1) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps - dependency-name: baptiste0928/cargo-install dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fb703ac6..a34836ec 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -345,7 +345,7 @@ jobs: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: EmbarkStudios/cargo-deny-action@c3a7e6783975aaac423f9ee43b4818f51debc638 # v1.6.0 + - uses: EmbarkStudios/cargo-deny-action@64015a69ee7ee08f6c56455089cdaf6ad974fd15 # v1.6.1 cargo-msrv: name: Verify MSRV (cargo-msrv) @@ -361,7 +361,7 @@ jobs: - name: cargo install cargo-msrv # You may pin to the exact commit or the version. # uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b - uses: baptiste0928/cargo-install@v3.0.0 + uses: baptiste0928/cargo-install@v3.0.1 with: # Name of the crate to install crate: cargo-msrv