Skip to content

Update Rust crate hickory-proto to 0.26.0 [SECURITY]

b510b6c
Select commit
Loading
Failed to load commit list.
Open

Update Rust crate hickory-proto to 0.26.0 [SECURITY] #10412

Update Rust crate hickory-proto to 0.26.0 [SECURITY]
b510b6c
Select commit
Loading
Failed to load commit list.
buildomat / clippy (helios) failed May 12, 2026 in 6m 15s

Failure!

The buildomat job ID is 01KRD43AQ2DB4121HQB0JJJGZE. Click here for more detailed status.

Job ended in state Some("failed")

Details

control: job assigned to worker 01KRD43J5DTKP0VYWXWZGC7WCV [factory aws, i-0b137510ee222d40f] (queued for 50 s)
...
task: starting task 0: "setup"
task: process exited: duration 4122 ms, exit code 0
...
task: starting task 1: "rust-toolchain"
task: process exited: duration 16293 ms, exit code 0
...
task: starting task 2: "authentication"
task: process exited: duration 14751 ms, exit code 0
...
task: starting task 3: "clone repository"
task: process exited: duration 10666 ms, exit code 0
...
task: starting task 4: "build"
...
| note: there are multiple different versions of crate `hickory_proto` in the dependency gra [...]
|    --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25 [...]
|     |
|  77 | pub struct Record<R: RecordData = RData> {
|     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
|     |
|    ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26 [...]
|     |
|  78 | pub struct Record<R: RecordData = RData> {
|     | ---------------------------------------- this is the found type
|     = help: you can use `cargo tree` to explore your dependency tree
| note: required by a bound in `hickory_server::authority::MessageResponse`
|    --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.2 [...]
|     |
|  21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
|     |            --------------- required by a bound in this struct
| ...
|  26 |     Additionals: Iterator<Item = &'a Record> + Send + 'a,
|     |                           ^^^^^^^^^^^^^^^^^ required by this bound in `MessageRespon [...]
|