Update Rust crate anyhow to 1.0.72
This commit is contained in:
parent
08bd5c05df
commit
8762e8bedf
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ edition = "2021"
|
|||
[dependencies]
|
||||
serialport = "4.2.1"
|
||||
gtk = { version = "0.17.1", features = ["v3_24"] }
|
||||
anyhow = { version = "1.0.71", features = ["backtrace"] }
|
||||
anyhow = { version = "1.0.72", features = ["backtrace"] }
|
||||
glib = "0.17.10"
|
||||
|
|
Loading…
Reference in a new issue