mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:04:15 +03:00
deps: update librustls 0.12.0 -> 0.13.0
This commit updates the optional rustls-ffi librustls dependency from 0.12.0 to 0.13.0. This version is based on the latest available rustls release (0.23.4). The breaking API changes from 0.12.0 to 0.13.0 are in API surface unused by curl, so this is an in-place update without any code changes. The `RUSTLS.md` documentation is updated to reflect the new version in use, and to clarify that `cbindgen` isn't required to build `librustls` - it's only used by developers to update the vendored `rustls.h` header file maintained upstream. Closes #13238
This commit is contained in:
parent
a41cd15bec
commit
5b1a88e2c0
2 changed files with 3 additions and 4 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -48,7 +48,7 @@ env:
|
|||
msh3-version: v0.6.0
|
||||
openssl3-version: openssl-3.1.3
|
||||
quictls-version: 3.1.4+quic
|
||||
rustls-version: v0.12.0
|
||||
rustls-version: v0.13.0
|
||||
|
||||
jobs:
|
||||
autotools:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue