From 43afc7e05679c94105cfe8d79a4c11ce29b10e6e Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Thu, 5 Sep 2024 09:59:53 +0000 Subject: [PATCH] Bump openssl version --- demo/http/dub.selections.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/http/dub.selections.json b/demo/http/dub.selections.json index 9ef6ae4a..713e188f 100644 --- a/demo/http/dub.selections.json +++ b/demo/http/dub.selections.json @@ -2,6 +2,6 @@ "fileVersion": 1, "versions": { "ae": {"path":"../../"}, - "openssl": "3.3.0" + "openssl": "3.3.3" } } diff --git a/dub.selections.json b/dub.selections.json index d16fb370..1ab2c614 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -5,7 +5,7 @@ "derelict-util": "2.0.6", "libpng": "1.6.17", "libx11": "0.0.1", - "openssl": "3.3.0", + "openssl": "3.3.3", "win32": "2.97.0" } }