Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 28, 2023
1 parent c978ec3 commit 2a1e018
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.75"
clap = { version = "4.3.0", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
core = { path = "../core" }
devices = { path = "../devices" }
device_interfaces = { path = "../device_interfaces" }
Expand Down

0 comments on commit 2a1e018

Please sign in to comment.