uucore: use "workspace = true" for dns-lookup

This commit is contained in:
Daniel Hofstetter 2024-07-30 14:55:32 +02:00
parent 9fbfb2925f
commit dafbd4bd6f

View file

@ -21,7 +21,7 @@ path = "src/lib/lib.rs"
clap = { workspace = true }
uucore_procs = { workspace = true }
number_prefix = { workspace = true }
dns-lookup = { version = "2.0.4", optional = true }
dns-lookup = { workspace = true, optional = true }
dunce = { version = "1.0.4", optional = true }
wild = "2.2.1"
glob = { workspace = true }