Skip to content

Commit 376355a

Browse files
committed
Update Cowboy, Cowlib and Ranch
Cowboy 2.13 contains the Websocket optimisations as well as the ability to set the Websocket max_frame_size option dynamically, plus plenty of other improvements.
1 parent fa44b76 commit 376355a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rabbitmq-components.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ endif
4040
# all projects use the same versions. It avoids conflicts.
4141

4242
dep_accept = hex 0.3.5
43-
dep_cowboy = hex 2.12.0
44-
dep_cowlib = hex 2.13.0
43+
dep_cowboy = hex 2.13.0
44+
dep_cowlib = hex 2.14.0
4545
dep_credentials_obfuscation = hex 3.4.0
4646
dep_cuttlefish = hex 3.4.0
4747
dep_gen_batch_server = hex 0.8.8
@@ -51,7 +51,7 @@ dep_khepri_mnesia_migration = hex 0.7.1
5151
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
5252
dep_prometheus = hex 4.11.0
5353
dep_ra = hex 2.16.2
54-
dep_ranch = hex 2.1.0
54+
dep_ranch = hex 2.2.0
5555
dep_recon = hex 2.5.6
5656
dep_redbug = hex 2.0.7
5757
dep_systemd = hex 0.6.1

0 commit comments

Comments
 (0)