Merge pull request #4803 from uutils/renovate/dns-lookup-2.x

fix(deps): update rust crate dns-lookup to v2
This commit is contained in:
Daniel Hofstetter 2023-05-30 13:38:06 +02:00 committed by GitHub
commit 62efca6f06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -816,14 +816,14 @@ checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
[[package]]
name = "dns-lookup"
version = "1.0.8"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872"
checksum = "8f332aa79f9e9de741ac013237294ef42ce2e9c6394dc7d766725812f1238812"
dependencies = [
"cfg-if",
"libc",
"socket2",
"winapi",
"windows-sys 0.48.0",
]
[[package]]
@ -2183,12 +2183,12 @@ checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
[[package]]
name = "socket2"
version = "0.4.7"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
dependencies = [
"libc",
"winapi",
"windows-sys 0.48.0",
]
[[package]]

View file

@ -20,7 +20,7 @@ path="src/lib/lib.rs"
[dependencies]
clap = { workspace=true }
uucore_procs = { workspace=true }
dns-lookup = { version="1.0.8", optional=true }
dns-lookup = { version="2.0.2", optional=true }
dunce = "1.0.4"
wild = "2.1"
glob = "0.3.1"