Skip to content

Commit

Permalink
chore(deps): bump indoc from 2.0.4 to 2.0.5
Browse files Browse the repository at this point in the history
Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.4...2.0.5)

---
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 Apr 3, 2024
1 parent 0cc84d4 commit 96a7ce7
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 @@ -74,7 +74,7 @@ flate2 = { version = "1.0.28", default-features = false, features = ["default"],
hex = { version = "0.4", optional = true }
hmac = { version = "0.12.1", optional = true }
indexmap = { version = "~2.1.0", default-features = false, features = ["std"], optional = true}
indoc = {version = "2.0.4", optional = true }
indoc = {version = "2.0.5", optional = true }
itertools = { version = "0.12.0", default-features = false, optional = true }
lalrpop-util = { version = "0.20", optional = true }
mlua = { version = "0.9.2", default-features = false, features = ["lua54", "send", "vendored"], optional = true}
Expand Down Expand Up @@ -147,7 +147,7 @@ anyhow = "1"
criterion = "0.5"
chrono-tz = "0.8"
serde_json = "1"
indoc = "2.0.4"
indoc = "2.0.5"
tracing-test = { version = "0.2", default-features = false }
toml = { version = "0.8.8", default-features = false }
mlua = { version = "0.9.2", default-features = false, features = ["lua54", "send", "vendored"]}
Expand Down

0 comments on commit 96a7ce7

Please sign in to comment.