Skip to content

Commit 641ea88

Browse files
committed
rockspec: bump http to 1.7.0
Since `http` module support tls, we need to update its dependency here. Part of #26
1 parent 7d99c94 commit 641ea88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics-export-role-scm-1.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description = {
1616
dependencies = {
1717
"lua >= 5.1",
1818
"tarantool >= 3.0.2",
19-
"http >= 1.5.0",
19+
"http >= 1.7.0",
2020
}
2121

2222
build = {

0 commit comments

Comments
 (0)