diff options
author | dependabot[bot] | 2023-07-04 00:13:58 +0000 |
---|---|---|
committer | GitHub | 2023-07-04 00:13:58 +0000 |
commit | 83e59197ac248f680ca7c5fa56e131ac01a1c0af (patch) | |
tree | 5f36f8dd2c5c47e087a9b41d8c6feecd32c6bf69 /helix-term | |
parent | d908a6ed19b528bfeb2b9f0709201e0e67ef95da (diff) |
build(deps): bump indoc from 2.0.1 to 2.0.2 (#7529)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 0f65799c..e5ba6444 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -75,5 +75,5 @@ helix-loader = { version = "0.6", path = "../helix-loader" } [dev-dependencies] smallvec = "1.10" -indoc = "2.0.1" +indoc = "2.0.2" tempfile = "3.6.0" |