From 0cc74cf40e7f37a8ea2e5ad143fce08fc4aff673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:13:34 +0000 Subject: [PATCH] chore: bump dtolnay/rust-toolchain from 1.65.0 to 1.80.0 Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.65.0 to 1.80.0. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.65.0...1.80.0) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea32002fa..79a25e1b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v4 # Now check that `cargo build` works with respect to the oldest possible # deps and the stated MSRV - - uses: dtolnay/rust-toolchain@1.65.0 + - uses: dtolnay/rust-toolchain@1.80.0 - run: cargo build --all-features style: