diff --git a/dub.json b/dub.json index ca9a11a..2b13337 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "copyright": "Copyright © 2023, Andrew Lalis", "dependencies": { "d-properties": "~>1.0.5", - "handy-httpd": "~>7.13.0", + "handy-httpd": "~>8.1.0", "d2sqlite3": "~>1.0.0" }, "description": "A simple webserver and script for tracking basic, non-intrusive site statistics.", diff --git a/dub.selections.json b/dub.selections.json index 178cc08..3222022 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -3,7 +3,7 @@ "versions": { "d-properties": "1.0.5", "d2sqlite3": "1.0.0", - "handy-httpd": "7.13.0", + "handy-httpd": "8.1.0", "httparsed": "1.2.1", "path-matcher": "1.1.3", "slf4d": "2.4.3",