Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 23, 2023
1 parent 45ae11e commit 9706fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.0", features = ["derive"] }
clap = { version = "4.3.6", features = ["derive"] }
core = { path = "../core" }
devices = { path = "../devices" }
device_interfaces = { path = "../device_interfaces" }
Expand Down

0 comments on commit 9706fcd

Please sign in to comment.