From 1715f6c2345ca601d9e2fddc031c4ad9b8fe52c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:59:21 +0000 Subject: [PATCH] Update vsdb requirement from 4.0 to 12.2 Updates the requirements on [vsdb](https://github.com/rust-util-collections/vsdb) to permit the latest version. - [Changelog](https://github.com/rust-util-collections/vsdb/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-util-collections/vsdb/commits) --- updated-dependencies: - dependency-name: vsdb dependency-version: 7.1.0 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..1035a34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0" serde_yml = "0.0.12" ruc = { version = "8.0", features = [ "cmd", "ssh" ] } -vsdb = { version = "4.0", default-features = false } +vsdb = { version = "12.2", default-features = false } tendermint = { version = "0.40", optional = true } tendermint-config = { version = "0.40", optional = true }