Update Rust crate hickory-proto to 0.26.0 [SECURITY] #10412
+101
−8
buildomat / check-features (helios)
failed
May 27, 2026 in 8m 15s
Failure!
The buildomat job ID is 01KSKXTP7Z3TGD3JJT5MC1ZJR9. Click here for more detailed status.
Job ended in state Some("failed")
Details
control: job assigned to worker 01KSKXTTZJG8FVS6PNEPVQTTA5 [factory aws, i-03fa5e4aa54975332] (queued for 55 s)
...
task: starting task 0: "setup"
task: process exited: duration 4135 ms, exit code 0
...
task: starting task 1: "rust-toolchain"
task: process exited: duration 15830 ms, exit code 0
...
task: starting task 2: "authentication"
task: process exited: duration 15 ms, exit code 0
...
task: starting task 3: "clone repository"
task: process exited: duration 10885 ms, exit code 0
...
task: starting task 4: "build"
...
| = help: you can use `cargo tree` to explore your dependency tree
| note: required by a bound in `encode_and_send`
| --> dns-server/src/dns_server.rs:492:27
| |
| 485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
| | --------------- required by a bound in this function
| ...
| 492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
| | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_se [...]
|
| error[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yield [...]
| --> dns-server/src/dns_server.rs:478:50
| |
| 478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
| | --------------- ^^^^^ expected `hickory_proto::rr:: [...]
| | |
| | required by a bound introduced by this call
| |
| 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.26 [...]
Loading