From 1bd6bb9aed5aa3ca0ea4a1b436c3ebb6b97d3442 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sat, 20 Apr 2024 18:20:09 -0400 Subject: [PATCH] Update ponylang/http dependency (#36) --- .release-notes/http-deps.md | 3 +++ corral.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .release-notes/http-deps.md diff --git a/.release-notes/http-deps.md b/.release-notes/http-deps.md new file mode 100644 index 0000000..344000a --- /dev/null +++ b/.release-notes/http-deps.md @@ -0,0 +1,3 @@ +## Update to ponylang/http version 0.6.1 + +We've updated to ponylang/http version 0.6.1. The update is important to end users as the http library uses `ponylang/net_ssl`. On Windows, we need to keep LibreSSL versions in sync between various libraries that use `ponylang/net_ssl` and `ponylang/crypto`. This update ensures that the versions can be kept in sync in end user projects. diff --git a/corral.json b/corral.json index 753e2be..5117586 100644 --- a/corral.json +++ b/corral.json @@ -12,7 +12,7 @@ }, { "locator": "github.com/ponylang/http.git", - "version": "0.6.0" + "version": "0.6.1" }, { "locator": "github.com/ponylang/json.git",