From ab220c843b51e84620958e3cffd9bb4cd7265bd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:29:22 +0300 Subject: [PATCH] chore(deps): update rust crate clap to 4.1.6 (#475) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/cli/air-beautify/Cargo.toml | 2 +- tools/cli/air-trace/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cli/air-beautify/Cargo.toml b/tools/cli/air-beautify/Cargo.toml index 6f43bdf5..4a32bbcd 100644 --- a/tools/cli/air-beautify/Cargo.toml +++ b/tools/cli/air-beautify/Cargo.toml @@ -10,5 +10,5 @@ keywords = ["fluence", "air", "beautifier"] [dependencies] air-beautifier = { version = "0.1.1", path = "../../../crates/beautifier" } -clap = { version = "4.1.4", features = ["derive"] } +clap = { version = "4.1.6", features = ["derive"] } anyhow = "1.0.69" diff --git a/tools/cli/air-trace/Cargo.toml b/tools/cli/air-trace/Cargo.toml index a1c73332..6f6dd214 100644 --- a/tools/cli/air-trace/Cargo.toml +++ b/tools/cli/air-trace/Cargo.toml @@ -16,7 +16,7 @@ avm-data-store = { version = "0.4.1", path = "../../../crates/data-store" } avm-interface = { version = "0.28.1", path = "../../../avm/interface" } anyhow = "1.0.69" -clap = { version = "4.1.4", features = ["derive", "env"] } +clap = { version = "4.1.6", features = ["derive", "env"] } itertools = "0.10.5" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93"