From 79261ce20a9f548ca131afc265702f0dfe68df1a Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Sun, 23 Mar 2025 18:56:21 -0400 Subject: [PATCH] Upgrade streams dependency. --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index f28ec8b..fda2e8a 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2024, Andrew Lalis", "dependencies": { - "streams": "~>3.5.0" + "streams": "~>3.6" }, "description": "Basic HTTP types that can be shared among various projects.", "license": "CC0", diff --git a/dub.selections.json b/dub.selections.json index 88fd59c..c568f63 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,6 +1,6 @@ { "fileVersion": 1, "versions": { - "streams": "3.5.0" + "streams": "3.6.0" } }