From fae5570bd04c8e5dddde1cfa9e922f10e2ecc4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:20:49 +0000 Subject: [PATCH] chore(deps): bump hickory-proto from 0.25.0-alpha.2 to 0.26.0-alpha.1 Bumps [hickory-proto](https://github.com/hickory-dns/hickory-dns) from 0.25.0-alpha.2 to 0.26.0-alpha.1. - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/OLD-CHANGELOG.md) - [Commits](https://github.com/hickory-dns/hickory-dns/compare/v0.25.0-alpha.2...v0.26.0-alpha.1) --- updated-dependencies: - dependency-name: hickory-proto dependency-version: 0.26.0-alpha.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 77 ++++++++++++++++++----------------- crates/tari_deploy/Cargo.toml | 2 +- 2 files changed, 40 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8758a21..a793d4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,17 +230,6 @@ dependencies = [ "syn 2.0.104", ] -[[package]] -name = "async-recursion" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.104", -] - [[package]] name = "async-stream" version = "0.3.6" @@ -2593,11 +2582,10 @@ dependencies = [ [[package]] name = "hickory-proto" -version = "0.25.0-alpha.2" +version = "0.26.0-alpha.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8270a1857fb962b9914aafd46a89a187a4e63d0eb4190c327e7c7b8256a2d055" +checksum = "a62d7684f766b0f96344be88c023f9b6650039aea09d526b4974cce302eb61b1" dependencies = [ - "async-recursion", "async-trait", "cfg-if", "data-encoding", @@ -2605,12 +2593,12 @@ dependencies = [ "futures-channel", "futures-io", "futures-util", - "idna 0.5.0", + "idna", "ipnet", "once_cell", - "rand 0.8.5", - "thiserror 1.0.69", - "time", + "rand 0.9.1", + "ring", + "thiserror 2.0.12", "tinyvec", "tokio", "tracing", @@ -2964,16 +2952,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" -[[package]] -name = "idna" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - [[package]] name = "idna" version = "1.0.3" @@ -4500,10 +4478,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha", + "rand_chacha 0.3.1", "rand_core 0.6.4", ] +[[package]] +name = "rand" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.3", +] + [[package]] name = "rand_chacha" version = "0.3.1" @@ -4514,6 +4502,16 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.3", +] + [[package]] name = "rand_core" version = "0.3.1" @@ -4538,6 +4536,15 @@ dependencies = [ "getrandom 0.2.16", ] +[[package]] +name = "rand_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +dependencies = [ + "getrandom 0.3.3", +] + [[package]] name = "random-number" version = "0.1.9" @@ -5676,7 +5683,7 @@ dependencies = [ "digest", "log", "merlin", - "rand_chacha", + "rand_chacha 0.3.1", "rand_core 0.6.4", "serde", "sha3", @@ -6569,12 +6576,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "unicode-bidi" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" - [[package]] name = "unicode-bom" version = "2.0.3" @@ -6692,7 +6693,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", - "idna 1.0.3", + "idna", "percent-encoding", "serde", ] @@ -7137,7 +7138,7 @@ dependencies = [ "nom", "openssl", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "serde", "serde_cbor_2", "serde_json", diff --git a/crates/tari_deploy/Cargo.toml b/crates/tari_deploy/Cargo.toml index 3fa0a1b..9aeb913 100644 --- a/crates/tari_deploy/Cargo.toml +++ b/crates/tari_deploy/Cargo.toml @@ -18,7 +18,7 @@ serde = { workspace = true } thiserror = { workspace = true } url = { workspace = true } -hickory-proto = "=0.25.0-alpha.2" +hickory-proto = "=0.26.0-alpha.1" tonic = { version = "0.12.3", features = ["tls"] } [package.metadata.cargo-machete]