Browse Source

Bump indoc from 2.0.2 to 2.0.3 (#3142)

Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/2.0.2...2.0.3)

---
updated-dependencies:
- dependency-name: indoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3150/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
58cfc70c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml
  3. 2
      boa_runtime/Cargo.toml

4
Cargo.lock generated

@ -2300,9 +2300,9 @@ dependencies = [
[[package]]
name = "indoc"
version = "2.0.2"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "761cde40c27e2a9877f8c928fd248b7eec9dd48623dd514b256858ca593fbba7"
checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4"
[[package]]
name = "inout"

2
boa_engine/Cargo.toml

@ -97,7 +97,7 @@ sys-locale = { version = "0.3.0", optional = true }
[dev-dependencies]
criterion = "0.5.1"
float-cmp = "0.9.0"
indoc = "2.0.2"
indoc = "2.0.3"
textwrap = "0.16.0"
futures-lite = "1.13.0"

2
boa_runtime/Cargo.toml

@ -17,5 +17,5 @@ boa_gc.workspace = true
rustc-hash = "1.1.0"
[dev-dependencies]
indoc = "2.0.2"
indoc = "2.0.3"
textwrap = "0.16.0"

Loading…
Cancel
Save