Update Rust crate serialport to 4.4.0
All checks were successful
Terrarium Controller Merge Build / Build (pull_request) Successful in 25m3s

This commit is contained in:
RenovateBot 2024-06-27 09:06:55 +00:00
parent aa6fdb13f4
commit b27da2f428

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serialport = "4.3.0"
serialport = "4.4.0"
gtk = { version = "0.18.1", features = ["v3_24"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
glib = "0.18.5"