From a56cd202b8f8d04037bf708142ad3cb599b308c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 22:42:33 +0000 Subject: [PATCH] Bump yaml-rust2 from 0.12.0 to 0.13.0 Bumps [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) from 0.12.0 to 0.13.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.12.0...v0.13.0) --- updated-dependencies: - dependency-name: yaml-rust2 dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fpga_arch_viewer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b325f2e..2f9fa4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4301,9 +4301,9 @@ checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" [[package]] name = "yaml-rust2" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6edb26322e610d4f04b7cd34478317685d24d0999437e551fb97c5441151041" +checksum = "57e5b818a27a4cd30884ea380857a5e56f7ec3ba24a3990a3cc0b95af3238e18" dependencies = [ "arraydeque", "encoding_rs", diff --git a/fpga_arch_viewer/Cargo.toml b/fpga_arch_viewer/Cargo.toml index d4f3d94..971904b 100644 --- a/fpga_arch_viewer/Cargo.toml +++ b/fpga_arch_viewer/Cargo.toml @@ -20,7 +20,7 @@ rfd = "0.17" log = "0.4.32" # Parsing -yaml-rust2 = "0.12.0" +yaml-rust2 = "0.13.0" # Native-exclusive dependencies [target.'cfg(not(target_arch = "wasm32"))'.dependencies]