Merge pull request #77 from StarCitizenToolBox/dependabot/cargo/rust/hickory-resolver-0.25

build(deps): update hickory-resolver requirement from 0.24 to 0.25 in /rust
This commit is contained in:
xkeyC 2025-03-25 09:29:21 +08:00 committed by GitHub
commit 26e4908101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ futures = { version = "0.3", default-features = false, features = ["executor"] }
url = "2.5" url = "2.5"
once_cell = "1.20" once_cell = "1.20"
reqwest = { version = "0.12", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] } reqwest = { version = "0.12", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] }
hickory-resolver = { version = "0.24" } hickory-resolver = { version = "0.25" }
anyhow = "1.0" anyhow = "1.0"
scopeguard = "1.2" scopeguard = "1.2"