diff --git a/recipes/dev/git/recipe.toml b/recipes/dev/git/recipe.toml index 52d5b70cf..043f88f4a 100644 --- a/recipes/dev/git/recipe.toml +++ b/recipes/dev/git/recipe.toml @@ -8,7 +8,7 @@ dependencies=[ "curl", "expat", "nghttp2", - "openssl1", + "openssl3", "zlib" ] template = "custom" diff --git a/recipes/dev/rustpython/recipe.toml b/recipes/dev/rustpython/recipe.toml index d283fe2f4..267313109 100644 --- a/recipes/dev/rustpython/recipe.toml +++ b/recipes/dev/rustpython/recipe.toml @@ -9,7 +9,7 @@ patches = [ [build] dependencies = [ - "openssl1", + "openssl3", "zlib", ] template = "custom" diff --git a/recipes/web/netsurf/recipe.toml b/recipes/web/netsurf/recipe.toml index afadba994..2ad9bf01a 100644 --- a/recipes/web/netsurf/recipe.toml +++ b/recipes/web/netsurf/recipe.toml @@ -13,7 +13,7 @@ dependencies = [ "libjpeg", "libpng", "nghttp2", - "openssl1", + "openssl3", "sdl1", "zlib", "freetype2",