From 5e89c4e04963172899824ff202768935c2015a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:03:45 +0000 Subject: [PATCH] Bump toml from 0.8.4 to 0.8.5 (#3427) Bumps [toml](https://github.com/toml-rs/toml) from 0.8.4 to 0.8.5. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.4...toml-v0.8.5) --- 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 | 12 ++++++------ boa_tester/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e27fd9c12..beeaefc33f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -540,7 +540,7 @@ dependencies = [ "serde_json", "serde_repr", "serde_yaml", - "toml 0.8.4", + "toml 0.8.5", ] [[package]] @@ -3020,14 +3020,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ef75d881185fd2df4a040793927c153d863651108a93c7e17a9e591baa95cc6" +checksum = "3efaf127c78d5339cc547cce4e4d973bd5e4f56e949a06d091c082ebeef2f800" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.20.4", + "toml_edit 0.20.5", ] [[package]] @@ -3052,9 +3052,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.4" +version = "0.20.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "380f9e8120405471f7c9ad1860a713ef5ece6a670c7eae39225e477340f32fc4" +checksum = "782bf6c2ddf761c1e7855405e8975472acf76f7f36d0d4328bd3b7a2fae12a85" dependencies = [ "indexmap", "serde", diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 872f1f964d..83024a4879 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -24,7 +24,7 @@ once_cell.workspace = true colored.workspace = true rustc-hash = { workspace = true, features = ["std"] } rayon = "1.8.0" -toml = "0.8.4" +toml = "0.8.5" color-eyre = "0.6.2" phf = { workspace = true, features = ["macros"] } comfy-table = "7.1.0"