Skip to content

Commit 1bd6bb9

Browse files
authored
Update ponylang/http dependency (#36)
1 parent 6a7c6fa commit 1bd6bb9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.release-notes/http-deps.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Update to ponylang/http version 0.6.1
2+
3+
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.

corral.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"locator": "github.com/ponylang/http.git",
15-
"version": "0.6.0"
15+
"version": "0.6.1"
1616
},
1717
{
1818
"locator": "github.com/ponylang/json.git",

0 commit comments

Comments
 (0)