From 54bf6135d54f5a706989dae53ff7867ad52a9111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 15:15:24 +0000 Subject: [PATCH] Update serde_yaml requirement from 0.8 to 0.9 Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.0...0.9.1) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ea0e28..46ea6f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ hex = "0.4" lazy_static = "1" serde_derive = "1.0" assert_fs = "1.0" -serde_yaml = "0.8" +serde_yaml = "0.9" predicates = "2.1" indicatif = "0.15.0" fs_extra = "1.1.0"