From f95b4a50327925c6d080b4235f948facede5c78c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 11:28:44 +0000 Subject: [PATCH] Update dependency async-http to v0.99.0 --- docker/estenrye/fluentd-cloudtrail/Gemfile | 2 +- .../estenrye/fluentd-cloudtrail/Gemfile.lock | 65 ++++++++++--------- 2 files changed, 37 insertions(+), 30 deletions(-) diff --git a/docker/estenrye/fluentd-cloudtrail/Gemfile b/docker/estenrye/fluentd-cloudtrail/Gemfile index 4fbb696c..3683bd4d 100644 --- a/docker/estenrye/fluentd-cloudtrail/Gemfile +++ b/docker/estenrye/fluentd-cloudtrail/Gemfile @@ -8,7 +8,7 @@ gem "oj", "= 3.13.11" gem "json", "= 2.6.2" -gem "async-http", "= 0.59.2" +gem "async-http", "= 0.99.0" gem "ext_monitor", "= 0.1.2" diff --git a/docker/estenrye/fluentd-cloudtrail/Gemfile.lock b/docker/estenrye/fluentd-cloudtrail/Gemfile.lock index b8e4f387..95f126fb 100644 --- a/docker/estenrye/fluentd-cloudtrail/Gemfile.lock +++ b/docker/estenrye/fluentd-cloudtrail/Gemfile.lock @@ -1,22 +1,21 @@ GEM remote: https://rubygems.org/ specs: - async (1.30.3) - console (~> 1.10) - nio4r (~> 2.3) - timers (~> 4.1) - async-http (0.59.2) - async (>= 1.25) - async-io (>= 1.28) - async-pool (>= 0.2) - protocol-http (~> 0.23.1) - protocol-http1 (~> 0.14.0) - protocol-http2 (~> 0.14.0) - traces (>= 0.4.0) - async-io (1.34.0) - async - async-pool (0.3.12) - async (>= 1.25) + async (2.44.0) + console (~> 1.29) + fiber-annotation + io-event (~> 1.11) + async-http (0.99.0) + async (>= 2.35.1) + async-pool (~> 0.11) + io-endpoint (~> 0.14) + io-stream (~> 0.14) + protocol-http (~> 0.66) + protocol-http1 (~> 0.39) + protocol-http2 (~> 0.26) + protocol-url (~> 0.2) + async-pool (0.11.2) + async (>= 2.0) aws-eventstream (1.2.0) aws-partitions (1.638.0) aws-sdk-core (3.156.0) @@ -38,8 +37,10 @@ GEM aws-eventstream (~> 1, >= 1.0.2) bigdecimal (3.1.2) concurrent-ruby (1.1.10) - console (1.15.3) - fiber-local + console (1.37.0) + fiber-annotation + fiber-local (~> 1.1) + json cool.io (1.7.1) elasticsearch (7.17.1) elasticsearch-api (= 7.17.1) @@ -74,7 +75,10 @@ GEM faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - fiber-local (1.0.0) + fiber-annotation (0.2.0) + fiber-local (1.1.0) + fiber-storage + fiber-storage (1.0.1) fluent-mixin-config-placeholders (0.4.0) fluentd uuidtools (>= 2.1.5) @@ -106,27 +110,30 @@ GEM webrick (>= 1.4.2, < 1.8.0) yajl-ruby (~> 1.0) http_parser.rb (0.8.0) + io-endpoint (0.17.2) + io-event (1.19.4) + io-stream (0.14.0) + openssl (>= 3.3) jmespath (1.6.1) json (2.6.2) msgpack (1.5.6) multi_json (1.15.0) multipart-post (2.2.3) - nio4r (2.5.8) oj (3.13.11) - protocol-hpack (1.4.2) - protocol-http (0.23.12) - protocol-http1 (0.14.6) - protocol-http (~> 0.22) - protocol-http2 (0.14.2) + openssl (4.0.2) + protocol-hpack (1.5.1) + protocol-http (0.66.0) + protocol-http1 (0.39.0) + protocol-http (~> 0.62) + protocol-http2 (0.26.2) protocol-hpack (~> 1.4) - protocol-http (~> 0.18) + protocol-http (~> 0.62) + protocol-url (0.4.0) ruby2_keywords (0.0.5) serverengine (2.3.0) sigdump (~> 0.2.2) sigdump (0.2.4) strptime (0.2.5) - timers (4.3.4) - traces (0.7.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) tzinfo-data (1.2022.4) @@ -140,7 +147,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - async-http (= 0.59.2) + async-http (= 0.99.0) bigdecimal (= 3.1.2) elasticsearch (= 7.17.1) ext_monitor (= 0.1.2)