Skip to content

Commit

Permalink
feat(deps): Bump async-http from 0.60.0 to 0.60.1 (#63)
Browse files Browse the repository at this point in the history
Bumps [async-http](https://github.com/socketry/async-http) from 0.60.0 to 0.60.1.
- [Release notes](https://github.com/socketry/async-http/releases)
- [Changelog](https://github.com/socketry/async-http/blob/main/release.cert)
- [Commits](socketry/async-http@v0.60.0...v0.60.1)

---
updated-dependencies:
- dependency-name: async-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent d23b11f commit d4f5e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "libxml-ruby", "4.0.0"
gem "oj", "3.14.1"
gem "json", "2.6.3"
gem "async", "1.30.3"
gem "async-http", "0.60.0"
gem "async-http", "0.60.1"
gem "fluentd", "1.15.3"
gem "fluent-plugin-azure-loganalytics", "0.7.0"
gem "fluent-plugin-azurestorage-gen2", "0.3.3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
async-http (0.60.0)
async-http (0.60.1)
async (>= 1.25)
async-io (>= 1.28)
async-pool (>= 0.2)
Expand Down Expand Up @@ -230,7 +230,7 @@ PLATFORMS

DEPENDENCIES
async (= 1.30.3)
async-http (= 0.60.0)
async-http (= 0.60.1)
fluent-plugin-azure-loganalytics (= 0.7.0)
fluent-plugin-azurestorage-gen2 (= 0.3.3)
fluent-plugin-cloudwatch-logs (= 0.14.3)
Expand Down

0 comments on commit d4f5e06

Please sign in to comment.