From 814bbd0824aa8f5a206b5caf033f95379385b8fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 00:21:08 +0000 Subject: [PATCH] chore: bump dtolnay/rust-toolchain from 1.75 to 1.100 Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.75 to 1.100. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.75...1.100) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: '1.100' 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 9ebce61..a7ab420 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v7 - name: Install Rust 1.75 - uses: dtolnay/rust-toolchain@1.75 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo registry uses: actions/cache@v6