From 3bfafa90329b14280a4b61f58c0fe173943dd638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:41:33 +0000 Subject: [PATCH] chore(deps+cargo)(deps): bump serialport from 4.8.1 to 4.9.0 Bumps [serialport](https://github.com/serialport/serialport-rs) from 4.8.1 to 4.9.0. - [Changelog](https://github.com/serialport/serialport-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/serialport/serialport-rs/compare/v4.8.1...v4.9.0) --- updated-dependencies: - dependency-name: serialport dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9fa4d8..cd53499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "serialport" -version = "4.8.1" +version = "4.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21f60a586160667241d7702c420fc223939fb3c0bb8d3fac84f78768e8970dee" +checksum = "a4d91116f97173694f1642263b2ff837f80d933aa837e2314969f6728f661df3" dependencies = [ "bitflags 2.9.4", "cfg-if", @@ -260,7 +260,6 @@ dependencies = [ "libudev", "mach2", "nix", - "quote", "scopeguard", "unescaper", "windows-sys", diff --git a/Cargo.toml b/Cargo.toml index 8e49b9b..73f6a71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" description = "Logs a serial port to stdout or a file. Allows for writing to the serial port from stdin" [dependencies] -serialport = "4.8.1" +serialport = "4.9.0" chrono = { version = "0.4.44", default-features = false, features = ["clock"] } lexopt = "0.3.2"