Skip to content

Commit 68ef0be

Browse files
Update dependency async-http to v0.92.2
1 parent 9e087fd commit 68ef0be

2 files changed

Lines changed: 41 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.92.2"
1212

1313
gem "ext_monitor", "= 0.1.2"
1414

docker/estenrye/fluentd-cloudtrail/Gemfile.lock

Lines changed: 40 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
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.35.1)
5+
console (~> 1.29)
6+
fiber-annotation
7+
io-event (~> 1.11)
8+
metrics (~> 0.12)
9+
traces (~> 0.18)
10+
async-http (0.92.2)
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.58)
17+
protocol-http1 (~> 0.36)
18+
protocol-http2 (~> 0.22)
19+
protocol-url (~> 0.2)
20+
traces (~> 0.10)
21+
async-pool (0.11.1)
22+
async (>= 2.0)
2023
aws-eventstream (1.2.0)
2124
aws-partitions (1.638.0)
2225
aws-sdk-core (3.156.0)
@@ -38,8 +41,10 @@ GEM
3841
aws-eventstream (~> 1, >= 1.0.2)
3942
bigdecimal (3.1.2)
4043
concurrent-ruby (1.1.10)
41-
console (1.15.3)
42-
fiber-local
44+
console (1.34.2)
45+
fiber-annotation
46+
fiber-local (~> 1.1)
47+
json
4348
cool.io (1.7.1)
4449
elasticsearch (7.17.1)
4550
elasticsearch-api (= 7.17.1)
@@ -74,7 +79,10 @@ GEM
7479
faraday-patron (1.0.0)
7580
faraday-rack (1.0.0)
7681
faraday-retry (1.0.3)
77-
fiber-local (1.0.0)
82+
fiber-annotation (0.2.0)
83+
fiber-local (1.1.0)
84+
fiber-storage
85+
fiber-storage (1.0.1)
7886
fluent-mixin-config-placeholders (0.4.0)
7987
fluentd
8088
uuidtools (>= 2.1.5)
@@ -106,27 +114,30 @@ GEM
106114
webrick (>= 1.4.2, < 1.8.0)
107115
yajl-ruby (~> 1.0)
108116
http_parser.rb (0.8.0)
117+
io-endpoint (0.16.0)
118+
io-event (1.14.2)
119+
io-stream (0.11.1)
109120
jmespath (1.6.1)
110121
json (2.6.2)
122+
metrics (0.15.0)
111123
msgpack (1.5.6)
112124
multi_json (1.15.0)
113125
multipart-post (2.2.3)
114-
nio4r (2.5.8)
115126
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)
127+
protocol-hpack (1.5.1)
128+
protocol-http (0.58.0)
129+
protocol-http1 (0.36.0)
130+
protocol-http (~> 0.58)
131+
protocol-http2 (0.23.0)
121132
protocol-hpack (~> 1.4)
122-
protocol-http (~> 0.18)
133+
protocol-http (~> 0.47)
134+
protocol-url (0.4.0)
123135
ruby2_keywords (0.0.5)
124136
serverengine (2.3.0)
125137
sigdump (~> 0.2.2)
126138
sigdump (0.2.4)
127139
strptime (0.2.5)
128-
timers (4.3.4)
129-
traces (0.7.0)
140+
traces (0.18.2)
130141
tzinfo (2.0.5)
131142
concurrent-ruby (~> 1.0)
132143
tzinfo-data (1.2022.4)
@@ -140,7 +151,7 @@ PLATFORMS
140151
x86_64-linux
141152

142153
DEPENDENCIES
143-
async-http (= 0.59.2)
154+
async-http (= 0.92.2)
144155
bigdecimal (= 3.1.2)
145156
elasticsearch (= 7.17.1)
146157
ext_monitor (= 0.1.2)

0 commit comments

Comments
 (0)