From efaa9396961ca2c969c8ad2f4b364432cc7a9dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:58:43 +0000 Subject: [PATCH] Update serde_yaml requirement from 0.8.23 to 0.9.19 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.19) --- 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..ea2445ff3 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.19" rmp-serde = "1" futures = "0.3"