Skip to content

Commit 711f95e

Browse files
committed
Update dns-lookup to 3.0
1 parent 020692e commit 711f95e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ rustix = { workspace = true }
105105
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
106106
gethostname = "1.0.2"
107107
socket2 = { version = "0.6.0", features = ["all"] }
108-
dns-lookup = "2.1"
108+
dns-lookup = "3.0"
109109
openssl = { version = "0.10.72", optional = true }
110110
openssl-sys = { version = "0.9.80", optional = true }
111111
openssl-probe = { version = "0.1.5", optional = true }

0 commit comments

Comments
 (0)