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

fix(deps): update rust crate dns-lookup to 1.0.8

This commit is contained in:
renovate[bot] 2023-03-27 05:32:38 +00:00 committed by GitHub
parent 74b54074e1
commit 515bd8f642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ path="src/lib/lib.rs"
[dependencies]
clap = { workspace=true }
uucore_procs = { workspace=true }
dns-lookup = { version="1.0.5", optional=true }
dns-lookup = { version="1.0.8", optional=true }
dunce = "1.0.3"
wild = "2.0"
glob = "0.3.0"