From 365ae719a0a1bef13a797f5d40eb62ea6ee75bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:59:30 +0000 Subject: [PATCH] Update ruc requirement from 8.0 to 9.3 Updates the requirements on [ruc](https://github.com/rust-util-collections/ruc) to permit the latest version. - [Changelog](https://github.com/rust-util-collections/ruc/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-util-collections/ruc/commits) --- updated-dependencies: - dependency-name: ruc dependency-version: 9.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ec75c7..71e8829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" serde_yml = "0.0.12" -ruc = { version = "8.0", features = [ "cmd", "ssh" ] } +ruc = { version = "9.3", features = [ "cmd", "ssh" ] } vsdb = { version = "4.0", default-features = false } tendermint = { version = "0.40", optional = true }