From af7ca0d379f62dfdc273d501028b6ba812dda4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 13:39:31 -0600 Subject: [PATCH] Bump thiserror from 1.0.45 to 1.0.46 (#3217) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.45 to 1.0.46. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.45...1.0.46) --- updated-dependencies: - dependency-name: thiserror 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 | 8 ++++---- boa_engine/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b96062aa5..7c51120d18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4038,18 +4038,18 @@ checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" [[package]] name = "thiserror" -version = "1.0.45" +version = "1.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedd246497092a89beedfe2c9f176d44c1b672ea6090edc20544ade01fbb7ea0" +checksum = "d9207952ae1a003f42d3d5e892dac3c6ba42aa6ac0c79a6a91a2b5cb4253e75c" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.45" +version = "1.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d7b1fadccbbc7e19ea64708629f9d8dccd007c260d66485f20a6d41bc1cf4b3" +checksum = "f1728216d3244de4f14f14f8c15c79be1a7c67867d28d69b719690e2a19fb445" dependencies = [ "proc-macro2", "quote", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index 3ef19a0adf..f4ccc91d58 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -70,7 +70,7 @@ once_cell = "1.18.0" tap = "1.0.1" sptr = "0.3.2" static_assertions = "1.1.0" -thiserror = "1.0.45" +thiserror = "1.0.46" dashmap = "5.5.0" num_enum = "0.7.0" pollster = "0.3.0"