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
@@ -291,7 +291,7 @@ mod tests {
use super::*;
use chrono::{Datelike, Timelike};
use clap::builder::PossibleValue;
use clap::{value_parser, Arg, ArgMatches, Command};
use clap::{Arg, ArgMatches, Command, value_parser};
#[test]
fn test_get_current_date_epoch_seconds() {