From 4140e4b4af75b8f0136f3d02b36eec84a23dd15d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:16:38 +0200 Subject: [PATCH] Bump toml from 0.7.6 to 0.7.7 (#3264) Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.7.7. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.7.7) --- 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 | 14 +++++++------- boa_tester/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3dc91ca21..dd208d13c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ dependencies = [ "serde_json", "serde_repr", "serde_yaml", - "toml 0.7.6", + "toml 0.7.7", ] [[package]] @@ -4219,9 +4219,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" +checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" dependencies = [ "serde", "serde_spanned", @@ -4240,9 +4240,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.12" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap 2.0.0", "serde", @@ -5073,9 +5073,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.4.9" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81a2094c43cc94775293eaa0e499fbc30048a6d824ac82c0351a8c0bf9112529" +checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" dependencies = [ "memchr", ] diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index a934046acc..aee2eb2b12 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.6" +toml = "0.7.7" color-eyre = "0.6.2" phf = { version = "0.11.2", features = ["macros"] } comfy-table = "7.0.1"