From fddeec98f593cea1df27035f533a8423599ebaff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 20:13:55 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.3.16 --- app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Cargo.toml b/app/Cargo.toml index 03bd92f2..f7426d50 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.71" -clap = { version = "4.3.0", features = ["derive"] } +clap = { version = "4.3.16", features = ["derive"] } core = { path = "../core" } devices = { path = "../devices" } device_interfaces = { path = "../device_interfaces" }