From d77ca109c15417cac498c89584100bdb211b112c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 12:09:33 +0000 Subject: [PATCH] Update serde_yaml requirement from 0.8.23 to 0.9.10 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.23...0.9.10) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Cargo.toml b/test/Cargo.toml index 1bb7ddfa8..368e040af 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -23,7 +23,7 @@ ron = "0.7" serde = "1" serde_json = "1" bincode = "1" -serde_yaml = "0.8.23" +serde_yaml = "0.9.10" rmp-serde = "0.15" futures = "0.3" once_cell = "1"