Skip to content

fix(rpc): Refactor the cookie-based RPC authentication #16855

fix(rpc): Refactor the cookie-based RPC authentication

fix(rpc): Refactor the cookie-based RPC authentication #16855

Triggered via pull request October 21, 2024 12:05
@upbqdnupbqdn
synchronize #8940
Status Success
Total duration 15s
Artifacts

release-drafter.yml

on: pull_request_target
update_release_draft
4s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

1 error
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead: zebra-test/src/lib.rs#L185
error: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead --> zebra-test/src/lib.rs:185:26 | 185 | pi: &std::panic::PanicInfo<'_>, | ^^^^^^^^^ | = note: `-D deprecated` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(deprecated)]`