From 3b1046572a2d0e3af33380b86779b1ff17afb862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 09:48:18 +0000 Subject: [PATCH] Bump serde_yaml from 0.8.17 to 0.8.18 (#1480) --- Cargo.lock | 4 ++-- boa_tester/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91d9d84686..d5cd832d5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.17" +version = "0.8.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23" +checksum = "039ba818c784248423789eec090aab9fb566c7b94d6ebbfa1814a9fd52c8afb2" dependencies = [ "dtoa", "linked-hash-map", diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index b08f23e65d..5f4d102838 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" Boa = { path = "../boa" } structopt = "0.3.22" serde = { version = "1.0.127", features = ["derive"] } -serde_yaml = "0.8.17" +serde_yaml = "0.8.18" serde_json = "1.0.66" bitflags = "1.3.1" regex = "1.5.4"