From e2a913a44ad5964014e3c8710ab5dd537b40cbff Mon Sep 17 00:00:00 2001 From: Rin Kuryloski Date: Tue, 26 Mar 2024 15:58:29 +0100 Subject: [PATCH] Regenerate bazel/BUILD.cowboy with gazelle `bazel run gazelle-update-repos -- hex.pm/cowboy@2.12.0` --- bazel/BUILD.cowboy | 6 ++++-- moduleindex.yaml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bazel/BUILD.cowboy b/bazel/BUILD.cowboy index 247f07fd425f..bd5ec4fb0c85 100644 --- a/bazel/BUILD.cowboy +++ b/bazel/BUILD.cowboy @@ -49,6 +49,7 @@ erlang_bytecode( "src/cowboy_clock.erl", "src/cowboy_compress_h.erl", "src/cowboy_constraints.erl", + "src/cowboy_decompress_h.erl", "src/cowboy_handler.erl", "src/cowboy_http.erl", "src/cowboy_http2.erl", @@ -94,6 +95,7 @@ filegroup( "src/cowboy_clock.erl", "src/cowboy_compress_h.erl", "src/cowboy_constraints.erl", + "src/cowboy_decompress_h.erl", "src/cowboy_handler.erl", "src/cowboy_http.erl", "src/cowboy_http2.erl", @@ -145,10 +147,10 @@ erlang_app( name = "erlang_app", srcs = [":all_srcs"], hdrs = [":public_hdrs"], - app_name = "cowboy", app_description = "Small, fast, modern HTTP server.", - app_version = "2.10.0", + app_name = "cowboy", app_registered = ["cowboy_clock"], + app_version = "2.12.0", beam_files = [":beam_files"], extra_apps = ["crypto"], license_files = [":license_files"], diff --git a/moduleindex.yaml b/moduleindex.yaml index 6b413170d6cf..1a2524fc047b 100755 --- a/moduleindex.yaml +++ b/moduleindex.yaml @@ -64,6 +64,7 @@ cowboy: - cowboy_clock - cowboy_compress_h - cowboy_constraints +- cowboy_decompress_h - cowboy_handler - cowboy_http - cowboy_http2