From 70d9dc7df3263a8e3596db0c549c747f43d8f894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:42:15 +0000 Subject: [PATCH] build(deps): bump yaml-rust2 from 0.10.1 to 0.10.4 Bumps [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) from 0.10.1 to 0.10.4. - [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.1...v0.10.4) --- updated-dependencies: - dependency-name: yaml-rust2 dependency-version: 0.10.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/docs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a898388..b83f9214 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6880,9 +6880,9 @@ dependencies = [ [[package]] name = "yaml-rust2" -version = "0.10.1" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "818913695e83ece1f8d2a1c52d54484b7b46d0f9c06beeb2649b9da50d9b512d" +checksum = "2462ea039c445496d8793d052e13787f2b90e750b833afee748e601c17621ed9" dependencies = [ "arraydeque", "encoding_rs", diff --git a/crates/docs/Cargo.toml b/crates/docs/Cargo.toml index 0ccb5cde..bba6fb25 100644 --- a/crates/docs/Cargo.toml +++ b/crates/docs/Cargo.toml @@ -18,4 +18,4 @@ serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" tempfile = "3.20.0" walkdir = "2.5.0" -yaml-rust2 = "0.10.1" +yaml-rust2 = "0.10.4"