From f2b88802e00f784fdc242e82ab0bea609cefbf7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:44:51 +0000 Subject: [PATCH] Update serde_yaml requirement from 0.8.13 to 0.9.14 in /boa_tester 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.13...0.9.14) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- boa_tester/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 9191ce20d67..220e2aa456b 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" Boa = { path = "../boa" } structopt = "0.3.18" serde = { version = "1.0.116", features = ["derive"] } -serde_yaml = "0.8.13" +serde_yaml = "0.9.14" serde_json = "1.0.58" bitflags = "1.2.1" regex = "1.3.9"