From 47df3739c51467ec169d1010bb5460acf12820dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 19:03:09 +0000 Subject: [PATCH] Bump serde_yaml from 0.8.19 to 0.8.20 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.19 to 0.8.20. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.19...0.8.20) --- 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 ff43691..fc07f0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,9 +541,9 @@ checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03" [[package]] name = "serde_yaml" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6375dbd828ed6964c3748e4ef6d18e7a175d408ffe184bca01698d0c73f915a9" +checksum = "ad104641f3c958dab30eb3010e834c2622d1f3f4c530fef1dee20ad9485f3c09" dependencies = [ "dtoa", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index b714e83..d76d0fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ pulldown-cmark = "0.8.0" pulldown-cmark-to-cmark = "6.0.0" rayon = "1.5.0" regex = "1.5.3" -serde_yaml = "0.8.19" +serde_yaml = "0.8.20" slug = "0.1.4" snafu = "0.6.10"