Skip to content

Commit b0829ae

Browse files
Update dependency async-http to v0.101.0
1 parent 9e087fd commit b0829ae

2 files changed

Lines changed: 38 additions & 30 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.101.0"
1212

1313
gem "ext_monitor", "= 0.1.2"
1414

docker/estenrye/fluentd-cloudtrail/Gemfile.lock

Lines changed: 37 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
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.44.1)
5+
console (~> 1.29)
6+
fiber-annotation
7+
io-event (~> 1.11)
8+
async-http (0.101.0)
9+
async (>= 2.35.1)
10+
async-pool (~> 0.11)
11+
io-endpoint (~> 0.18)
12+
io-stream (~> 0.14)
13+
protocol-http (~> 0.66)
14+
protocol-http1 (~> 0.41)
15+
protocol-http2 (~> 0.26)
16+
protocol-url (~> 0.2)
17+
async-pool (0.11.2)
18+
async (>= 2.0)
2019
aws-eventstream (1.2.0)
2120
aws-partitions (1.638.0)
2221
aws-sdk-core (3.156.0)
@@ -38,8 +37,10 @@ GEM
3837
aws-eventstream (~> 1, >= 1.0.2)
3938
bigdecimal (3.1.2)
4039
concurrent-ruby (1.1.10)
41-
console (1.15.3)
42-
fiber-local
40+
console (1.37.0)
41+
fiber-annotation
42+
fiber-local (~> 1.1)
43+
json
4344
cool.io (1.7.1)
4445
elasticsearch (7.17.1)
4546
elasticsearch-api (= 7.17.1)
@@ -74,7 +75,10 @@ GEM
7475
faraday-patron (1.0.0)
7576
faraday-rack (1.0.0)
7677
faraday-retry (1.0.3)
77-
fiber-local (1.0.0)
78+
fiber-annotation (0.2.0)
79+
fiber-local (1.1.0)
80+
fiber-storage
81+
fiber-storage (1.0.1)
7882
fluent-mixin-config-placeholders (0.4.0)
7983
fluentd
8084
uuidtools (>= 2.1.5)
@@ -106,27 +110,31 @@ GEM
106110
webrick (>= 1.4.2, < 1.8.0)
107111
yajl-ruby (~> 1.0)
108112
http_parser.rb (0.8.0)
113+
io-endpoint (0.18.0)
114+
openssl (>= 3.3.0)
115+
io-event (1.19.5)
116+
io-stream (0.14.0)
117+
openssl (>= 3.3)
109118
jmespath (1.6.1)
110119
json (2.6.2)
111120
msgpack (1.5.6)
112121
multi_json (1.15.0)
113122
multipart-post (2.2.3)
114-
nio4r (2.5.8)
115123
oj (3.13.11)
116-
protocol-hpack (1.4.2)
117-
protocol-http (0.23.12)
118-
protocol-http1 (0.14.6)
119-
protocol-http (~> 0.22)
120-
protocol-http2 (0.14.2)
124+
openssl (4.0.2)
125+
protocol-hpack (1.5.1)
126+
protocol-http (0.71.0)
127+
protocol-http1 (0.41.0)
128+
protocol-http (~> 0.68)
129+
protocol-http2 (0.26.2)
121130
protocol-hpack (~> 1.4)
122-
protocol-http (~> 0.18)
131+
protocol-http (~> 0.62)
132+
protocol-url (0.18.0)
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)
130138
tzinfo (2.0.5)
131139
concurrent-ruby (~> 1.0)
132140
tzinfo-data (1.2022.4)
@@ -140,7 +148,7 @@ PLATFORMS
140148
x86_64-linux
141149

142150
DEPENDENCIES
143-
async-http (= 0.59.2)
151+
async-http (= 0.101.0)
144152
bigdecimal (= 3.1.2)
145153
elasticsearch (= 7.17.1)
146154
ext_monitor (= 0.1.2)

0 commit comments

Comments
 (0)