Skip to content

Commit

Permalink
chore(deps): bump indoc from 2.0.2 to 2.0.3 (#330)
Browse files Browse the repository at this point in the history
Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@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>
  • Loading branch information
dependabot[bot] committed Jul 17, 2023
1 parent 13ac224 commit c3d0b61
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 @@ -81,7 +81,7 @@ flate2 = { version = "1.0.25", default-features = false, features = ["default"],
hex = { version = "0.4", optional = true }
hmac = { version = "0.12.1", optional = true }
indexmap = { version = "~2.0.0", default-features = false, features = ["std"], optional = true}
indoc = {version = "2.0.2", optional = true }
indoc = {version = "2.0.3", optional = true }
itertools = { version = "0.11.0", default-features = false, optional = true }
lalrpop-util = { version = "0.20", optional = true }
mlua = { version = "0.8.8", default-features = false, features = ["lua54", "send", "vendored"], optional = true}
Expand Down Expand Up @@ -151,7 +151,7 @@ anyhow = "1"
criterion = "0.5"
chrono-tz = "0.8"
serde_json = "1"
indoc = "2.0.2"
indoc = "2.0.3"
tracing-test = { version = "0.2", default-features = false }
toml = { version = "0.7.6", default-features = false }
mlua = { version = "0.8.8", default-features = false, features = ["lua54", "send", "vendored"]}
Expand Down

0 comments on commit c3d0b61

Please sign in to comment.