Dependency Redbug updated from 2.0.7 to 2.1.0

(cherry picked from commit 770dfd6fea)

Conflicts:
	rabbitmq-components.mk
(cherry picked from commit c348501db2)

# Conflicts:
#	rabbitmq-components.mk
This commit is contained in:
Simon Unge 2024-10-07 20:26:41 +00:00 committed by Mergify
parent 8bb52ad6a1
commit 85fa174a26
3 changed files with 13 additions and 3 deletions

View File

@ -291,8 +291,8 @@ erlang_package.hex_package(
erlang_package.hex_package( erlang_package.hex_package(
name = "redbug", name = "redbug",
build_file = "@rabbitmq-server//bazel:BUILD.redbug", build_file = "@rabbitmq-server//bazel:BUILD.redbug",
sha256 = "3624feb7a4b78fd9ae0e66cc3158fe7422770ad6987a1ebf8df4d3303b1c4b0c", sha256 = "55d6d59697481ca4cc5ad54749aa6d78299aa8a8096027e7ae1f59db9dc94c78",
version = "2.0.7", version = "2.1.0",
) )
erlang_package.hex_package( erlang_package.hex_package(

View File

@ -49,7 +49,12 @@ filegroup(
], ],
) )
filegroup(name = "private_hdrs") filegroup(
name = "private_hdrs",
srcs = [
"src/redbug_dbg.hrl",
],
)
filegroup(name = "public_hdrs") filegroup(name = "public_hdrs")

View File

@ -126,8 +126,13 @@ dep_prometheus = hex 4.11.0
dep_ra = hex 2.13.5 dep_ra = hex 2.13.5
dep_ranch = hex 2.1.0 dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3 dep_recon = hex 2.5.3
<<<<<<< HEAD
dep_redbug = hex 2.0.7 dep_redbug = hex 2.0.7
dep_thoas = hex 1.2.1 dep_thoas = hex 1.2.1
=======
dep_redbug = hex 2.1.0
dep_thoas = hex 1.0.0
>>>>>>> c348501db2 (Dependency Redbug updated from 2.0.7 to 2.1.0)
dep_observer_cli = hex 1.7.5 dep_observer_cli = hex 1.7.5
dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1 dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1
dep_stdout_formatter = hex 0.2.4 dep_stdout_formatter = hex 0.2.4