Skip to content

Commit

Permalink
Update ponylang/http dependency (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Apr 20, 2024
1 parent 6a7c6fa commit 1bd6bb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .release-notes/http-deps.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion corral.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"locator": "github.com/ponylang/http.git",
"version": "0.6.0"
"version": "0.6.1"
},
{
"locator": "github.com/ponylang/json.git",
Expand Down

0 comments on commit 1bd6bb9

Please sign in to comment.