Skip to content

Commit

Permalink
Bump indoc from 2.0.3 to 2.0.4
Browse files Browse the repository at this point in the history
Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 34b19af commit 1f6c865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ lingua-zulu-language-model = { path = "language-models/zu", version = "1.1.0", o
[target.'cfg(not(target_family = "wasm"))'.dependencies]
ahash = "0.8.3"
cld2 = { version = "1.0.2", optional = true }
indoc = { version = "2.0.3", optional = true }
indoc = { version = "2.0.4", optional = true }
rayon = "1.7.0"
titlecase = { version = "2.2.0", optional = true }
whatlang = { version = "0.16.2", optional = true }
Expand All @@ -156,7 +156,7 @@ wasm-bindgen = "0.2.87"

[dev-dependencies]
float-cmp = "0.9.0"
indoc = "2.0.3"
indoc = "2.0.4"
rstest = "0.18.2"
tempfile = "3.8.0"

Expand Down

0 comments on commit 1f6c865

Please sign in to comment.