deps: cargo update (#474)

* deps: cargo update

* deps: Update edition 2024

and run cargo update
This commit is contained in:
andy.boot
2025-03-11 00:38:38 +00:00
committed by GitHub
parent b219981c52
commit dd799706fb
9 changed files with 76 additions and 74 deletions
+1 -1
View File
@@ -3,9 +3,9 @@ use std::{
io::Write,
path::Path,
sync::{
Arc, RwLock,
atomic::{AtomicU8, AtomicUsize, Ordering},
mpsc::{self, RecvTimeoutError, Sender},
Arc, RwLock,
},
thread::JoinHandle,
time::Duration,