From ad3ae3b795c5f005c46486c46113eab21fc6b773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 17:08:45 +0000 Subject: [PATCH] feat(deps): Bump async from 1.30.3 to 1.31.0 Bumps [async](https://github.com/socketry/async) from 1.30.3 to 1.31.0. - [Release notes](https://github.com/socketry/async/releases) - [Changelog](https://github.com/socketry/async/blob/main/release.cert) - [Commits](https://github.com/socketry/async/compare/v1.30.3...v1.31.0) --- updated-dependencies: - dependency-name: async dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 96e954e..869d5f9 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "libxml-ruby", "4.0.0" gem "oj", "3.14.1" gem "json", "2.6.3" -gem "async", "1.30.3" +gem "async", "1.31.0" gem "async-http", "0.60.1" gem "fluentd", "1.15.3" gem "fluent-plugin-azure-loganalytics", "0.7.0" diff --git a/Gemfile.lock b/Gemfile.lock index 9ef667c..f4953d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - async (1.30.3) + async (1.31.0) console (~> 1.10) nio4r (~> 2.3) timers (~> 4.1) @@ -229,7 +229,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - async (= 1.30.3) + async (= 1.31.0) async-http (= 0.60.1) fluent-plugin-azure-loganalytics (= 0.7.0) fluent-plugin-azurestorage-gen2 (= 0.3.3)