diff --git a/Cargo.lock b/Cargo.lock index c0a5d23f..cf476867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -781,9 +781,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.9" +version = "3.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe" +checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b" dependencies = [ "atty", "bitflags", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 4ccf6e41..46ff8bde 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" tokio = { version = "1.17.0", features = ["full"] } futures = "0.3.21" anyhow = "1.0.56" -clap = { version = "3.1.9", features = ["derive"] } +clap = { version = "3.1.10", features = ["derive"] } dotenv = "0.15.0" schemars = { version = "0.8.8", features = ["url", "chrono"] } tower = { version = "0.4.12", features = ["full"] }