From c2bc3ae970850acff3ea9b91b91320182be52588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:32:25 +0000 Subject: [PATCH] build(deps): bump yaml-rust2 from 0.8.1 to 0.9.0 Bumps [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) from 0.8.1 to 0.9.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.8.1...v0.9.0) --- updated-dependencies: - dependency-name: yaml-rust2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d149979..506bdd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1426,7 +1426,7 @@ dependencies = [ "simplelog", "trustfall", "yaml-hash", - "yaml-rust2 0.8.1", + "yaml-rust2 0.9.0", ] [[package]] @@ -3778,9 +3778,9 @@ dependencies = [ [[package]] name = "yaml-rust2" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8" +checksum = "2a1a1c0bc9823338a3bdf8c61f994f23ac004c6fa32c08cd152984499b445e8d" dependencies = [ "arraydeque", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 70d9609..fd806f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde_yaml = "0.9.34" sha256 = "1.5.0" simplelog = { version = "0.12.2", features = ["paris"] } trustfall = "0.7.1" -yaml-rust2 = "0.8.1" +yaml-rust2 = "0.9.0" # The profile that 'cargo dist' will build with [profile.dist]