Bump async-dns from 1.3.0 to 1.4.1

Bumps [async-dns](https://github.com/socketry/async-dns) from 1.3.0 to 1.4.1.
- [Changelog](https://github.com/socketry/async-dns/blob/main/release.cert)
- [Commits](https://github.com/socketry/async-dns/compare/v1.3.0...v1.4.1)

---
updated-dependencies:
- dependency-name: async-dns
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-17 13:34:50 +00:00
committed by GitHub
parent d52c37f3e4
commit 828ab302f4
2 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ end
# DNS extension
group :ext_dns do
gem 'async-dns', '~> 1.3'
gem 'async-dns', '~> 1.4'
gem 'async', '~> 1.32'
end

View File

@@ -29,10 +29,9 @@ GEM
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
async-dns (1.3.0)
async-io (~> 1.15)
async-io (1.43.2)
async-dns (1.4.1)
async
io-endpoint
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
@@ -81,6 +80,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
io-endpoint (0.15.1)
io-like (0.3.1)
irb (1.15.1)
pp (>= 0.6.0)
@@ -230,7 +230,7 @@ GEM
rack (>= 1, < 3)
tilt (2.5.0)
timeout (0.4.3)
timers (4.3.5)
timers (4.4.0)
tins (1.37.1)
bigdecimal
sync
@@ -258,7 +258,7 @@ DEPENDENCIES
activerecord (~> 7.2)
ansi (~> 1.5)
async (~> 1.32)
async-dns (~> 1.3)
async-dns (~> 1.4)
browserstack-local (~> 1.4)
capybara (~> 3.40)
curb (~> 1.0, >= 1.0.5)