diff --git a/Cargo.lock b/Cargo.lock index 51fb347c..2bdcea62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,9 +292,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.12" +version = "4.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d" +checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642" dependencies = [ "clap_builder", "clap_derive", diff --git a/ccc-server/Cargo.toml b/ccc-server/Cargo.toml index 4852a9b4..6cbe797b 100644 --- a/ccc-server/Cargo.toml +++ b/ccc-server/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] axum = "0.7.3" -clap = { version = "4.4.12", features = ["derive"] } +clap = { version = "4.4.13", features = ["derive"] } ccc-types = { path = "../ccc-types" } ccc-routes = { path = "../ccc-routes" } reqwest = { version = "0.11.23", features = ["json"] }