From c1756fa6487220a937f199fe7afad85b3b8de323 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Mon, 12 Jan 2026 14:37:01 -0500 Subject: [PATCH] Upgraded dependencies. --- dub.json | 2 +- dub.selections.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index 8790056..ff2ecd5 100644 --- a/dub.json +++ b/dub.json @@ -6,7 +6,7 @@ "dependencies": { "handy-http-primitives": "~>1.8", "path-matcher": "~>1.2.0", - "slf4d": "~>4.1.1" + "slf4d": "~>4.0" }, "description": "Library for some common, handy request handlers that you're likely to need in web projects.", "license": "CC0", diff --git a/dub.selections.json b/dub.selections.json index e4f2319..7f3891b 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,9 +1,9 @@ { "fileVersion": 1, "versions": { - "handy-http-primitives": "1.8.0", + "handy-http-primitives": "1.8.1", "path-matcher": "1.2.0", - "slf4d": "4.1.1", + "slf4d": "4.2.0", "streams": "3.6.0" } }