File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ## Change SSL dependency
2+
3+ We've switched our SSL dependency from ` ponylang/crypto ` to ` ponylang/ssl ` . ` ponylang/crypto ` is deprecated and will soon receive no further updates.
4+
5+ As part of the change, we also had to update the ` ponylang/lori ` dependency to version 0.6.2.
Original file line number Diff line number Diff line change 44 ],
55 "deps" : [
66 {
7- "locator" : " github.com/ponylang/crypto .git" ,
8- "version" : " 1.2.3 "
7+ "locator" : " github.com/ponylang/ssl .git" ,
8+ "version" : " 1.0.0 "
99 },
1010 {
1111 "locator" : " github.com/ponylang/lori.git" ,
12- "version" : " 0.6.1 "
12+ "version" : " 0.6.2 "
1313 }
1414 ],
1515 "info" : {
Original file line number Diff line number Diff line change 1- use " crypto"
1+ use " ssl/ crypto"
22
33primitive _MD5Password
44 """
You can’t perform that action at this time.
0 commit comments