From 6a488abd77fa79c9766d5e4a62f3b3f27a9ac96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:55:36 +0000 Subject: [PATCH] build(deps): bump yaml-rust2 from 0.10.1 to 0.10.3 Bumps [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) from 0.10.1 to 0.10.3. - [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.3) --- updated-dependencies: - dependency-name: yaml-rust2 dependency-version: 0.10.3 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..c2abb4fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6880,9 +6880,9 @@ dependencies = [ [[package]] name = "yaml-rust2" -version = "0.10.1" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "818913695e83ece1f8d2a1c52d54484b7b46d0f9c06beeb2649b9da50d9b512d" +checksum = "4ce2a4ff45552406d02501cea6c18d8a7e50228e7736a872951fe2fe75c91be7" dependencies = [ "arraydeque", "encoding_rs", diff --git a/crates/docs/Cargo.toml b/crates/docs/Cargo.toml index 0ccb5cde..dc55cee0 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.3"