From b7f33a8d513f273bef1d23d5dd46c3b4833fb29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:04:08 +0000 Subject: [PATCH] Update serde_yaml requirement from 0.8.24 to 0.9.17 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.24...0.9.17) --- 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 506fa46..b5bc6bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ blake2-rfc = { version = "0.2.18", optional = true } serde = { version = "1.0.138", features = ["derive"], optional = true } serde_json = { version = "1.0.82", optional = true } ciborium = { version = "0.2.0", optional = true } -serde_yaml = { version = "0.8.24", optional = true } +serde_yaml = { version = "0.9.17", optional = true } serde-pickle = { version = "1.1.1", optional = true } ron = { version = "0.7.1", optional = true } groestl = { version = "0.10.1", optional = true }