From 7a78b0ec824c606ef2e43b4c3a7bf8c1a681a85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:19:06 +0000 Subject: [PATCH] chore(deps): Update yaml-rust2 requirement from 0.10 to 0.11 Updates the requirements on [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) to permit the latest version. - [Release notes](https://github.com/Ethiraric/yaml-rust2/releases) - [Changelog](https://github.com/Ethiraric/yaml-rust2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ethiraric/yaml-rust2/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: yaml-rust2 dependency-version: 0.11.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 1195e32..1b67e73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4" flate2 = "1.0" reqwest = { version = "0.12", features = ["json", "stream"] } bytes = "1.0" -yaml-rust2 = "0.10" +yaml-rust2 = "0.11" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } dirs = "6.0"