From 915ee96c1b9825779c97ae257cf18168739eb25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:38:50 +0000 Subject: [PATCH] Bump indoc from 2.0.3 to 2.0.4 (#3285) Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.3...2.0.4) --- updated-dependencies: - dependency-name: indoc 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 | 4 ++-- boa_engine/Cargo.toml | 2 +- boa_runtime/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a592db5966..92db80b0b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2309,9 +2309,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4" +checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "inout" diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index 813f744271..5ac65f984f 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -97,7 +97,7 @@ sys-locale = { version = "0.3.1", optional = true } [dev-dependencies] criterion = "0.5.1" float-cmp = "0.9.0" -indoc = "2.0.3" +indoc = "2.0.4" textwrap = "0.16.0" futures-lite = "1.13.0" diff --git a/boa_runtime/Cargo.toml b/boa_runtime/Cargo.toml index 5faaad66be..acca08ddc7 100644 --- a/boa_runtime/Cargo.toml +++ b/boa_runtime/Cargo.toml @@ -17,5 +17,5 @@ boa_gc.workspace = true rustc-hash = "1.1.0" [dev-dependencies] -indoc = "2.0.3" +indoc = "2.0.4" textwrap = "0.16.0"