From b27da2f428e717c7bc41cff0b91b4ab80101f1ee Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 27 Jun 2024 09:06:55 +0000 Subject: [PATCH] Update Rust crate serialport to 4.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8009bfa..dbbbae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- 2.45.2