Skip to content

Commit

Permalink
Update dependencies. (#149)
Browse files Browse the repository at this point in the history
Update `protocol-http`, `protocol-http1` and `protocol-http2` all which contain minor bug fixes and improvements.
  • Loading branch information
ioquatix authored Jan 26, 2024
1 parent df64668 commit ec41c52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions async-http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "async", ">= 1.25"
spec.add_dependency "async-io", ">= 1.28"
spec.add_dependency "async-pool", ">= 0.2"
spec.add_dependency "base64"
spec.add_dependency "protocol-http", "~> 0.25.0"
spec.add_dependency "protocol-http1", "~> 0.17.0"
spec.add_dependency "protocol-http2", "~> 0.15.0"
spec.add_dependency "protocol-http", "~> 0.26.0"
spec.add_dependency "protocol-http1", "~> 0.18.0"
spec.add_dependency "protocol-http2", "~> 0.16.0"
spec.add_dependency "traces", ">= 0.10.0"
end

0 comments on commit ec41c52

Please sign in to comment.