From 4e4590a803034523cb209f7bddc48104238b9f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:09:10 +0000 Subject: [PATCH] Bump toml from 0.7.7 to 0.7.8 (#3270) Bumps [toml](https://github.com/toml-rs/toml) from 0.7.7 to 0.7.8. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8) --- updated-dependencies: - dependency-name: toml 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 | 6 +++--- boa_tester/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 584884a774..224f7d6586 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ dependencies = [ "serde_json", "serde_repr", "serde_yaml", - "toml 0.7.7", + "toml 0.7.8", ] [[package]] @@ -4219,9 +4219,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" dependencies = [ "serde", "serde_spanned", diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index aee2eb2b12..ec10fffa61 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -24,7 +24,7 @@ once_cell = "1.18.0" colored = "2.0.4" fxhash = "0.2.1" rayon = "1.7.0" -toml = "0.7.7" +toml = "0.7.8" color-eyre = "0.6.2" phf = { version = "0.11.2", features = ["macros"] } comfy-table = "7.0.1"