From fd37ab76d505fab1c8a623196b4d3adf7820439c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:49:40 +0200 Subject: [PATCH] Bump serde_yaml from 0.9.24 to 0.9.25 (#3168) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.24 to 0.9.25. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.24...0.9.25) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- boa_tester/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 167c0a30f9..14406453ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3631,9 +3631,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.24" +version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd5f51e3fdb5b9cdd1577e1cb7a733474191b1aca6a72c2e50913241632c1180" +checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 1235d808c9..d31b89b804 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -16,7 +16,7 @@ boa_engine.workspace = true boa_gc.workspace = true clap = { version = "4.3.19", features = ["derive"] } serde = { version = "1.0.174", features = ["derive"] } -serde_yaml = "0.9.24" +serde_yaml = "0.9.25" serde_json = "1.0.103" bitflags = "2.3.3" regex = "1.9.1"