diff --git a/Cargo.lock b/Cargo.lock index 8f67390ce..fc27ccbc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -843,9 +843,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.18" +version = "3.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15f2ea93df33549dbe2e8eecd1ca55269d63ae0b3ba1f55db030817d1c2867f" +checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd" dependencies = [ "atty", "bitflags", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index e45c8bdda..1aaa08721 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" tokio = { version = "1.20.1", features = ["full"] } futures = "0.3.24" anyhow = "1.0.62" -clap = { version = "3.2.18", features = ["derive"] } +clap = { version = "3.2.20", features = ["derive"] } dotenv = "0.15.0" schemars = { version = "0.8.10", features = ["url", "chrono"] } tower = { version = "0.4.13", features = ["full"] }