Expose the call trace in the batch stats

This commit is contained in:
Kerollmops
2025-02-19 11:24:11 +01:00
parent e9add14189
commit 3ff1de0a21
6 changed files with 10 additions and 6 deletions

4
Cargo.lock generated
View File

@ -5160,9 +5160,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.135"
version = "1.0.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
dependencies = [
"indexmap",
"itoa",