Dependency Redbug updated from 2.0.7 to 2.1.0

This commit is contained in:
Simon Unge 2024-10-07 20:26:41 +00:00
parent 17a3223c94
commit 770dfd6fea
3 changed files with 9 additions and 4 deletions

View File

@ -284,8 +284,8 @@ erlang_package.hex_package(
erlang_package.hex_package(
name = "redbug",
build_file = "@rabbitmq-server//bazel:BUILD.redbug",
sha256 = "3624feb7a4b78fd9ae0e66cc3158fe7422770ad6987a1ebf8df4d3303b1c4b0c",
version = "2.0.7",
sha256 = "55d6d59697481ca4cc5ad54749aa6d78299aa8a8096027e7ae1f59db9dc94c78",
version = "2.1.0",
)
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")

View File

@ -53,7 +53,7 @@ dep_prometheus = hex 4.11.0
dep_ra = hex 2.14.0
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3
dep_redbug = hex 2.0.7
dep_redbug = hex 2.1.0
dep_systemd = hex 0.6.1
dep_thoas = hex 1.0.0
dep_observer_cli = hex 1.7.5