1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

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

This commit is contained in:
renovate[bot] 2023-09-17 17:46:16 +00:00 committed by GitHub
parent 24354cb75a
commit 416a4832b8
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",