From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:05:50 +0000 (+0000) Subject: Dependabot update X-Git-Tag: 3.3-PRE-CLANG-FORMAT-WEBKIT~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b6c763d3969a4aa3cf6f64b87c3f4c130de149;p=thirdparty%2Fopenssl.git Dependabot update CLA: trivial (deps): Bump dtolnay/rust-toolchain Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 6d653acede28d24f02e3cd41383119e8b1b35921 to 0f44b27771c32bda9f458f75a1e241b09791b331. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/6d653acede28d24f02e3cd41383119e8b1b35921...0f44b27771c32bda9f458f75a1e241b09791b331) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 0f44b27771c32bda9f458f75a1e241b09791b331 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29125) (cherry picked from commit 3bd52f8243ffcccb4bbaaf62558caa469dc83951) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd53a2c3738..814fde3c439 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -721,7 +721,9 @@ jobs: run: ./config --banner=Configured --strict-warnings enable-external-tests && perl configdata.pm --dump - name: make run: make -s -j4 - - uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 + - uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 + with: + toolchain: stable - name: get cpu info run: | cat /proc/cpuinfo