deps: Update the libweb version string

This commit is contained in:
Bjørn Erik Pedersen 2022-11-15 18:21:08 +01:00
parent a662ddae13
commit e00220a06a
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -198,7 +198,7 @@ func GetDependencyList() []string {
deps, deps,
// TODO(bep) consider adding a DepsNonGo() method to these upstream projects. // TODO(bep) consider adding a DepsNonGo() method to these upstream projects.
formatDep("github.com/sass/libsass", "3.6.5"), formatDep("github.com/sass/libsass", "3.6.5"),
formatDep("github.com/webmproject/libwebp", "v1.2.0"), formatDep("github.com/webmproject/libwebp", "v1.2.4"),
) )
} }