Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 12, 2024
1 parent 890d3cc commit d448379
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 @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

0 comments on commit d448379

Please sign in to comment.