Merge pull request #11185 from rabbitmq/rin/looking_glass-0.2.2

Use looking_glass 0.2.2
This commit is contained in:
Michael Klishin 2024-05-07 08:38:49 -04:00 committed by GitHub
commit 6ff7b655d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ bazel_dep(
bazel_dep(
name = "com_github_rabbitmq_looking_glass",
version = "0.2.1",
version = "0.2.2",
dev_dependency = True,
repo_name = "looking_glass",
)