From c2c89101401524f295a4044a8e783b6907939a06 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sat, 20 Apr 2024 21:29:01 +0000 Subject: [PATCH] Update crypto and http related dependencies --- corral.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corral.json b/corral.json index 560bed4..5e1d90f 100644 --- a/corral.json +++ b/corral.json @@ -2,7 +2,7 @@ "deps": [ { "locator": "github.com/ponylang/crypto.git", - "version": "1.2.2" + "version": "1.2.3" }, { "locator": "github.com/ponylang/appdirs.git", @@ -10,7 +10,7 @@ }, { "locator": "github.com/ponylang/http.git", - "version": "0.6.0" + "version": "0.6.1" }, { "locator": "github.com/ponylang/json.git",