From 9f81422e38aada7cf1ded727cbdf1ea8760812d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 01:51:41 +0000 Subject: [PATCH] Update dependency async-http to v0.59.2 --- docker/estenrye/fluentd-cloudtrail/Gemfile | 2 +- .../estenrye/fluentd-cloudtrail/Gemfile.lock | 22 ++++++++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docker/estenrye/fluentd-cloudtrail/Gemfile b/docker/estenrye/fluentd-cloudtrail/Gemfile index b32bff01..3ef91555 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.1" -gem "async-http", "= 0.56.5" +gem "async-http", "= 0.59.2" gem "ext_monitor", "= 0.1.2" diff --git a/docker/estenrye/fluentd-cloudtrail/Gemfile.lock b/docker/estenrye/fluentd-cloudtrail/Gemfile.lock index fc50b6c9..2f997445 100644 --- a/docker/estenrye/fluentd-cloudtrail/Gemfile.lock +++ b/docker/estenrye/fluentd-cloudtrail/Gemfile.lock @@ -1,20 +1,21 @@ GEM remote: https://rubygems.org/ specs: - async (1.30.1) + async (1.30.3) console (~> 1.10) nio4r (~> 2.3) timers (~> 4.1) - async-http (0.56.5) + async-http (0.59.2) async (>= 1.25) async-io (>= 1.28) async-pool (>= 0.2) - protocol-http (~> 0.22.0) + protocol-http (~> 0.23.1) protocol-http1 (~> 0.14.0) protocol-http2 (~> 0.14.0) - async-io (1.33.0) + traces (>= 0.4.0) + async-io (1.34.0) async - async-pool (0.3.9) + async-pool (0.3.12) async (>= 1.25) aws-eventstream (1.2.0) aws-partitions (1.574.0) @@ -37,7 +38,7 @@ GEM aws-eventstream (~> 1, >= 1.0.2) bigdecimal (3.1.2) concurrent-ruby (1.1.10) - console (1.15.0) + console (1.15.3) fiber-local cool.io (1.7.1) elasticsearch (7.14.0) @@ -113,8 +114,8 @@ GEM nio4r (2.5.8) oj (3.13.11) protocol-hpack (1.4.2) - protocol-http (0.22.5) - protocol-http1 (0.14.2) + protocol-http (0.23.12) + protocol-http1 (0.14.6) protocol-http (~> 0.22) protocol-http2 (0.14.2) protocol-hpack (~> 1.4) @@ -124,7 +125,8 @@ GEM sigdump (~> 0.2.2) sigdump (0.2.4) strptime (0.2.5) - timers (4.3.3) + timers (4.3.4) + traces (0.7.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) tzinfo-data (1.2022.4) @@ -138,7 +140,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - async-http (= 0.56.5) + async-http (= 0.59.2) bigdecimal (= 3.1.2) elasticsearch (= 7.14) ext_monitor (= 0.1.2)