From e00220a06a54a53ab1a21af2204d3ecbdf2d7a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 15 Nov 2022 18:21:08 +0100 Subject: [PATCH] deps: Update the libweb version string --- common/hugo/hugo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/hugo/hugo.go b/common/hugo/hugo.go index 5f51d2be2..0a79576f3 100644 --- a/common/hugo/hugo.go +++ b/common/hugo/hugo.go @@ -198,7 +198,7 @@ func GetDependencyList() []string { deps, // TODO(bep) consider adding a DepsNonGo() method to these upstream projects. formatDep("github.com/sass/libsass", "3.6.5"), - formatDep("github.com/webmproject/libwebp", "v1.2.0"), + formatDep("github.com/webmproject/libwebp", "v1.2.4"), ) }