Skip to content

Commit c06a043

Browse files
Update dependency async-http to v0.91.0
1 parent 9e087fd commit c06a043

2 files changed

Lines changed: 38 additions & 29 deletions

File tree

docker/estenrye/fluentd-cloudtrail/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "oj", "= 3.13.11"
88

99
gem "json", "= 2.6.2"
1010

11-
gem "async-http", "= 0.59.2"
11+
gem "async-http", "= 0.91.0"
1212

1313
gem "ext_monitor", "= 0.1.2"
1414

docker/estenrye/fluentd-cloudtrail/Gemfile.lock

Lines changed: 37 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
async (1.30.3)
5-
console (~> 1.10)
6-
nio4r (~> 2.3)
7-
timers (~> 4.1)
8-
async-http (0.59.2)
9-
async (>= 1.25)
10-
async-io (>= 1.28)
11-
async-pool (>= 0.2)
12-
protocol-http (~> 0.23.1)
13-
protocol-http1 (~> 0.14.0)
14-
protocol-http2 (~> 0.14.0)
15-
traces (>= 0.4.0)
16-
async-io (1.34.0)
17-
async
18-
async-pool (0.3.12)
19-
async (>= 1.25)
4+
async (2.32.0)
5+
console (~> 1.29)
6+
fiber-annotation
7+
io-event (~> 1.11)
8+
metrics (~> 0.12)
9+
traces (~> 0.18)
10+
async-http (0.91.0)
11+
async (>= 2.10.2)
12+
async-pool (~> 0.11)
13+
io-endpoint (~> 0.14)
14+
io-stream (~> 0.6)
15+
metrics (~> 0.12)
16+
protocol-http (~> 0.49)
17+
protocol-http1 (~> 0.30)
18+
protocol-http2 (~> 0.22)
19+
traces (~> 0.10)
20+
async-pool (0.11.0)
21+
async (>= 2.0)
2022
aws-eventstream (1.2.0)
2123
aws-partitions (1.638.0)
2224
aws-sdk-core (3.156.0)
@@ -38,8 +40,10 @@ GEM
3840
aws-eventstream (~> 1, >= 1.0.2)
3941
bigdecimal (3.1.2)
4042
concurrent-ruby (1.1.10)
41-
console (1.15.3)
42-
fiber-local
43+
console (1.34.0)
44+
fiber-annotation
45+
fiber-local (~> 1.1)
46+
json
4347
cool.io (1.7.1)
4448
elasticsearch (7.17.1)
4549
elasticsearch-api (= 7.17.1)
@@ -74,7 +78,10 @@ GEM
7478
faraday-patron (1.0.0)
7579
faraday-rack (1.0.0)
7680
faraday-retry (1.0.3)
77-
fiber-local (1.0.0)
81+
fiber-annotation (0.2.0)
82+
fiber-local (1.1.0)
83+
fiber-storage
84+
fiber-storage (1.0.1)
7885
fluent-mixin-config-placeholders (0.4.0)
7986
fluentd
8087
uuidtools (>= 2.1.5)
@@ -106,27 +113,29 @@ GEM
106113
webrick (>= 1.4.2, < 1.8.0)
107114
yajl-ruby (~> 1.0)
108115
http_parser.rb (0.8.0)
116+
io-endpoint (0.15.2)
117+
io-event (1.14.0)
118+
io-stream (0.10.0)
109119
jmespath (1.6.1)
110120
json (2.6.2)
121+
metrics (0.15.0)
111122
msgpack (1.5.6)
112123
multi_json (1.15.0)
113124
multipart-post (2.2.3)
114-
nio4r (2.5.8)
115125
oj (3.13.11)
116-
protocol-hpack (1.4.2)
117-
protocol-http (0.23.12)
118-
protocol-http1 (0.14.6)
126+
protocol-hpack (1.5.1)
127+
protocol-http (0.54.0)
128+
protocol-http1 (0.35.1)
119129
protocol-http (~> 0.22)
120-
protocol-http2 (0.14.2)
130+
protocol-http2 (0.23.0)
121131
protocol-hpack (~> 1.4)
122-
protocol-http (~> 0.18)
132+
protocol-http (~> 0.47)
123133
ruby2_keywords (0.0.5)
124134
serverengine (2.3.0)
125135
sigdump (~> 0.2.2)
126136
sigdump (0.2.4)
127137
strptime (0.2.5)
128-
timers (4.3.4)
129-
traces (0.7.0)
138+
traces (0.18.2)
130139
tzinfo (2.0.5)
131140
concurrent-ruby (~> 1.0)
132141
tzinfo-data (1.2022.4)
@@ -140,7 +149,7 @@ PLATFORMS
140149
x86_64-linux
141150

142151
DEPENDENCIES
143-
async-http (= 0.59.2)
152+
async-http (= 0.91.0)
144153
bigdecimal (= 3.1.2)
145154
elasticsearch (= 7.17.1)
146155
ext_monitor (= 0.1.2)

0 commit comments

Comments
 (0)