Update Rust crate serialport to 4.2.1

This commit is contained in:
RenovateBot 2023-05-23 02:00:50 +02:00
parent 523a62f43a
commit d4090a4496

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.2.0"
serialport = "4.2.1"
gtk = { version = "0.17.1", features = ["v3_24"] }
anyhow = { version = "1.0.71", features = ["backtrace"] }
glib = "0.17.9"