From 33e4c4b6d51a66a9d67194b405c393328a4e90c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 12:02:47 +0000 Subject: [PATCH] Update serde_yaml requirement from 0.8.23 to 0.9.16 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.16) --- 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 e1583dde6..3440fa452 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -23,6 +23,6 @@ ron = "0.8" serde = "1" serde_json = "1" bincode = "1" -serde_yaml = "0.8.23" +serde_yaml = "0.9.16" rmp-serde = "1" futures = "0.3"