From 4d14847712d901bdfdd175b8d0f96a1b499adc42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:09:37 +0000 Subject: [PATCH] Bump serde_yaml from 0.9.15 to 0.9.17 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.15 to 0.9.17. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.15...0.9.17) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 455e421..da7cbc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4226,9 +4226,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.15" +version = "0.9.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f33c5a526b140e830219698a1bafd340d3206cfa37371ed00442babaf53105" +checksum = "8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567" dependencies = [ "indexmap", "itoa 1.0.5",