Skip to content

Commit 5bbdcad

Browse files
Update async-http requirement from >= 0.38.1, < 0.62.0 to >= 0.38.1, < 0.65.0
Updates the requirements on [async-http](https://github.com/socketry/async-http) to permit the latest version. - [Release notes](https://github.com/socketry/async-http/releases) - [Changelog](https://github.com/socketry/async-http/blob/main/release.cert) - [Commits](socketry/async-http@v0.38.1...v0.64.0) --- updated-dependencies: - dependency-name: async-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b704ec commit 5bbdcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shodanz.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
end
2121
spec.require_paths = ['lib']
2222

23-
spec.add_dependency 'async-http', '>= 0.38.1', '< 0.62.0'
23+
spec.add_dependency 'async-http', '>= 0.38.1', '< 0.65.0'
2424
spec.add_dependency 'async', '>= 1.17.1', '< 2.9.0'
2525

2626
spec.add_development_dependency 'async-rspec', '~> 1.17.0'

0 commit comments

Comments
 (0)