From fb8bed0f0a92a7dd46c274abef95ec805cb38d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:43:39 +0000 Subject: [PATCH] build(deps): bump dtolnay/rust-toolchain from 1.73.0 to 1.100.0 Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.73.0 to 1.100.0. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.73.0...1.100.0) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 1.100.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0174175f..2bd51f06 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -394,7 +394,7 @@ jobs: persist-credentials: false - name: Install rust toolchain - uses: dtolnay/rust-toolchain@1.73.0 + uses: dtolnay/rust-toolchain@1.100.0 - name: Test MSRV run: cargo check --manifest-path librustls/Cargo.toml --locked --lib --features=aws-lc-rs