From 19269bad384930db7d702379bb26e7d15f9697e2 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Thu, 25 Jan 2024 20:26:24 -0500 Subject: [PATCH] Upgraded to handy-httpd v8.1.0 --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 60dc1be..7a22bda 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2023, Andrew Lalis", "dependencies": { - "handy-httpd": "~>7.16.0", + "handy-httpd": "~>8.1.0", "requests": "~>2.1.1", "scheduled": "~>1.2.0", "slf4d": "~>2.4.3" diff --git a/dub.selections.json b/dub.selections.json index 375a223..80723bc 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -4,7 +4,7 @@ "automem": "0.6.9", "cachetools": "0.4.1", "cronexp": "0.1.0-beta3", - "handy-httpd": "7.16.0", + "handy-httpd": "8.1.0", "httparsed": "1.2.1", "path-matcher": "1.1.3", "requests": "2.1.2",