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: 4.0-PRE-CLANG-FORMAT-WEBKIT~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bd52f8243ffcccb4bbaaf62558caa469dc83951;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) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e9e29c3e1c..fc22cb51098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -673,7 +673,7 @@ 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@6d653acede28d24f02e3cd41383119e8b1b35921 + - uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 with: toolchain: stable - name: get cpu info @@ -768,7 +768,7 @@ jobs: uses: actions/setup-python@v6.0.0 with: python-version: ${{ matrix.PYTHON }} - - uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 + - uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 with: toolchain: stable - name: get cpu info