Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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