diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c22a2ab..c959300 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -17,7 +17,7 @@ futures = { version = "0.3", default-features = false, features = ["executor"] } url = "2.5" once_cell = "1.20" 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" scopeguard = "1.2"