From daf8c0a94fc3e2a4409332ec3854e13a79874084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:11:08 +0000 Subject: [PATCH] Bump yaml-rust2 from 0.10.0 to 0.10.1 in the everything group Bumps the everything group with 1 update: [yaml-rust2](https://github.com/Ethiraric/yaml-rust2). Updates `yaml-rust2` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/Ethiraric/yaml-rust2/releases) - [Changelog](https://github.com/Ethiraric/yaml-rust2/blob/v0.10.1/CHANGELOG.md) - [Commits](https://github.com/Ethiraric/yaml-rust2/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: yaml-rust2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f93d1d..af1a852 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1488,9 +1488,9 @@ dependencies = [ [[package]] name = "yaml-rust2" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "232bdb534d65520716bef0bbb205ff8f2db72d807b19c0bc3020853b92a0cd4b" +checksum = "818913695e83ece1f8d2a1c52d54484b7b46d0f9c06beeb2649b9da50d9b512d" dependencies = [ "arraydeque", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index b7a2f08..4c29edd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" structopt = "0.3" uuid = { version = "1.16", features = ["v4"] } -yaml-rust2 = "0.10.0" +yaml-rust2 = "0.10.1" simplelog = "0.12" nix = { version = "0.29", default-features = false, features = ["user"] } shlex = "1.3"