diff --git a/Cargo.lock b/Cargo.lock index 93740d6..3514b52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,9 +176,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "clap" -version = "4.5.51" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" +checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" dependencies = [ "clap_builder", "clap_derive", @@ -186,9 +186,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.51" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" +checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 3a3624d..ecdf216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] } axum = { version = "0.6.18", features = ["headers", "http1", "json", "tokio", "query"] } log = { version = "0.4", optional = true } env_logger = { version = "0.11.8", optional = true } -clap = { version = "4.5.46", features = ["color", "derive", "help", "usage", "std", "env"] } +clap = { version = "4.5.53", features = ["color", "derive", "help", "usage", "std", "env"] } redis = { version = "0.25.4", features = [ "ahash", "aio", "tokio-comp" ] } sha2 = "0.10.9"