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]]