diff --git a/Cargo.lock b/Cargo.lock index 1be4b096f49..2f2346a3f68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1947,23 +1947,23 @@ name = "hashbrown" version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" -dependencies = [ - "foldhash 0.2.0", -] [[package]] name = "hashbrown" version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" +dependencies = [ + "foldhash 0.2.0", +] [[package]] name = "hashlink" -version = "0.11.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f" +checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248" dependencies = [ - "hashbrown 0.16.1", + "hashbrown 0.17.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0cbbeede635..c7f16a8680d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ futures-rustls = { version = "0.26", default-features = false } futures-timer = "3.0" hex-literal = "0.4" getrandom = { version = "0.2", features = ["js"] } -hashlink = "0.11" +hashlink = "0.12" hickory-proto = { version = "0.26", default-features = false } hickory-resolver = { version = "0.26", default-features = false } if-watch = "3.2"