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
@@ -1,4 +1,4 @@
use clap::{builder::PossibleValue, value_parser, Arg, Command};
use clap::{Arg, Command, builder::PossibleValue, value_parser};
// For single thread mode set this variable on your command line:
// export RAYON_NUM_THREADS=1