1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

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

fix(deps): update rust crate dns-lookup to 2.0.3
This commit is contained in:
Daniel Hofstetter 2023-09-18 07:00:56 +02:00 committed by GitHub
commit 000b3d7e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -746,9 +746,9 @@ dependencies = [
[[package]]
name = "dns-lookup"
version = "2.0.2"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f332aa79f9e9de741ac013237294ef42ce2e9c6394dc7d766725812f1238812"
checksum = "8d0fa3cd8dc96ada974e126a940d37d4079bbbe6a24aca15b1113c2f362441c5"
dependencies = [
"cfg-if",
"libc",

View file

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