Update Cowboy to 2.10.0 for OTP-26

We already were using Cowlib 2.12.1 and therefore were
compatible with OTP-26. This simply updates Cowboy to
the version that depends on Cowlib 2.12.1.
This commit is contained in:
Loïc Hoguin 2023-04-28 15:34:12 +02:00
parent e57c579d1a
commit e6e68fcb0b
No known key found for this signature in database
GPG Key ID: C69E26E3A9DF618F
3 changed files with 3 additions and 5 deletions

View File

@ -158,8 +158,8 @@ erlang_package.hex_package(
erlang_package.hex_package( erlang_package.hex_package(
name = "cowboy", name = "cowboy",
build_file = "@rabbitmq-server//bazel:BUILD.cowboy", build_file = "@rabbitmq-server//bazel:BUILD.cowboy",
sha256 = "4643e4fba74ac96d4d152c75803de6fad0b3fa5df354c71afdd6cbeeb15fac8a", sha256 = "3afdccb7183cc6f143cb14d3cf51fa00e53db9ec80cdcd525482f5e99bc41d6b",
version = "2.8.0", version = "2.10.0",
) )
erlang_package.hex_package( erlang_package.hex_package(

View File

@ -10,8 +10,6 @@ LOCAL_DEPS = inets
DEPS = rabbit_common rabbit cowboy DEPS = rabbit_common rabbit cowboy
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
dep_cowboy = hex 2.0.0
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

View File

@ -111,7 +111,7 @@ dep_toke = git_rmq toke $(current_rmq_ref
# possible to work with rabbitmq-public-umbrella. # possible to work with rabbitmq-public-umbrella.
dep_accept = hex 0.3.5 dep_accept = hex 0.3.5
dep_cowboy = hex 2.8.0 dep_cowboy = hex 2.10.0
dep_cowlib = hex 2.12.1 dep_cowlib = hex 2.12.1
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git master dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git master
dep_prometheus = hex 4.10.0 dep_prometheus = hex 4.10.0