diff --git a/Cargo.lock b/Cargo.lock index f2d8a3a..896be6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,9 +437,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.2" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" +checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index df3a82b..3d4c5ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ anyhow = "1" axum = { version = "0.6.20", features = ["ws"] } chrono = "0.4.31" clap = "4" -clap_derive = "4.4.2" +clap_derive = "4.4.7" cron = "0.12" env_logger = "0.10" gethostname = "0.4.3"