From ffff57e4b822bf77845073302e492be1107e704a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Fri, 26 Dec 2025 10:01:28 +0100 Subject: [PATCH] Fix dependabot schedule --- .github/dependabot.yml | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2a8d0a..11b6349 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: schedule: interval: weekly day: monday - time: 06:00 + time: "06:00" groups: github-actions-deps: patterns: @@ -17,7 +17,7 @@ updates: schedule: interval: weekly day: monday - time: 06:00 + time: "06:00" groups: cargo-deps: patterns: diff --git a/Cargo.lock b/Cargo.lock index 6cb8994..57962d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shvcall" -version = "3.9.8" +version = "3.9.9" dependencies = [ "async-channel 2.5.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index f1eaadf..8b5ab00 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.8" +version = "3.9.9" edition = "2024" [[bin]]