Browse Source
Update hickory (#7175)
Signed-off-by: BlackDex <black.dex@gmail.com>
main
1.36.0
Mathijs van Veluw
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
7 deletions
-
Cargo.lock
-
Cargo.toml
|
|
|
@ -2262,9 +2262,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hickory-net" |
|
|
|
version = "0.26.0" |
|
|
|
version = "0.26.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0c61c8db47fae51ba9f8f2a2748bd87542acfbe22f2ec9cf9c8ec72d1ee6e9a6" |
|
|
|
checksum = "e2295ed2f9c31e471e1428a8f88a3f0e1f4b27c15049592138d1eebe9c35b183" |
|
|
|
dependencies = [ |
|
|
|
"async-trait", |
|
|
|
"cfg-if", |
|
|
|
@ -2286,9 +2286,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hickory-proto" |
|
|
|
version = "0.26.0" |
|
|
|
version = "0.26.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a916d0494600d99ecb15aadfab677ad97c4de559e8f1af0c129353a733ac1fcc" |
|
|
|
checksum = "0bab31817bfb44672a252e97fe81cd0c18d1b2cf892108922f6818820df8c643" |
|
|
|
dependencies = [ |
|
|
|
"data-encoding", |
|
|
|
"idna", |
|
|
|
@ -2306,9 +2306,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hickory-resolver" |
|
|
|
version = "0.26.0" |
|
|
|
version = "0.26.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a10bd64d950b4d38ca21e25c8ae230712e4955fb8290cfcb29a5e5dc6017e544" |
|
|
|
checksum = "f0d58d28879ceecde6607729660c2667a081ccdc082e082675042793960f178c" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"futures-util", |
|
|
|
|
|
|
|
@ -147,7 +147,7 @@ handlebars = { version = "6.4.0", features = ["dir_source"] } |
|
|
|
|
|
|
|
# HTTP client (Used for favicons, version check, DUO and HIBP API) |
|
|
|
reqwest = { version = "0.12.28", features = ["rustls-tls", "rustls-tls-native-roots", "stream", "json", "deflate", "gzip", "brotli", "zstd", "socks", "cookies", "charset", "http2", "system-proxy"], default-features = false} |
|
|
|
hickory-resolver = "0.26.0" |
|
|
|
hickory-resolver = "0.26.1" |
|
|
|
|
|
|
|
# Favicon extraction libraries |
|
|
|
html5gum = "0.8.3" |
|
|
|
|