Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 26, 2024
1 parent 890d3cc commit 501135c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.11", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
core = { path = "../core" }
devices = { path = "../devices" }
device_interfaces = { path = "../device_interfaces" }
Expand Down

0 comments on commit 501135c

Please sign in to comment.