Skip to content

Commit

Permalink
build(deps): bump indoc from 2.0.2 to 2.0.3 (helix-editor#7663)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and Schuyler Mortimer committed Jul 10, 2024
1 parent c01f34f commit bdea194
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion helix-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ textwrap = "0.16.0"

[dev-dependencies]
quickcheck = { version = "1", default-features = false }
indoc = "2.0.2"
indoc = "2.0.3"
2 changes: 1 addition & 1 deletion helix-term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ helix-loader = { version = "0.6", path = "../helix-loader" }

[dev-dependencies]
smallvec = "1.11"
indoc = "2.0.2"
indoc = "2.0.3"
tempfile = "3.6.0"

0 comments on commit bdea194

Please sign in to comment.