From 4fb40ee873415e3147cccb9f2ae43267198a41fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 27 Nov 2023 23:08:12 +0100 Subject: deps: Upgrade to libwebp 1.3.2 Closes #11746 --- common/hugo/hugo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/hugo/hugo.go b/common/hugo/hugo.go index dedbc8c98..67d52f6c8 100644 --- a/common/hugo/hugo.go +++ b/common/hugo/hugo.go @@ -252,7 +252,7 @@ func GetDependencyListNonGo() []string { deps = append( deps, formatDep("github.com/sass/libsass", "3.6.5"), - formatDep("github.com/webmproject/libwebp", "v1.2.4"), + formatDep("github.com/webmproject/libwebp", "v1.3.2"), ) } -- cgit v1.2.3