From 2af87b084c60341aab4edd8aad3c26965a9e9936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 04:23:48 +0000 Subject: [PATCH] Build(deps): Bump yaml-rust2 from 0.11.0 to 0.12.0 Bumps [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) from 0.11.0 to 0.12.0. - [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.11.0...v0.12.0) --- updated-dependencies: - dependency-name: yaml-rust2 dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ xtask/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5b15c6..23ddcf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,18 +260,18 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.16.1" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" dependencies = [ "foldhash", ] [[package]] name = "hashlink" -version = "0.11.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f" +checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248" dependencies = [ "hashbrown", ] @@ -749,9 +749,9 @@ dependencies = [ [[package]] name = "yaml-rust2" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "631a50d867fafb7093e709d75aaee9e0e0d5deb934021fcea25ac2fe09edc51e" +checksum = "c6edb26322e610d4f04b7cd34478317685d24d0999437e551fb97c5441151041" dependencies = [ "arraydeque", "hashlink", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index a108967..c433f6a 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -44,7 +44,7 @@ serde_json = { version = "=1.0.151", default-features = false, features = ["std" # Safe self-pipe delivery forwards terminal signals to active child groups. signal-hook = { version = "=0.4.4", default-features = false, features = ["iterator"], optional = true } # Pure Rust YAML admission identifies executable GitHub Actions steps. -yaml-rust2 = { version = "=0.11.0", default-features = false, optional = true } +yaml-rust2 = { version = "=0.12.0", default-features = false, optional = true } [[bin]] name = "xtask"