Merge pull request 'Update Rust crate anyhow to 1.0.74' (#36) from renovate/anyhow-1.x into master
Reviewed-on: #36
This commit is contained in:
commit
4f9b54499a
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serialport = "4.2.2"
|
serialport = "4.2.2"
|
||||||
gtk = { version = "0.18.0", features = ["v3_24"] }
|
gtk = { version = "0.18.0", features = ["v3_24"] }
|
||||||
anyhow = { version = "1.0.72", features = ["backtrace"] }
|
anyhow = { version = "1.0.74", features = ["backtrace"] }
|
||||||
glib = "0.18.1"
|
glib = "0.18.1"
|
||||||
|
|
Loading…
Reference in a new issue