Update Rust crate serialport to 4.3.0 #48

Merged
hodasemi merged 1 commit from renovate/serialport-4.x into master 2023-12-13 17:09:34 +00:00
Showing only changes of commit 35c1799b5d - Show all commits

View file

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