From 6b5723f796c2242f1a8cb750ddb612cb7d9e9885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 00:33:01 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.3.8 --- app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Cargo.toml b/app/Cargo.toml index 03bd92f2..70794e56 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.8", features = ["derive"] } core = { path = "../core" } devices = { path = "../devices" } device_interfaces = { path = "../device_interfaces" }