update edition and bump dependencies

This commit is contained in:
hal8174 2025-02-21 22:04:06 +01:00
parent 349c0e688c
commit 3a4822a7ab
3 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
use std::{
collections::{HashMap, HashSet},
collections::HashMap,
sync::{atomic::AtomicU64, Mutex},
thread::ThreadId,
time::Instant,
@ -208,7 +208,7 @@ impl PerfettoSubscriber {
}
fn flush(&self) {
let mut data = self.inner.lock().unwrap();
let data = self.inner.lock().unwrap();
let trace = perfetto::Trace {
packet: data.buffer.clone(),