From 6320dfedfb58c39c6e8c8971d1b5b6cfa9edf1d7 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Fri, 2 Aug 2024 14:17:52 +0200 Subject: [PATCH] Update dependencies --- Dockerfile | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ef946a54b..d296dfa0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN \ --no-modify-path \ --profile minimal \ --target wasm32-unknown-emscripten \ - --default-toolchain nightly-2024-07-21 \ + --default-toolchain nightly-2024-08-02 \ --component rust-src # Cache settings diff --git a/build.sh b/build.sh index 62f528ad0..ff5f86a1e 100755 --- a/build.sh +++ b/build.sh @@ -179,7 +179,7 @@ VERSION_WEBP=1.4.0 # https://chromium.googlesource.com/webm/libwebp VERSION_TIFF=4.6.0 # https://gitlab.com/libtiff/libtiff VERSION_RESVG=0.42.0 # https://github.com/RazrFalcon/resvg VERSION_AOM=3.9.1 # https://aomedia.googlesource.com/aom -VERSION_HEIF=1.18.0 # https://github.com/strukturag/libheif +VERSION_HEIF=1.18.1 # https://github.com/strukturag/libheif VERSION_VIPS=8.15.2 # https://github.com/libvips/libvips VERSION_EMSCRIPTEN="$(emcc -dumpversion)"