From 552a09b8552226cd36ea83ccd0ef6a76a4d02ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:17:49 +0000 Subject: [PATCH] chore(deps): Bump async-http from 0.64.1 to 0.64.2 in the bundler group Bumps the bundler group with 1 update: [async-http](https://github.com/socketry/async-http). Updates `async-http` from 0.64.1 to 0.64.2 - [Release notes](https://github.com/socketry/async-http/releases) - [Changelog](https://github.com/socketry/async-http/blob/main/release.cert) - [Commits](https://github.com/socketry/async-http/compare/v0.64.1...v0.64.2) --- updated-dependencies: - dependency-name: async-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 828f1d1..67fb8b7 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem "libxml-ruby", "5.0.3" gem "oj", "3.16.3" gem "json", "2.7.2" gem "async", "1.32.1" -gem "async-http", "0.64.1" +gem "async-http", "0.64.2" gem "fluentd", "1.16.5" gem "fluent-plugin-azure-loganalytics", "0.7.0" gem "fluent-plugin-azurestorage-gen2", "0.3.5" diff --git a/Gemfile.lock b/Gemfile.lock index 05b9db7..5a8e0d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM console (~> 1.10) nio4r (~> 2.3) timers (~> 4.1) - async-http (0.64.1) + async-http (0.64.2) async (>= 1.25) async-io (>= 1.28) async-pool (>= 0.2) @@ -13,9 +13,9 @@ GEM protocol-http1 (~> 0.19.0) protocol-http2 (~> 0.16.0) traces (>= 0.10.0) - async-io (1.42.0) + async-io (1.42.1) async - async-pool (0.4.0) + async-pool (0.6.1) async (>= 1.25) aws-eventstream (1.2.0) aws-partitions (1.808.0) @@ -44,7 +44,7 @@ GEM bigdecimal (3.1.4) concurrent-ruby (1.2.3) connection_pool (2.3.0) - console (1.23.6) + console (1.24.0) fiber-annotation fiber-local json @@ -180,8 +180,8 @@ GEM multi_json prometheus-client (4.1.0) protocol-hpack (1.4.3) - protocol-http (0.26.1) - protocol-http1 (0.19.0) + protocol-http (0.26.4) + protocol-http1 (0.19.1) protocol-http (~> 0.22) protocol-http2 (0.16.0) protocol-hpack (~> 1.4) @@ -222,7 +222,7 @@ PLATFORMS DEPENDENCIES async (= 1.32.1) - async-http (= 0.64.1) + async-http (= 0.64.2) fluent-plugin-azure-loganalytics (= 0.7.0) fluent-plugin-azurestorage-gen2 (= 0.3.5) fluent-plugin-cloudwatch-logs (= 0.14.3)