From e430df7632e7e835c8341ae9e77e3c7fead0fa8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 19:09:30 +0000 Subject: [PATCH] Update serde_yml requirement from 0.0.12 to 0.0.13 Updates the requirements on [serde_yml](https://github.com/sebastienrousseau/serde_yml) to permit the latest version. - [Release notes](https://github.com/sebastienrousseau/serde_yml/releases) - [Commits](https://github.com/sebastienrousseau/serde_yml/compare/v0.0.12...v0.0.13) --- updated-dependencies: - dependency-name: serde_yml dependency-version: 0.0.13 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..529e258 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ parking_lot = "0.12.3" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" -serde_yml = "0.0.12" +serde_yml = "0.0.13" ruc = { version = "8.0", features = [ "cmd", "ssh" ] } vsdb = { version = "4.0", default-features = false }