aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot]2022-06-28 09:25:17 +0000
committerGitHub2022-06-28 09:25:17 +0000
commit247ebd6689a5477eef73d69d54648ee8d66bd2c9 (patch)
tree6c36cf920f821cadb2e1f022a9c87c1fb0e85a53 /helix-term/Cargo.toml
parent2963fdbed157b4b967dd371c9e436b88d71cd424 (diff)
build(deps): bump indoc from 1.0.3 to 1.0.6 (#2898)
Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.3 to 1.0.6. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.3...1.0.6) --- 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>
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index f1903f04..3da5a74e 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -77,5 +77,5 @@ helix-loader = { version = "0.6", path = "../helix-loader" }
[dev-dependencies]
smallvec = "1.8"
-indoc = "1.0.3"
+indoc = "1.0.6"
tempfile = "3.3.0"