Skip to content

Commit ec41c52

Browse files
authored
Update dependencies. (#149)
Update `protocol-http`, `protocol-http1` and `protocol-http2` all which contain minor bug fixes and improvements.
1 parent df64668 commit ec41c52

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

async-http.gemspec

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ Gem::Specification.new do |spec|
2222
spec.add_dependency "async", ">= 1.25"
2323
spec.add_dependency "async-io", ">= 1.28"
2424
spec.add_dependency "async-pool", ">= 0.2"
25-
spec.add_dependency "base64"
26-
spec.add_dependency "protocol-http", "~> 0.25.0"
27-
spec.add_dependency "protocol-http1", "~> 0.17.0"
28-
spec.add_dependency "protocol-http2", "~> 0.15.0"
25+
spec.add_dependency "protocol-http", "~> 0.26.0"
26+
spec.add_dependency "protocol-http1", "~> 0.18.0"
27+
spec.add_dependency "protocol-http2", "~> 0.16.0"
2928
spec.add_dependency "traces", ">= 0.10.0"
3029
end

0 commit comments

Comments
 (0)