diff options
author | vnugent <public@vaughnnugent.com> | 2024-11-04 21:59:06 -0500 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-11-04 21:59:06 -0500 |
commit | d44de588fc5e672a2c5e687cfec58173a495ee7c (patch) | |
tree | 01054207435bb14310751f5b8de465da2986ee72 /Taskfile.yaml | |
parent | 7a01c636f60a706f4eda2ad0e56afeffd22d30d1 (diff) |
update dependencies and changelog for release
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r-- | Taskfile.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml index ea12599..093071c 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -247,7 +247,7 @@ tasks: dev-update-mbedtls-headers: vars: MBEDTLS_GIT_URL: 'https://github.com/Mbed-TLS/mbedtls' - MBEDTLS_GIT_BRANCH: 'development' + MBEDTLS_GIT_BRANCH: 'v3.6.2' MBEDTLS_DIR: 'vendor/mbedtls' TMP_DIR: '.update/mbedtls' cmds: @@ -262,7 +262,7 @@ tasks: dev-update-openssl-headers: vars: OPENSSL_GIT_URL: 'https://github.com/openssl/openssl' - OPENSSL_GIT_BRANCH: 'openssl-3.3.1' + OPENSSL_GIT_BRANCH: 'openssl-3.4.0' OPENSSL_DIR: 'vendor/openssl' TMP_DIR: '.update/openssl' cmds: |