Mirebella

Results 3 issues of Mirebella

This PR adds `last_local_balance_msats` field. Solves https://github.com/lightningdevkit/rust-lightning/issues/1898 . I have a few open questions: - what value should I assign to `last_local_balance_msats`, in file `channel.rs` at https://github.com/Mirebella/rust-lightning/blob/3eba0e2bbcb8547d561b175b1f19dd19565911b3/lightning/src/ln/channel.rs#L9591C1-L9591C33 - in `mod.rs`...

As mentioned https://github.com/lightningdevkit/rust-lightning/pull/3223#issuecomment-2272110136 and https://github.com/lightningdevkit/rust-lightning/pull/3223#issuecomment-2284237023, this PR adds a list of ignored(allowed) clippy errors and warnings to the CI checks.

This PR updates crate tokio-rustls from v0.24.1 to v0.26.0 Solves https://github.com/fedimint/fedimint/issues/5793