chore: update deps

This commit is contained in:
2026-02-14 23:49:53 +01:00
parent 6f762742bd
commit d746fbb152
3 changed files with 303 additions and 380 deletions

View File

@@ -43,7 +43,7 @@ impl fmt::Display for GBoxErrorWrapper {
}
#[derive(Debug, derive_more::Display, derive_more::Error)]
#[display(fmt = "Received error from {}: {} (debug: {:?})", src, error, debug)]
#[display("Received error from {}: {} (debug: {:?})", src, error, debug)]
struct GErrorMessage {
src: String,
error: String,