From 5b9a9f76ef946c22e00ba24b13bbc1f7663ea5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 01:59:45 +0000 Subject: [PATCH] chore(deps): bump serde_yaml from 0.9.31 to 0.9.32 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.31 to 0.9.32. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.31...0.9.32) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... 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 74d0362..91b4a18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ dependencies = [ "rlimit", "serde", "serde_json", - "serde_yaml 0.9.31", + "serde_yaml 0.9.32", "shellexpand", "strum", "syscall-numbers", @@ -1546,9 +1546,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.31" +version = "0.9.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" +checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" dependencies = [ "indexmap 2.2.1", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 7f4b531..3cbd9e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ regex = "1.10.3" rlimit = "0.10.1" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" -serde_yaml = "0.9.31" +serde_yaml = "0.9.32" shellexpand = "3.1.0" strum = { version = "0.26.1", features = ["derive"] } syscall-numbers = "3.1.0"