From c159586ad53ee09acc004345f855e7e97d084d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:21:57 +0000 Subject: [PATCH] Bump serde_yaml from 0.9.22 to 0.9.25 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.22 to 0.9.25. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.22...0.9.25) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... 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 81e87b0e4..80ae09e11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3165,9 +3165,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.22" +version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85" +checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ "indexmap", "itoa", diff --git a/Cargo.toml b/Cargo.toml index b0e3dc6f5..e1ceb87b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ owo-colors = "3.5.0" regex = "1.8.4" serde = "1.0" serde_json = "1.0" -serde_yaml = "0.9.21" +serde_yaml = "0.9.25" # TODO With the new value parsers, we're really close to being able to eliminate # the strum dependency strum = { version = "0.25.0", features = ["derive"] }