From 695276d9273c23e34bb0634e0d97cd390adb4008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:55:09 +0000 Subject: [PATCH 1/2] Bump url from 2.5.7 to 2.5.8 in the cargo-deps group Bumps the cargo-deps group with 1 update: [url](https://github.com/servo/rust-url). Updates `url` from 2.5.7 to 2.5.8 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.7...v2.5.8) --- updated-dependencies: - dependency-name: url dependency-version: 2.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25a4604..eae977c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1631,14 +1631,15 @@ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" [[package]] name = "url" -version = "2.5.7" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna", "percent-encoding", "serde", + "serde_derive", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index cecaaeb..8fd0d61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ simple_logger = { version = "5.0.0", features = ["stderr"] } clap = { version = "4.5.54", features = ["derive"] } rustyline-async = { version = "0.4.1", optional = true } crossterm = { version = "0.29", optional = true } -url = "2.4.1" +url = "2.5.8" futures-time = "3.0.0" async-channel = "2.3.1" serialport = { version = "4.7.1", optional = true } From bfed5bdb370c909ccf593d9a9b49b580beb6292f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Mon, 12 Jan 2026 07:56:02 +0100 Subject: [PATCH 2/2] [dependabot-skip] Bump version This commit was created from the local commit with hash c63881049d7d9e21b67902c1e460be5e8263b122. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eae977c..3bd9adf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shvcall" -version = "3.9.12" +version = "3.9.13" dependencies = [ "async-channel 2.5.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8fd0d61..8098568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "shvcall" description = "CLI utility to invoke remote SHV RPC calls" license = "MIT" repository = "https://github.com/silicon-heaven/shvcall-rs" -version = "3.9.12" +version = "3.9.13" edition = "2024" [[bin]]