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.6-PRE-CLANG-FORMAT-WEBKIT~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c6712fa50cfbd91ec867c1961d4f3417bb17c20;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 3516df7ba28..0d0f254bab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -672,7 +672,9 @@ jobs: run: ./config --strict-warnings --banner=Configured --debug no-afalgeng enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 enable-external-tests no-fips && 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 @@ -765,7 +767,7 @@ jobs: uses: actions/setup-python@v6.0.0 with: python-version: ${{ matrix.PYTHON }} - - uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 + - uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 with: toolchain: stable - name: get cpu info