Skip to content

Commit 2aa2517

Browse files
committed
rocks: update http and vshard versions
1 parent 7d99ecf commit 2aa2517

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ and this project adheres to
1212
Unreleased
1313
-------------------------------------------------------------------------------
1414

15+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16+
Changed
17+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18+
19+
- Update ``vshard`` dependency to `0.1.28 <https://github.com/tarantool/vshard/releases/tag/0.1.28>`_.
20+
- Update ``http`` dependency to `1.6.0 <https://github.com/tarantool/http/releases/tag/1.6.0>`_.
21+
1522
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1623
Added
1724
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

cartridge-scm-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ source = {
77
dependencies = {
88
'lua >= 5.1',
99
'ddl == 1.7.1-1',
10-
'http == 1.5.0-1',
10+
'http == 1.6.0-1',
1111
'checks == 3.3.0-1',
1212
'errors == 2.2.1-1',
13-
'vshard == 0.1.27-1',
13+
'vshard == 0.1.28-1',
1414
'membership == 2.4.5-1',
1515
'frontend-core == 8.2.2-1',
1616
'cartridge-metrics-role == 0.1.1',

0 commit comments

Comments
 (0)