Update Rust crate anyhow to 1.0.70
This commit is contained in:
parent
16264f39ff
commit
e4a8685ff4
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ edition = "2021"
|
|||
[dependencies]
|
||||
serialport = "4.2.0"
|
||||
gtk = { version = "0.17.0", features = ["v3_24"] }
|
||||
anyhow = { version = "1.0.69", features = ["backtrace"] }
|
||||
anyhow = { version = "1.0.70", features = ["backtrace"] }
|
||||
glib = "0.17.5"
|
||||
|
|
Loading…
Reference in a new issue